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

html {
	margin: 0;
	padding: 0;
}

body {
	background-image:url(images/header_bg.gif);
	background-position:0 0px;
	background-repeat:repeat-x;
	background-color: #F4F3E6;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height:1.7em;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

.clear {
	clear: both;
}

a img {
	border: none;
}

.wrapper {
	margin: 0 auto;
	background-color: #F4F3E6;
	padding: 0;
	width: 1000px;
}

/* header -------------- */

.header {
	font-size: 14px;
	background-image:url(images/header_bg.gif);
	background-position:0 0px;
	background-repeat:repeat-x;
	height:80px;
}

.header .logo {
	width: 150px;
	height: 50px;
	float: left;
	padding: 20px 0 10px 40px;
}

.header ul {
	margin: 0;
	padding: 50px 0 0 60px;
	list-style: none;
	float: left;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	text-transform:uppercase;
}

.header ul li {
	float: left;
}

.header ul li a, .header ul li a:visited {
	float: left;
	text-decoration: none;
	color: #666666;
	font-weight: normal;
	padding: 0 20px;
}

.header ul li a:hover {
	color: #B99600;
}

.header ul li a.selected {
	color: #FFFFFF !important;
}

/* content -------------- */

.content {
	margin:40px 20px 32px 45px;
}

.content .left {
	width: 580px;
	float: left;
}

.content .left .title {
	padding: 10px 0 0 13px;
}

.content .right {
	width: 250px;
	float: right;
	color: #333;
	padding: 0;
	line-height: 14pt;
}

.content #info {
	width: 300px;
	padding: 0px 10px 0 0px;
}

.content .right a:link{
	text-decoration: none;
	font-weight: bold;
	color:#543F8D;
}

.content .right a:hover{
	color: #BD272D;
}

.content h1 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 15px;
	font-weight: bold;
	color: #002B54;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
}

.content h2 {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 15px;
	color: #21529A;
	font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Helvetica,Arial,sans-serif;
	font-style:normal;
}

/* thumnail image area -------------- */

.content .right .thumbs {
	margin-right: -17px;
	width: 225px;
}

.content .right .thumbs .images {
	display: inline;
	width: 90px;
	height: 72px;
	margin-right: 16px;
	float: left;
	margin-bottom: 14px;
}

.content .right .thumbs .title {
	text-align: right;
	padding-right: 30px;
	color: #A0A0A0;
	margin-bottom: 20px;
}

.content .right .thumbs .title .navigation {
	display: block;
	width: 100px;
	font-size: 12px;
	float: right;
}

.content .right .thumbs .title .navigation a {
	cursor: default;
	color: #B99600;
	display: none;
}

.content .right .thumbs .title .navigation a.prev {
	float: left;
	text-decoration: none;
}

.content .right .thumbs .title .navigation a.next {
	float: right;
	text-decoration: none;
}

.content .right .thumbs .title .navigation a.active {
	font-weight: bold;
	cursor: pointer;
	color: #B99600;
	display: block;
}

.thumbnails {
	height: 260px;
}

/* footer -------------- */

.footer {
	padding-top: 7px;
	text-align: center;
	color: #999999;
	font-size: 10px;
	background-color: ##F4F3E6;
}

.footer p {
	padding: 0;
	{

* html .footer {
	margin-top: -32px;
}

*+html .footer {
	margin-top: -32px;
}
