/* DIVs */

#container {
position:relative;
width:780px;
z-index:1;
overflow:visible;
}

#header {
float: left;
width:780px;
height:120px;
z-index:1;
border-style: none;
}

#nav {
float: left;
width:780px;
height:30px;
z-index:2;
border-style: none
}

#main {
float: left;
left: 0px;
top: 150px;
width:780px;
z-index:2;
visibility:
visible; overflow:
visible;
}

/* Typefaces */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	border-bottom: 1px dotted #73452B;
	color: #5C2009;
	line-height: 14px;
	padding-bottom: .2em;
	padding-top: .2em;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: normal;
	color: #996600;
	padding-top: .3em;
}
.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: normal;
}
.sidebar-body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #111111;
	font-weight: normal;
}
.sidebar-body-rt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #111111;
	font-weight: normal;
	text-align: right;
}
.menu-head {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	color: #5C2009;
	font-weight: bold;
}
.menu-desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
p {
	line-height: 4px;
	text-align: left;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 10px;
	color: #666666;
	text-align: right;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 15px;
	color: #FFCC66;
	font-weight: normal;
}

/* LINKS */

a:link {
	color: #964000;
	font-weight: bold;
}
a:visited {
	color: #7C3000;
	font-weight: bold;
}
a:hover {
	color: #B95000;
	font-weight: bold;
}
