* {
	padding:0;
	margin:0;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#ffffff;
}

#container {
	width:800px;
	min-height:650px;
	height:auto;
	margin:5px auto;
	z-index:0;
}

table.background {
	background-color:#000000;
}

a:link, a:visited {
	color:#FF3366;
}

a:active {
	color:#CC3300;
}

/************** HEADER ****************/

#header {
	background-image:url(../images/banner.gif);
	background-repeat:no-repeat;
	background-position:top left;
	height:160px;
	width:800px;
}

.silks {
	color:#0033CC;
	font-family:Geneva;
	text-align:center;
	vertical-align:middle;
	display:none;
}

/**************** MENU *******************/

#menu {
	position:relative;
	float:left;
	width:135px;
	height:100%;
	vertical-align:top;
}

#menu .nav {
	width:135px;
	list-style-type:none;
	font-size:10pt;
	color:#ffffff;
	padding:5px;
}

.nav li {
	width:125px;
	height:25px;
	text-decoration:none;
	border-bottom:1px solid #000000;
}

.nav a {
	display:block;
	padding-top:3px;
	padding-left:5px;
	height:23px;
	color:#ffffff;
	text-decoration:none;
	background-image:url(../images/button.jpg);
	background-position:0 0;
}

.nav a:hover, .nav li:hover {
	background-image:url(../images/button.jpg);
	background-position:0 -25px;
	text-decoration:none;
}

/**************** CONTENT ******************/

#content {
	position:relative;
	float:left;
	width:655px;
	padding:0 5px;
}

.color {
	color:#ffe75a;
	font-family:Geneva;
}

.washable {
	text-align:center;
	font-size:9pt;
	font-style:italic;
}


/*************** FOOTER *****************/

#footer {
	padding:10px 0;
	width:800px;
	position:relative;
	float:left;
	font-size:10pt;
	text-align:center;
}