/* CSS Document */
body {
	background-color: #FFFFFF;
	margin-bottom: 5px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
	margin-left: auto;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 5px;
}

#wrapper {
	width:850px;
	height:600px;
	background-color: #FFFFFF;
	border: 1px solid #A8A8A8;
	margin-right: auto;
	margin-left: auto;
}
#wrapper2{
	width:810px;
	height: 710px;
	border: 5px solid #A8A8A8;
	margin-right: auto;
	margin-left: auto;
	background-color: #333333;
	
}
#left {
	width:290px;
	height:449px;
	background-color: #FFFFFF;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
#leftContent {
	background-color: #8C8C8C;
	width: 290px;
	height: 449px;
	
}
a:link, a:visited, a:active {
	color: #FFFFCC;
	text-decoration: none;
}
#right {
	float: left;
	width: 505px;
	height:449px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
}
#rightContent {
	height: 449px;
	background-color:#333333;
}
#block {
	height: 61px;
	background-color:#666666;
	
}

#footer {
	height: 90px;
	width: 800px;
	clear: both;
	background-color: #333333;
	border: 5px solid #FFFFFF;
}
#desc {
	background-color: #333333;
	height: 60px;
	margin-top: 10px;
}

caption {
	padding-bottom:5px;
}
.linkie {
	text-indent: 5px;
}
#navHead {
	background-color: #666666;
	height: 20px;
	padding: 5px;
}
