@charset "UTF-8";
/* CSS Document */

body {
margin:5px 0px; 
padding:0px;
text-align:center;
background-color:#e1e1e1;
}

#container {
width:980px;
height:100%;
margin:0px auto;
text-align:center;
background-image:url(../layout_images/copy_bg.jpg);
background-repeat:repeat-y;
}

#topsection {
width:980px;
height:215px;
background-image:url(../layout_images/topsection2.jpg);
background-repeat:no-repeat;
background-position:center;
}

#topsection #navigation {
width:900px;
padding-top:96px;
padding-left:80px;
}

#middle {
width:980px;
height:50px;
}

#copy {
width:980px;
height:200%;
background-image:url(../layout_images/copy_bg.jpg);
background-repeat:repeat-y;
}

#footer {
width:980px;
height:72px;
margin-top:0px;
}

.copyright {
	color:#5291ef;
	font:7pt Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}


