@charset "utf-8";
/* CSS Document */

body{
	background:url(images/bg1.png) #0C0B11 repeat-x ;
	color:#FFFFFF;	
	margin:0;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
	#wrapper{
		width:911px;
		margin:auto;
	}
	
	img{
		border:0;
	}
	
/*************************************************************************************************************/
/*************************************************************************************************************
MISC
*************************************************************************************************************/
/*************************************************************************************************************/
.left{
	float:left;	
}
.right{
	float:right;
}
.center{
	margin:auto;
}
.clear{
	clear:both;	
}
ul.nav_list1, ul.nav_list2, ul.nav_list3{
	margin:0;
	padding:0;
}
	ul.nav_list1 li{
		display:inline-table;
		_display:inline;
		_margin-left:2px;
	}
	
ul.nav_list1, ul.nav_list2{
	list-style:none;	
}
ul.nav_list3{
	margin-left:20px;
	list-style:inside;	
}
ul.nav_list3 ul.nav_list3{
	list-style:inside square;
}
table, table td{
	border:0;	
}

div.sep1{
	border-bottom:1px dashed #cac9c9;	
	margin:10px 0;
}
li.sep1{
	margin:0 10px;
}

.thumb1{
	border:2px solid #DDD;
	background:url(images/image_back2.jpg) center center;
	/*
	width:300px;
	height:300px;
	*/
}
.no_image{
	width:300px;
	height:225px;
	background:url(images/image_back2.jpg) center center;	
}
	
/*************************************************************************************************************/
/*************************************************************************************************************
TEXTS
*************************************************************************************************************/
/*************************************************************************************************************/
html{
	/*overflow-y:scroll;*/
}
h1, h2, h3{
	margin:0;
	padding:0;
	padding-bottom:10px;
	font-size:18px;
	font-weight:normal;
}
h2{
	font-size:16px;
}
h3{
	font-size:14px;
}
hr{
	border:1px solid #FFF;
	border-bottom:1px dashed #999;
}
p{
	margin:0;
	padding-bottom:10px;
	color:#555;
}
a{
	text-decoration:none;
	color:#FFF;
}
a.selected{
	text-decoration:none;
}
a:hover{

}
.warnText1{
	color:#d32b2b;

}
.warnText_invi1{
	color:#79A3D0;	
}
	
	
/*************************************************************************************************************/
/*************************************************************************************************************
HEADER
*************************************************************************************************************/
/*************************************************************************************************************/
	
	#header{
		
	}
		#nav{
			width:100%;
			height:56px;
			background:url(images/nav_bar2.png) bottom;	
		}
			#nav ul{
				margin:auto;
				text-align:center;
				padding-top:18px;
			}
				#nav ul li{
					margin:0 40px;	
					
					font-size:12px;
					font-weight:bolder;
				}	
					#nav ul li.sep1{
						margin:0 10px;	
					}
					#nav ul li, #nav ul li a{
						color:#566bc1;
					}
					#nav ul li a:hover{
						color:#FFF;
					}
				
		#logo{
			margin:auto;	
			text-align:center;
			/*margin-bottom:50px;*/
		}
		
		
/*************************************************************************************************************/
/*************************************************************************************************************
BODY
*************************************************************************************************************/
/*************************************************************************************************************/

	#image_cont{
		margin:auto;
		margin-bottom:20px;	
		text-align:center;
	}
		#image_cont ul li{
			vertical-align:top;	
		}
	
	.contents_in{
		padding:20px;	
	}
		
/*************************************************************************************************************/
/*************************************************************************************************************
FOOTER
*************************************************************************************************************/
/*************************************************************************************************************/
#footer ul.nav_list1 li{
	margin:8px 8px;
}

