/* CSS Document */

#body{
    margin-top:10px;
	width: 1000px;
	background-color:#FFFFFF;
	background-image:url(images/logowhitebg.jpg);
    background-position:left;
    background-repeat:no-repeat;
	padding:5px;
	height:500px;
	border:20px solid #000000;
	overflow: auto;
	}


#navigation{
float:right;
margin-right:2px;
margin-top:125px;
width: 148px;
height:272px;
}

#content{
	width:825px;
	float:left;
}

#content2{
	margin-top: 40px;
	float:left;
	width:825px;
	height:400px;
	margin-left:5px;
}

#Text{
	width: 800px;
	margin-right:5px;
	padding-right:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	text-align:left;
}

#footer{
width:700px;
background-color:#FF0000;
height:35px;
float:right;
}