@charset "UTF-8";
/* CSS Document */

body {
margin:5px 0px; 
padding:0px;
text-align:center;
background-color:#e1e1e1;
}

#container {
width:980px;
height:auto;
margin:0px auto;
text-align:center;
background-image:url(../layout_images/copy_bg.jpg);
background-repeat:repeat-y;
}

#topsection {
width:980px;
height:242px;
background-image:url(../layout_images/topsection3.jpg);
background-repeat:no-repeat;
background-position:center;
}

#topsection #navigation {
width:900px;
padding-top:95px;
padding-left:80px;
}

#middle {
width:980px;
height:300px;
margin:0px;
}


#copy {
width:980px;
height:100%;
background-image:url(../layout_images/copy_bg.jpg);
background-repeat:repeat-y;
}

#leftside {
	width:650px;
	float:left;
}

#rightside {
	width:250px;
	float:left;
	padding-top:30px;
}

.title {
font-family:Arial, Helvetica, sans-serif;
color:#360;
font-size:16px;
padding-top:10px;
padding-bottom:7px;
padding-left:95px;
padding-right:95px;
text-align:left;
}

.text {
font-family:Arial, Helvetica, sans-serif;
color:#666;
font-size:12px;
padding-top:0px;
padding-bottom:0px;
padding-left:95px;
padding-right:60px;
margin-bottom:0px;
text-align:left;
}

#footer {
width:980px;
height:72px;
margin-top:0px;
}

.copyright {
	color:#5291ef;
	font:7pt Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}

