* {
	margin: 0;
	padding: 0;
}
body {
	background: url(images/jpgs/body.jpg) repeat-x top center;	
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 140%;
	padding: 12px 0;
	color: #690a0a;
}
img {
	border: none;
}
ul, ol, dl {
	list-style-type: none;
}
/*******************************
			LAYOUT
*******************************/
#container {
	margin: 26px auto 0 auto;
	width: 632px;
	font: .85em/1.45em Arial, Verdana, Helvetica, sans-serif;
}
#header {
	background: url(images/pngs/header.png) no-repeat bottom left;	

}
#logo {
	background: url(images/jpgs/logo_back.jpg) no-repeat top left;	
}
#content {
	background: #fff;
}
#top {
	background: url(images/jpgs/top.jpg) no-repeat top center;
	min-height: 268px;
	padding: 0 9px 9px 0;
}
#left {
	float: left;
	width: 300px;
	padding-left: 32px;
}
#right {
	float: right;
	width: 264px;
	text-align: right;
	padding-right: 9px;	
}
#btm {
	clear: both;
	padding-left: 32px;	
}
#footer {
	text-align: center;
	padding: 9px;
}
/*******************************
			NAV
*******************************/
#nav {
	text-align: right;
}
#nav ul {
	width: 219px;
	min-height: 268px;	
	margin-left: 404px;
}
#nav a {
	color: #fff;
	text-decoration: none;
	padding-right: 9px;
	line-height: 22px;
	font-size: 11px;
	display: block;
}
#nav a:hover {
	background: #538685;
}
/*******************************
			CLASSES
*******************************/
.clear {
	clear: both;
}
.copy {
	font-size: .7em;
}

.tbbg {
	background-color: black;
}

.tbbg td, .tbbg th {
	background-color: white;
	padding: 8px;
}

.dropmenu ul li {
	text-align: right;
	padding-right: 10px;
}

.dropmenu ul li:hover {
	background-color: #538685;
	color: white;
}

