@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
}
div, h1, h2, h3, h4, p ,ul,li{
	margin: 0px;
	padding: 0px;
}

#container {
	padding: 0px;
	width: 680px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	position: relative;
	height: 650px;
}
#header {
	height: 60px;
	width: 680px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	position: relative;
}







#logo img {
	
	margin-left: 527px;
	
}



#menu ul {
	list-style-type: none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	position: absolute;
	right: 0px;
	bottom: 5px;
}

#menu li {
	float: left;	
}
#menu li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	text-decoration: none;
	display: block;
	padding-top: 0.2em;
	padding-bottom: 2px;
	padding-left: 25px;
	color: #333;
}

#menu li a:link li a:visited {
	color: #000;
}

#menu li a:hover {
	color: #C60;
}
#menu li a.current,#menu li a.current:hover, #menu li a.current:active {
	color: #C60;
	cursor: default;
}

#images {
	float: right;
	height: 480px;
	width: 490px;
	margin-top: 20px;
	
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #C00;
}

.images_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 15px;
}



#leftpanel {
	float: right;
	height: 500px;
	width: 185px;
	margin-top: 20px;
}
#leftpanel ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
}
#leftpanel li {
	padding-bottom: 7px;
	list-style-type: none;
}
#leftpanel  li a {
	color: #000;
	text-decoration: none;
}
#images a .images_right {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#container #leftpanel p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 160%;
	padding-right: 20px;
}

