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

* {
	margin:0px;
	padding:0px;
	font-size:12px;
	color:white;
}

html , body {
	height:100%;
}

img
{
	border:0px;
}


a
{
	color:blue;
}

a:hover
{
	color:red;
}

input,select,option,textarea
{
	color:#222222;
}


/*container*/
div#top_container
{
	width:968px;
	height:768px;
}

div#bg_container
{
	width:30px;
	height:900px;
	position:absolute;
	top:0px;
	left:968px;
	background:url('../images/bg_container.jpg') repeat-y;
}

div#header_container
{
	height:132px;
	background:url('../images/bg_header.jpg') repeat-y;
}

div#menu_container
{
	width:184px;
	height:100%;
	float:left;
	background:url('../images/bg_menu.jpg') repeat-y;
}

div#main_container
{
	width:600px;
	height:100%;
	float:left;
}

div#info_container
{
	width:184px;
	height:100%;
	float:left;
	background:url('../images/bg_info.jpg') repeat-y;
}

div.centering
{
	text-align:center;
}

/*menu*/
div.menu
{
	margin-bottom:8px;
}

div.menu_text a
{
	color:white;
	font-size:15px;
}

div.menu_text
{
	padding:10px;

}

div#lastupdate
{
	color:#0066CC;
	text-align:right;
}

div.info_block
{
	width:152px;
	margin-left:17px;
	margin-bottom:8px;
}

div.info
{
	background-color:#E8F2FF;
	color:#444444;
	padding-left:8px;
	padding-right:8px;
	font-size:10px;
}

div.info_top
{
	height:8px;
	background:url('../images/bg_info_top.jpg') no-repeat #E8F2FF;
}

div.info_bottom
{
	height:8px;
	background:url('../images/bg_info_bottom.jpg') no-repeat;
}

/* body  */
body
{
	background-color:#1993F7;
}

body#index
{
	background-color:#FFFFFF;
}