@charset "utf-8";
* {
	margin: 0px;
}
#wrapper {
	background-image: none;
	background-repeat: repeat-x;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	height: auto;
}
#wrapper #footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #666666;
	clear: both;
	height: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	padding: 5px;
	margin-bottom: 10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF0000;
}
#wrapper #mainbox_right   {
	float: right;
	height: auto;
	width: 150px;
	background-color: #979797;
	background-image: url(../images/background_sliver.jpg);
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #0000FF;
	text-decoration: none;
	background-repeat: repeat-x;
}
#wrapper #mainbox_left   {
	float: left;
	height: auto;
	width: 750px;
	background-color: #979797;
	background-image: url(../images/background_sliver.jpg);
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF0000;
	background-repeat: repeat-x;
}
#wrapper #mainbox_left  #content_box   {
	background-color: #CCCCCC;
	height: auto;
	width: 680px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 15px;
	padding: 10px;
	clear: none;
	border: thin solid #000000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}


#wrapper #topbox {
	background-color: #333333;
	height: 20px;
}
#wrapper #logo {
	height: 280px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D2D2D2;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
}

