@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 1000px;
	margin-top: 15px;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	border: 2px none #CCCCCC;
}
#wrapper #logo {
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: auto;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #main_content {
	background-color: #000000;
	height: auto;
	padding-right: 15px;
	padding-left: 15px;
}

#wrapper #footer {
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	height: auto;
	clear: both;
}
#wrapper #main_content #bodyArea {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding: 10px;
	border: thin inset #CCCCCC;
}
#wrapper #main_content #bodyArea2 #left {
	float: left;
	height: auto;
	width: 595px;
}
#wrapper #main_content #bodyArea2 #footer2 {
	height: 10px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	float: none;
}

#wrapper #main_content #bodyArea2 #right {
	float: right;
	height: auto;
	width: 375px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a:link {
	color: #FFFFFF;
}
a:visited { 
	color: #FFFFFF;
}
