/* Layout Divs */

#container {
	margin: 0 auto 0;
	width: 1000px;
	}
#nav {
	margin: 0 0 0 20px;
	width: 404px;
	height: 29px;
	text-transform:capitalize;
	background: url('images/nav_bknd.png') repeat-x;
	border: 1px solid #4D4D4D;
	}
#nav a {
	display: block;
	margin: 0 1px 0 0;
	padding: 7px 0 0 0;
	height: 22px;
	width: 100px;
	float: left;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	/*vertical-align: middle;*/
	font-weight: 800;
	list-style-type: none;
	background: url('images/up_bknd.png') repeat-x;
	}
#nav a:hover {
	background: url('images/dn_bknd.png') repeat-x;
	}
#nav .last {
	margin: 0px;
	float: right;
	width: 101px;
	}
/*
#nav img {
	border: none;
	margin: 0 1px 0 0;
	}
*/
#logo {
	width: 268px;
	height: 55px;
	}
/*
.up {
	display: block;
	margin: 0 1px 0 0;
	padding: 0 0 0 0;
	height: 29px;
	width: 100px;
	float: left;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	font-weight: 800;
	list-style-type: none;
	background: url('images/up_bknd.png') repeat-x;
	}
*/
/*
#content {
	margin: 0 auto 0;
	padding: 20px;
	width: 896px;
	height: 406px;
	background: url('images/frame_bknd.gif')  no-repeat;
	}
*/
/* Redefined HTML tags */
html, body {
	margin-top: 10px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #000;
	}
ul {
	margin: 0;
	padding: 0;
	}	
img.alignright {
	float:right;
	position:relative;
	}
.redtext {
	color:#FF0000;
	padding:0 8px;
	}
.whitetext {
	color:#FFFFFF;
	padding:0 8px;
	font-size: 1em;
	}
	
