@charset "utf-8";

body {
	background-image: url(bg1.gif);
	background-repeat: repeat-x;
	background-color: #A0A3A5;
}
#wrapper #spacer1 {
	height: 25px;
}
#footer2 {
	background-color: #000000;
	height: 20px;
	width: 100%;
}

* {
	margin: 0px;
	padding: 0px;
}
#header {
	height: 25px;
	width: 100%;
	background-color: #121212;
	padding-top: 10px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #bodyArea {
	padding: 0px;
}
#wrapper #bodyArea #contentleft {
	padding: 10px;
	float: left;
	width: 480px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#wrapper #bodyArea #contentright {
	padding: 10px;
	float: right;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}

#wrapper #bodyArea #navigationbar {
	height: 35px;
	padding: 8px;
	background-image: url(images/roundedcornr.gif);
	background-repeat: no-repeat;
}
#wrapper #bodyArea #contentright #rightbar {
	background-color: #CCCCCC;
	width: 252px;
	padding: 10px;
	border-top-color: #2573BB;
	border-right-color: #2573BB;
	border-bottom-color: #2573BB;
	border-left-color: #2573BB;
}




#wrapper #logo {
	height: 136px;
}

#wrapper #spacer {
	height: 20px;
}


#wrapper #right {
	float: right;
	width: 525px;
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(images/right.png);
	padding-top: 20px;
}

#wrapper #left {
	float: left;
	width: 275px;
	background-image: url(images/left.png);
	background-repeat: no-repeat;
}


#wrapper #spacer2 {
	height: 10px;
	clear: both;
}

#wrapper #footer {
	height: 75px;
	clear: both;
}
#wrapper #bodyArea #bodyareacontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 20px;
	width: 760px;
}
