body {
	background: #999999 ;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:auto;
	margin-top:10px;
	}

#body {
	width:915px;
	height:650px;
	border: #000 solid 1px;
	
	}
	
#header {
	height:95px;
	background:#990000;
	}
	
#nav {
	height:40px;
	background:#3f3d42;
		visibility:hidden;
		display:none;
	}
#footer {
	height:20px;
	background:#3f3d42;
	color:#e5e5e5;
	padding-right:10px;
	font-size:11px;
	}
	
#container {
	vertical-align:top;
	height: 460px;
	background:#3f3d42;
	}

#content {
	width:895px;
	height:500px;
	margin-left:5px;
	margin-right:5px;
	background: #e8eaeb;
		}
		
#content #left {
	width:170px;
	background: #e8eaeb;
		}
		
#content #center {
	width:590px;
	background: #ffffff;
	padding:10px;
	text-align:justify;


		}
		
#content #right {
	width:100px;
	background: #e8eaeb;
	padding-left:15px;
	padding-top:30px;
		}
		
.text {
	color: #3f3d42;
	
	}