@charset "utf-8";

html{
	height:100%;
	margin:0;
	padding:0;
}
body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#666;
}

h2{
	font-weight:normal;
	font-size:1.8em;
	color:#000;	
	line-height:12px;
}


#contentBody{
	background:url(images/sitebg.jpg) repeat-y #000;	
}
#indexBody{
	background:url(images/start.jpg) no-repeat center top #fff;	
}
#langSelect{
	position:absolute;
	left:50%;
	margin-left:-75px;
	width:150px;
	height:20px;
	text-align:center;
	top:380px;
}

a			{ text-decoration:none;	color:#666; }
a:link		{ color:#666; text-decoration:none; }
a:active	{ color:#666; text-decoration:none; }
a:visited	{ color:#666; text-decoration:none; }
a:hover		{ color:#666; text-decoration:underline; }

.fat		{ font-weight:bold;	}

.h3_inline{
	font-weight:normal;
	font-size:1.4em;
	display:inline;
	color:#000;
}

#indexcontainer{
	position:absolute;
	width:900px;
	height:515px;
	left:50%;
	margin-left:-450px;
}
#startImg{
	width:900px;
	height:515px;
	background:url(images/start.jpg) no-repeat center top;
}

#container{
	min-height:100%;
}
#content{
	text-align:justify;	
	width:500px;
	padding-top:50px;
	padding-left:30px;
	padding-right:30px;
}
#navigation{
	width:100%;
}
#navigation div{
	float:left;	
	height:25px;
	background-color:#ccc;
	margin-left:1px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}
#navigation div:hover{
	background-color:#ddd;
}
.tf{
	width:300px;
	border:1px solid #aaa;
}
.btn{
	border:1px solid #ccc;
	background:#FFF;
}


