body {
	margin: 0px;
	background-color: #C5EFFD;
	font: 62% Tahoma, Arial, sans-serif;
}
h2{
	color: #0066CC;
	font-size: 2em;
	padding-bottom: 8px;
	letter-spacing: 0;
}
h3{
	color: #0066CC;
	font-size: 1.8em;
	padding-bottom: 8px;
}
h4{
	font-size: 1.3em;
}
strong{
	font-weight: bold;	
}
#main_container{
	font-size: 1.4em;
}
.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	height: 120px;
	background: #231F20;
	color: #FFFFFF;
}
#logo{
	padding-top: 10px;
	padding-bottom: 10px;	
	float: left;
}
#logo #slogan{
	padding-top: 5px;
	padding-left: 15px;
	font-style: normal;
	font-size: 0.9em;
}
#menu_container {
	float: right;
	padding-top: 30px;
	width: 500px;
}
#menu {
	height: 32px;
	background: #9BE1FB url(../image/main_images/menu_left.png) no-repeat left top;
	font-size: 1.1em;
	font-weight: bold;
	color: #231F20;
	overflow: hidden;
}
#menu a{
	text-decoration: none;	
	color: #231F20;
}
#menu ul{
	background: url(../image/main_images/menu_right.png) no-repeat right top;
	height: 32px;
}
#menu li{
	float: left;
	height: 26px;
}
#menu .links{
	padding: 6px 14px 0;
}
#menu li#selected, #menu .links:hover{
	background: #C5EFFD;
}
#menu .margin{
	width: 8px;
}
#menu .spacer{
	background: url(../image/main_images/menu_spacer.png) no-repeat left top;
	height: 32px;
}
.title{
	font-size: 14px;
	font-weight: bold;
	padding-left: 20px;
	padding-bottom: 10px;
}
.group_links {
	text-decoration: underline;
	float: right;
}
#left_content {
	width: 640px;
	position: relative;
	top: -30px;
	z-index: 200;
	line-height: 1.8em;
	letter-spacing: 0.1em;
}
#left_content p{
	line-height: 1.9em;
	padding-top: 8px;
	padding-bottom: 8px;
}
.white_box h3{
	padding-top: 5px;
	font-size: 1.2em;
	color: #BD2031;
}
.white_box h3 a{
	text-decoration: none;
	color: #BD2031;
}
.top_white_box, .center_white_box{
	position: relative;
	background-color: #FFFFFF;
}
.top_white_box .tl {
	background: url(../image/main_images/head_top_left.png) 0 0 no-repeat;
}
.center_white_box .tl {
	background: url(../image/main_images/white_top_left.png) no-repeat 0 0;
}
.top_white_box .tr {
	background: url(../image/main_images/head_top_right.png) 100% 0 no-repeat; 
	padding:10px;
}
.center_white_box .tr {
	background: url(../image/main_images/white_top_right.png) 100% 0 no-repeat; 
	padding:10px;
}
.white_box .bl {
	background: url(../image/main_images/head_bottom_left.png) 0 100% no-repeat;
}
.white_box .br {
	background: url(../image/main_images/head_bottom_right.png) 100% 100% no-repeat;
}
#right_content {
	width: 300px;
	float: right;
	color: #FFFFFF;
}
.top_black_box, .black_box_ads{
	position: relative;
	background-color:#231F20;
}
.black_box h3{
	font-size: 1.3em;
	color: #BD2031;
}
.black_box_ads .tl {
	background: url(../image/main_images/black_top_left.png) no-repeat 0 0;
}
.top_black_box .tr {
	padding:0 10px 10px;
}
.black_box_ads .tr {
	background: url(../image/main_images/black_top_right.png) 100% 0 no-repeat;
	padding: 4px 10px 8px;
}
.black_box .bl {
	background: url(../image/main_images/black_bottom_left.png) no-repeat 0 100%;
}
.black_box .br {
	background: url(../image/main_images/black_bottom_right.png) no-repeat 100% 100%;
}
#main_ads_container{
	padding-top: 10px;
}
#ads_container{
	padding-top: 5px;
	padding-bottom: 5px;
}
#ads_container h3{
	color: #000000;
	font-weight: bold;
	font-size: 1.4em;
	padding-top: 5px;
	padding-bottom: 5px;
}
#adsMain_top{
	background: #9BE1FB url(../image/main_images/adsmain_top.png) no-repeat left top;
}
#adsMain_bot{
	background: url(../image/main_images/adsmain_bottom.png) no-repeat right bottom;
	padding-left: 7px;
}
.adsIndividual_container{
	float:left;
	margin: 2px;
}
.adsIndividual{
	position: relative;
	background-color:#231F20;
}
.adsIndividual .tl {
	background: url(../image/main_images/adscontent_tl.png) no-repeat 0 0;
}
.adsIndividual .tr {
	background: url(../image/main_images/adscontent_tr.png) 100% 0 no-repeat; 
	padding: 6px;
}
.adsIndividual .bl {
	background: url(../image/main_images/adscontent_bl.png) 0 100% no-repeat;
}
.adsIndividual .br {
	background: url(../image/main_images/adscontent_br.png) 100% 100% no-repeat;
}
.clear {
	font-size: 1px;
	height: 1px;
	clear: both;
}
#advertisement {
	padding-top: 10px;
	padding-bottom: 10px;	
}
#footer {
	padding-bottom: 40px;
}
#footer a {
	color: #000000;
	text-decoration: none;	
}

/*comments*/
#comments {
	padding-top: 10px;
	padding-bottom: 10px;
}
#comments a{
	font-weight: bold;
	color: #000000 !important;
	text-decoration: none;
}
#comments h2{
	font-size: 1.5em;
}
.comments_spacer{
	background: url(../image/main_images/comments_spacer.png) no-repeat center center;
	height: 2px;
	padding-top: 25px;
	padding-bottom: 25px;
}
.comments_head {
	padding-bottom: 10px;	
}
.comments_user{
	font-weight: bold;	
}
.comments_date{
	padding-left: 20px;
}
#comments .input{
	padding-bottom: 5px;
	padding-top: 10px;
}
.input textarea, .input input{
	width: 300px;
	padding: 2px 5px 5px;
	border: 1px solid #999999;
	color: #666666;
}
.input textarea{
	width: 510px;
	height: 100px;
}
/*end comments*/

pre {
	font-size: 1.4em;
	background: #F7F7F7;
	border-top: 1px solid #858585;
	border-bottom: 1px solid #CCCCCC;
	overflow: auto;
}

div.error{
	color: #FF0000;
}

/* rotating menu */
#rotatingMenu{
	width: 500px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
	position:relative;
}
#rotatingMenu div{
	height: 52px;
	width: 48px;
	position: absolute;
}
#rotatingMenu span{
	text-align: center;
	font-weight: bold;
	display: none;
}
#rotatingMenu a, #rotatingMenu2 a{
	color: #000000;
	text-decoration: none;
}
#rotatingMenu a:hover, #rotatingMenu2 a:hover{
	color: #000000;
	text-decoration: none;
}

#rotatingMenu2{
	width: 900px;
	height: 300px;
	position:relative;
}
#rotatingMenu2 div{
	width: 250px;
	height: 188px;
	position: absolute;
	background: #CCCCCC;
	text-align: center;
}

/* url */
#main_content a{
	color: #BD2031;
	text-decoration: none;
}
#main_content a:hover{
	color: #2D96FF;
}
.px-links{
	text-align: right;	
}

/* css overide */
.ul-style li{
	list-style: disc;
	margin-left: 15px;
}

/*tables*/
table td{
	padding: 5px;
}