
/* CSS Document */

body
{
	margin: 0;
	background: #000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
a:visited
{
	text-decoration: none;
	color: #FFFFFF;
}
a:hover
{
	text-decoration: none;
	color: #CC0000;
}
a:active
{
	text-decoration: none;
	color: #CC0000;
}

h2
{
	font-family: Georgia, "Verdana" , Times, serif;
	font-size: 14px;
	color: #2cbffc;
	margin: 0;
}

h3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
	color: #2cbffc;
	margin: 0;
}

p
{
	color: #fff;
	margin: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9;
}

#headerwrapper
{
	width: 100%;
	height: 294px;
	background: url(../Theme1/headerbg.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

#header
{
	width: 990px;
	height: 294px;
	background: url(../Theme1/header_menu.gif) no-repeat;
	margin: 0 auto;
}

#bodywrapper
{
	width: 990px;
	margin: 0 auto;
	margin-left:5px;
}

.contantbox
{
	margin-top: 5px;
	width: 578px;
	height: 450px;
	border: 1px solid #CCCCCC;
	background-color: #000;
	padding: 15px;
	margin-bottom: 5px;
	-o-border-radius: 2px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0px 3px 7px #adadad;
	border-radius: 5px;
	-moz-box-sizing: border-box;
	-opera-sizing: border-box;
	-webkit-box-sizing: border-box;
	-khtml-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	color: #fff;
	overflow:auto;
	
}

#footerwrapper
{
	width: 990px;
	height: 153px;
	background: url(../Theme1/footerwrapper.gif) repeat-x;
	margin: 0 auto;
}

