@charset "UTF-8";
/* CSS Document */

body {
	background-color: #dbf0f6;
	font-family: "Lucida Grande" Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#canvas {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-size: 20px;
	color: #3366cc;
	font-weight: bold;
	line-height: 24px;
}

a, a:active, a:visited {
	border: none;
	outline: none;
	color: #3366CC;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 221px;
	width: 1000px;
	float: left;
	position: relative;
}

#contentWrapper {
	background-color: #FFFFFF;
	width: 1000px;
	float: left;
	position: relative;
}

#column_left {
	float: left;
	width: 300px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}

#column_right {
	float: left;
	width: 645px;
	padding-top: 0px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 25px;
}

#social {
	float: right;
	position: relative;
	text-align: right;
}

.social_h1 {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #999999;
	font-size: 12px;
	text-align: right;
	padding-top: 7px;
	padding-bottom: 7px;
	display: block;
	padding-right: 8px;
}

.social_img {
	padding-left: 20px;
}

#footer {
	margin-top: 15px;
	float: left;
	width: 1000px;
	font-size: 10px;
	margin-bottom: 25px;
}

#logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 56px;
	width: 193px;
}

#footer_txt {
	text-align: right;
	float: right;
	position: relative;
}
