/* CSS Document */

body {
background-image: url(images/bodybg_01.jpg);
background-repeat: no-repeat;
background-position: 50% 0%;
background-color: #d9d9d9;
font-family: Calibri, Avenir, Helvetica, sans-serif;
font-size: 12px;
line-height: 16px;
letter-spacing:0px;
}

	
#selection {
	float: right;
	width: 400px;
	font-family: Calibri, Avenir, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 16px;
	text-transform:uppercase;
	text-align: right;
}

#selection a {
	text-decoration: none;
	color:#008dce;
	font-weight: bold;
	letter-spacing:1px;
}
#selection a:hover {
	text-decoration: none;
	color:#008dce;
	background-color:#d9d9d9;	
}

#container {
width: 910px;
padding: 0px 20px;
margin-left: auto;
margin-right: auto;
margin-top: 17px;
background-color: #FFFFFF;
}

h2 {
	font-size: 20px;
	color: white;
	text-transform:uppercase;
	letter-spacing:1px;
}

#banner {
height: 115px;
float: left;
width: 503px;
}

#content {
float: right;
width: 450px;
padding:0px 5px 5px 10px;
background-color:#d9d9d9;
}

#sidebar-a {
float: left;
width: 417px;
padding:0px 10px 5px 10px;
background-color:#d9d9d9;
}


#footer {
clear: both;
height: 140px;
text-align: center;
font-size: 11px;
font-weight: bold;
text-transform:uppercase;
padding-top: 20px;
letter-spacing:1px;
}

#footer a:link, #footer a:visited {
color: #5a5a5a;
text-decoration: none;
}

#footer a:hover {
text-decoration: none;
color:#008dce;
}

.copyright {
font-size: 9px;
font-weight: 300;
line-height: 18px;
letter-spacing:0px;
}

