* {margin:0px;padding:0px;top:0px;left:0px;}
body{
	text-align: center;
	background-color: #44607e;
}
#central{
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	position: relative;
	width: 888px;
	text-align: left;
	background-color: #FFFFFF;
}
#header{
	background-image: url(images/header.jpg);
	height: 226px;
	width: 888px;
	left: 0px;
	top: 0px;
}

#content{
	margin-top: 227px;
	position: absolute;
	width: 888px;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
}

#leftside{
	float: left;
}
#leftside h3{
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00306f;
	border-right-color: #00306f;
	border-bottom-color: #00306f;
	border-left-color: #00306f;
	width:200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
	display: block;
	margin-left: 35px;	
	margin-top: 35px;	
}

#picture{
	margin-left: 10px;
	height: 374px;
	width: 181px;
	background-image:url(images/menu.JPG);
	margin-top:10px;
	margin-bottom:8px;
}

#leftsidecenter{
    float: right;
	width: 140px;
	margin-right: 10px;
	margin-top: 30px;
	padding:3px 0;
}
#leftsidecenter li{
    height:1%;
	padding: 5px 5px 9px 10px;
	list-style:none;
}
#leftsidecenter li a{
      text-decoration: none;
      color:#993300;
	  font-weight:200;
	  font-size:18px;
	  
}

#rightside{
	float: right;
	width: 240px;
        background-color: #cccccc;
	margin-right: 10px;
	margin-top: 40px;
	overflow: hidden;
}

#c{
      margin-right:276px;
	  margin-top:30px;
	  margin-left:206px;
	  background-color:#FFFFFF;
	  
	   
}

#footer{
	clear: both;
	background-color: #FFFFFF;
	position: relative;
	height: 46px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	padding-top: 23px;
	margin-right: 10px;
}
#footer a{color: #fff;}
#footer a:hover{color: #fff;}

