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

* {
	margin:0px;
	padding:0px;
}

body {
	margin:0 auto;
	text-align:center;
}

#header {
	width:977px;
	height:229px;
	margin:0 auto;
	background:url(../images/header.png) no-repeat bottom;
}

#header_main_image {
	margin:0 0 5px 5px;
	width:305px;
	height:190px;
	background-color:black;
	float:left;
}

#container {
	width:987px;
	margin:0 auto;
	padding-left:10px;
	overflow:hidden;
	background:url(../images/container.png) repeat-y top;
}

#footer {
	width:977px;
	height:36px;
	padding-top:16px;
	margin:0 auto;
	font-size:8px;
	background:url(../images/footer.png) no-repeat top;

}

.menu_line {
	float:left;
	width:455px;
	color:white;
	font-size:9px;
	margin:0 0 5px 0;
}

.menu_line_short {
	float:left;
	width:130px;
	color:white;
	font-size:9px;
	margin:0 0 5px 0;
}

.menu_line a, .menu_line_short a{
	display:block;
	margin:0px 0px 0 5px;
	height:60px;
	float:left;
	background-color:black;
	text-decoration:none;
	color:white;
}

.menu_line a:hover, .menu_line_short a:hover {
	background-color:white;
	color:black;
}

.menu_cell_single {
	width:60px;
}

.menu_empty_cell_single {
	width:60px;
	height:60px;
	margin:0px 0px 0 5px;
	float:left;
}

div.menu_cell_single {
	width:60px;
}

.menu_cell_double {
	width:125px;
}

div.menu_cell_double {
	width:125px;
}

.menu_line_new {
	clear:left;
}

.side_column {
	width:160px;
	margin:10px 5px 10px 0;
	overflow:visible;
}

#left {
	float:left;
	clear:left;
}

#right {
	float:right;
	clear:right;
}

.menu {
	width:150px;
	padding:0 5px 10px 5px;
	margin-bottom:10px;
	background-color:#e7e7e7;
}

.menu h1 {
	font-size:14px;
	padding:10px 0;
	margin:0;
}

.menu p {
	text-align:justify;
}

#content {
	width:772px;
	padding:10px 15px 10px 10px;
	float:left;
	text-align:justify;
	overflow:visible;
}

#content p {
	margin-bottom:10px;
}


