@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/*
		####### Generics
*/
small {
	font-size: 9px;
	line-height: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.top {
}
.bot {
}
.minHeight {
	height: 400px;
}
/*
		####### Colors
*/


/*
		####### Containers
*/
#wrap {
	width: 775px;
	font-family: "Futura Lt BT", "Futura", Geneva, Arial, Helvetica, sans-serif;
	padding-top: 10px;
}
#header {
	background: url(../images/header.gif) no-repeat;
	height: 100px;
}
#menu {
	height: 29px;
	background: url(../images/header.gif) no-repeat left top;
	padding-top: 71px;
}
#content {
	clear: both;
	text-align: left;
	border: 1px solid #592000;
}
#footer {
	color: #6e0f1d;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 15px;
}
/*
		####### Menu
*/
#menu ul {
}
#menu li {
	float: right;
	height: 29px;
	display: block;
}
#menu li.rtbdr {
	border-right: 1px dotted #FFFFFF;
}
#menu a, #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	line-height: 29px;
	font-variant: small-caps;
	font-size: 12px;
}
#menu a:hover {
	color: #FFF;
	text-decoration: none;
	background: #09C;
}
/*
		####### Content
*/
#content a, #content a:visited {
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
	color: #09C;
	text-decoration: none;
}
