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

body {
	background-color: #1b2047;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	text-align: center;
}
#main {
	position: relative;
	width: 730px;
	height: 360px;
	background-image: url(images/bg-top.gif);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#logo {
	position: relative;
	z-index: 1500;
	width: 137px;
	height: 72px;
	float: right;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	margin: 0 0 10px 0;
}
#nav {
	padding: 0;
	margin: 28px 0 0 10px;
	width: 530px;
	text-align: left;
	clear: both;
	z-index: 1000;
	float: left;
}
#nav ul {
	list-style: none;
	line-height: 1;
	padding: 0;
	margin: 0;
	width: 530px;
}
#nav li {
	float: left;
	position: relative;
	padding: 0;
	margin: 0 18px 0 0;
	z-index: 1000;
	vertical-align: baseline;
}
#nav ul li a {
	display: block;
	padding: 2px 0px 2px 0px;
	color: #1b2047;
	font: 13px Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}
#nav ul li a:hover {
	padding-bottom: 1px;
	border-bottom: 1px dotted #1b2047;
}

#content {
	clear: both;
	margin: -20px auto 10px auto;
	width: 700px;
	background-color: #f0eee0;
	z-index: 10;
}
#content .top {
	width: 700px;
	background-color: #eae7d2;
	border-bottom: 3px solid #c5c099;
	font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #c5c099;
	line-height: 18px;
	text-align: left;
	font-weight: bold;
}
#content .bottom {
	margin: 0;
	padding: 0;
	background-image: url(images/content-bottom.gif);
	background-repeat: no-repeat;
	width: 700px;
	height: 18px;
	font-size: 1px;
	line-height: 1px;
	position: relative;
}
#content p {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1b2047;
	line-height: 14px;
	text-align: justify;
	margin: 10px 10px 0 25px;
}
#content h1 {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #1b2047;
	text-align: left;
	margin: 0 10px 10px 10px;
	z-index: 100;
}
#content h2 {
	font: 17px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1b2047;
	text-align: left;
	margin: 10px;
}
#content li {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1b2047;
	line-height: 14px;
	text-align: left;
	margin-left: 5px;
	list-style-type: square;
}
#content .line {
	margin: 10px 10px 0 25px;
	border-bottom: 1px dotted #c5c099;
	font-size: 1px;
	line-height: 1px;
}
#content .pics {margin: 10px 10px 0 25px;}
#content .pics td {font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;	color: #1b2047;}
#content .ad {border: 1px solid #c5c099; padding: 1px;}

#content a:link, #content a:visited {
	color: #0066CC;
}
#content a:hover {
	color: #990000;
}

#copy {
	width: 730px;
	margin: 0;
	padding: 10px;
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #1b2047;
	text-align: center;
}