@charset "utf-8";
/* CSS Document */
body {

	background-color: #000;
	margin: 0px;
	padding: 0px;
}
H3 {
	color:#FFF;
	}
#wrapper {
background-color: #fff;	
width: 800px; 
margin-right: auto;
margin-left: auto;
border-top-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-left-width: 4px;
border-right-style: solid;
border-left-style: solid;
border-right-color: #999999;
border-left-color: #999999;
}
a img{
	   border-right-style: none;
	   border-left-style: none;
	   border-top-style: none;
	   border-bottom-style: none;
	   }
#wrapper #navigation {
	background-color: #919191;
	padding: 2px;
	margin: 0px;
	text-align: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
}
a:link {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	color: #000;
	font-weight: bold;	
}
a:hover {
	text-decoration: none;
	color:#F90;
	font-weight: bold;
}
#wrapper #bodyArea {
	width: 800px:
	background-color: #FFF;
	margin: 0px;
}
#wrapper #left {
	padding: 5px;
	width: 400px;
	background-color: #FFF;
	float: left;
	height:460px;
	
}
#wrapper #right {
	background-color: #FFF;
	padding: 5px;
	width: 380px;
	height: 460px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper #left1 {
	padding: 5px;
	width: 180px;
	background-color: #919191;
	float: left;
	height:600px;
}
#wrapper #right1 {
	background-color: #FFF;
	padding: 5px;
	width: 600px;
	height: 600px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow:scroll
}
#footer {
	text-align: center;
	font-size: .8em;
	color: #FFF;
	background-color: #919191;
	width: 800
	px;
}
	

