/* CSS Document */
* {

	margin:0;
	
	padding:0;
	
}

body {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	
	font-size:12px;
	
}


#wrapper {

	margin:auto;
	
	height:467px;
	
	width:745px;
	
	border:1px solid #008bcf;
	
	margin-top:25px;
	
}

#content {

	width:285px;
	
	float:left;

}

html>body #wrapper {

	width:740px;
	
}

#menu {

	width:151px;
	
	height:467px;
	
	float:left;
	
}

#menu_top {

	width:151px;
	
	height:95px;
	
	background-color:#6aaee0;
	
}

#navigation {

	margin-top:0px;
	
	width:140px;
	
}

html>body #navigation {

	width:151px;
	
}

#menu ul {

	list-style: none;
	
	margin-left: 0;
	
}

#menu ul li a {

	display: block;
	
	color:#80a4b4;
	
	text-decoration:none;
	
	padding:5px;
	
	font-weight:bold;
	
	width:100%;
	
}

html>body #menu li a {
		width: auto;
		}

#menu ul li a:hover {

	background-color:#cbdef3;
	
	color:#59afdf;
	
}

#menu ul li a.this{

	background-color:#59afdf;
	
	color:#fff;
	
}

#image {

	float:left;
	
	width:300px;
	
	height:467px;

}

#main {

	margin:10px;
	
	overflow: auto;
	
	/* IE overflow fix, position must be relative or absolute*/
	
	position: relative;
	
	height:330px;

	
}

#header_h1 {
	
    padding: 114px 0 0 0;
    
	overflow: hidden;
    
	background-image: url("header.jpg");
    
	background-repeat: no-repeat;
    
    height: 0px !important;
    
	height /**/:114px;
}

h2 {
	
	font-size:12px;
	
	font-weight:bold;
	
	color:#008bcf;
	
	line-height:16px;

}

#content p {

	color:#80a4b4;
	
	margin-top:10px;
	
	margin-bottom:10px;
	
	margin-right:5px;
	
	line-height:16px;
	
}

#content ul {

	padding-left:2em;
	
	margin-top:10px;
	
	color:#80a4b4;
	
	line-height:16px;
	
}

h3 {

	color:#008bcf;
	
	font-size:11px;
	
}

div#main a, a:visited, a:hover, a:active {

	color: #008BCF;
	
}
