#main_img{
	margin: 0 auto;
	width: 1000px;
}

#contents #left{
	float: left;
	width: 660px;

}

#contents #right{
	float: right;
	width: 331px;
}

#leftbox{
	margin-left: 16px;
}


#leftContents{
	width: 643px;
	background: url(/images_main/leftcontents_bg.png) repeat-y top;
	margin: 10px 0;
}

#rightContents{
	width: 317px;
	background: url(/images_main/rightcontents_bg.png) repeat-y top;
	margin-top: 10px;
}

#leftContentsbox{
	width: 631px;
	
}


#rightContentsbox{
	width: 305px;
	color: #333;
	
}

#leftContents_down{
	width: 643px;
	background: url(/images_main/leftcontents_bg_down.png) no-repeat bottom;
}

#rightContents_down{
	width: 317px;
	background: url(/images_main/rightcontents_bg_down.png) no-repeat bottom;
}

.center{
	text-align: center;
	font-size: 90%;
	color: #333;
	margin: 10px 0;
}

.textBox{
	
	margin: 15px;
	padding: 15px;
	line-height: 2em;
	color: #333;
}

.textBox p{
	line-height: 1.5em;
	margin-bottom: 10px;
}

h1{
	font-size: 120%;
	color: #A91D20;
	font-weight: bold;
}

h2{
	font-size: 110%;
	font-weight: bold;
}


.centerBig{
	text-align: center;
	font-size: 110%;
	color: #333;
	margin: 20px 0;
	font-weight: bold;
	line-height: 1.5em;
}

.textBox_left{
	width: 245px;
	float: left;

}

.textBox_right{
	width: 320px;
	float: right;

}

.s_size{
	font-size: 90%;
	font-weight: normal;
}

.textBox:after { content: url(/img/pixel.gif); display: block; clear: both; height: 0; } 
.textBox{ display: inline-block; } 
.textBox{ display: block; }

.list{
	margin: 5px;
	padding: 5px;
	list-style: none;
}

.list li{
	margin: 10px 0;
}

.green{
	color: #060;
	text-align: center;
	font-weight: bold;
	margin: 10px 0;
}

.rightgreen{
	color: #060;
	text-align: left;
	font-weight: bold;
	margin: 0 5px;
	padding: 0 5px;
}

#topics_text{
	font-size: 90%;
	margin: 5px;
	padding: 5px;
}

.textBox table{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}

.textBox td{
	padding: 3px;
	border: #FFC269 solid 1px;
}

.thumbnail{
	margin-right: 5px;
}



.results:after { content: url(/img/pixel.gif); display: block; clear: both; height: 0; } 
.results{
	display: inline-block;
	border-bottom: 1px dotted #060;
	margin-bottom: 5px;
	padding-bottom: 5px;
} 
.results{
	display: block;
	border-bottom: 1px dotted #060;
	margin-bottom: 5px;
	padding-bottom: 5px;
}