#wrapper {
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

body {
	background-color: #3c4675;
	background-image: url(images/bg_grad.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: white;
}
.sold { font-size:18px; font-weight:bold; color:#66CCCC; text-align:center; text-transform:uppercase; }
.style1 {font-size: 85%}
.style2 {font-size: 115%}
.style3 {font-size: 140%; font-style: italic; font-weight: bold; color: #FFFF99;}
.style4 {color: #FFFF99; font-style: italic; font-weight: bold;}
.style5 {color: #66CCCC; font-weight: bold; }
.style6 {font-weight: bold}

a{
	color: white;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

ul {
	list-style-type: circle;
}

h1 {
	font-size: 170%;
	font-weight: lighter;
	font-variant: small-caps;
}
h2 {
	font-size: 130%;
	font-weight: bold;
	font-variant: small-caps;
}

#container {
	margin-top: 0px;
	z-index: 10;
	width: 1050px;
	height: 500px;
}

#content {
	width: 500px;
	margin-left: 290px;
}

#content_left {
	margin-top: 25px;
	width: 450px;
	float: left;
	height: auto;
	margin-left: 50px;
}

#content_right {
	float: right;
	margin-top: 60px;
	margin-right: 110px;
	width: 400px;
}

#left_message {
	margin-top: 50px;
	margin-left: 30px;
}
#footer {
	width: 1000px;
	font-size: 90%;
	clear: both;
}
#copyright {
	font-size: 75%;
	padding-top: 40px;
}

#lower_nav {
	margin-top: 0px;
	font-size: 12px;
}
#nav {
	margin-top: -32px;
	margin-right: 70px;
	z-index: 2;
	float: right;
	position: relative;
	font-variant: small-caps;
	color: #041462;
	font-weight: bold;
	font-size: 110%;
}

#nav a {
	color: #041462;
	text-decoration: none;
}

#nav a:hover {
	color: #3C4675;
	text-decoration: none;
}

caption {
	visibility: hidden;
}
.caption {
	font-variant: small-caps;
}
.header {
	z-index: 1;
	position: relative;
}
.sitemap {
	visibility: hidden;
}

