@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;
}

h2   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: oblique;
	font-weight: lighter;
	color: #000;
	padding: 0px;
}

#header {
	height: 60px;
	width: 680px;
	border-bottom-width: 1px;
	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;
	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: 10px;
	color: #333;
}

#images h2 a {
	color: #C60;
	text-decoration: none;
}


#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: 500px;
	width: 390px;
	margin-top: 20px;
	
}
#images img {
	padding-bottom: 8px;
	padding-left: 3px;
}
#images p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	line-height: 120%;
}




#leftpanel {
	float: right;
	height: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000;
	padding-right: 80px;
	line-height: 160%;
	text-decoration: none;
	width: 208px;
	background-color: #FFF;
	margin-top: 20px;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #C00;
}
.redlink {
	color: #C00;
	text-decoration: none;
}
#leftpanel p a {
	color: #900;
	text-decoration: none;
}
.blacklink {
	color: #000;
	text-decoration: none;
}
h4 a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 0.9em;
}


#container a img {
	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;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: lighter;
	color: #000;
}
