html {
	/* prevent firefox to jump if scrollbar appears... */
	overflow: scroll;
}

body {
	background: #ffffff url('../images/background.png');
	font-family: Arial;
	font-size: 11px;
}
	
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	}
	
h1 {
	padding: 5px 0px 5px 0px;
	font-size: 20px;
}

h2 {
	font-size: 16px;
	color: #f60000;
	}

h3, h4, h5, h6 {
	font-size: 11px;
	color: #f60000;
	}

br.clear_both {
	clear: both;
	}
	
a {
	text-decoration: none;
	color: #5c5c5c;
	}

a:hover {
	color: #f60000;
	}

table p.bodytext {
	margin: 0px;
	}

table th {
	font-weight: normal;
	text-align: left;
	background: #D6D5D5;
	}

#web_container {
	width: 1010px;
	position: absolute;
    left: 50%;
    margin-left: -505px; /* half of width */
	}

#inner_web_container_main {
	margin: 0px;
	width: 1010px;
	background: url('../images/inner_web_container_main.png');
}

#inner_web_container_top {
	width: 1010px;
	height: 10px;
	background: url('../images/inner_web_container_top.png') no-repeat bottom left;
}

#inner_web_container_bottom {
	position: relative;
	width: 1010px;
	height: 30px;
	background: url('../images/inner_web_container_bottom.png') no-repeat top left;
}

#inner_web_container_bottom ul {
	position: absolute;
	bottom: 0px;
	right: 30px;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}

#inner_web_container_bottom ul li {
	float: left;
	margin: 5px 0px 0px 8px;
	padding: 0px 7px 0px 0px;
	border-right: 1px solid #000000;
	}

#inner_web_container_bottom ul li.last {
	border: none;
	}
	
#inner_web_container_bottom ul li a {
	text-decoration: none;
	color: #000000;
	font-size: 10px;
}

#header {
	position: relative;
	padding: 10px 20px 0px 20px;
	}
	
#logo {
	float: left;
	}
	
#header_image {
	margin-left: 1px;
	float: left;
	background: url('../images/default_header_image.jpg');
	width: 627px;
	height: 171px;
	}

#navigation {
	position: relative;
	margin: 4px 0px 0px 20px;
	height: 24px;
	width: 960px;
	float: left;
	background: #ffffff url('../images/navigation_background.png') no-repeat top left;
	}

#navigation ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}

#navigation ul li {
	float: left;
	margin: 5px 0px 0px 20px; 
	padding: 0px;
	}
	
#navigation ul li a {
	text-decoration: none;
	color: #000000;
}

#navigation ul li a.active, #navigation ul li a:hover {
	color: #f60000;
}

#search {
	width: 90px;
	height: 15px;
	float: left;
	margin: 4px 0px 0px 10px;
	padding: 1px 0px 1px 8px;
	background: transparent url('../images/search_field.png') no-repeat bottom left;
	}

#search input {
	width: 80px;
	border: 0px;
	font-size: 11px;
	}
	
#search_button {
	padding: 4px 0px 0px 0px;
	}
	
#search_button img {
	border: 0px;
	float: left;
	}
	
#main {
	margin: 0px;
	}

#main_left {
	float: left;
	margin: 7px 0px 0px 20px;
	width: 190px;
	min-height: 200px;
}

#main_left ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	}

#main_left ul li {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	background: transparent url('../images/arrow.png') no-repeat left top;
	}
	
#main_left ul li a {
	text-decoration: none;
	color: #000000;
}

#main_left ul li ul li {
	margin: 6px 0px 0px 10px;
	padding: 0px 0px 0px 18px;
	background: transparent url('../images/double_arrow.png') no-repeat left center;
	}

#main_left ul li.sub_navigation {
	margin: 0px 0px 0px 0px;
	background: none;
	}


#main_left ul li ul li a {
	color: #5c5c5c;
	}

#main_left ul li a.active, #main_left ul li a:hover {
	color: #f60000;
}

#main_content {
	float: left;
	margin: 10px 0px 20px 30px; 
	width: 740px;
	min-height: 300px;
}

.box, .box2 {
	position: relative;
	width: 194px;
}

.box2 {
	margin: 6px 0px 0px 0px;
	}

.box_top {
	position:absolute;
	top: 0px;
	left: 0px;
	width: 194px;
	height: 2px;
	background: transparent url('../images/box_top.png') no-repeat top left;
}

.box_bottom {
	position:absolute;
	bottom: 0px;
	left: 0px;
	width: 194px;
	height: 2px;
	background: transparent url('../images/box_bottom.png') no-repeat bottom center;
}

.box_title, .box_content h1 {
	padding: 6px 0px 0px 0px;
	margin: 0px;
	width: 184px;
	height: 22px;
	background: transparent url('../images/box_line.png') no-repeat bottom left;
	color: #f60000;
	font-size: 11px;
	} 

.box_content  {
	width: 184px;
	padding: 0px 0px 10px 10px;
	background: transparent url('../images/box_background.png') repeat-y top left;
}
