body {
	margin: 0px;
	background: #585858;
}

img {  
	border-style: none;
}

#container {
	width: 900px;
	margin: 0px auto;
}

#header {
	background: #949B99;
	padding: 5px;
	height: 95px;	
}

#header .title {
	color: #585858;
	font-size: 40px;
	font-weight: 900;
}


#header .sub {
	color: #E3E4D5;
	font-size: 20px;
	font-style: italic;	
}

#body {
	padding: 5px;
	background: #E3E4D5;
}

#text {
}

#images {
	text-align: center;
}

#images table {
	width: 870px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}	

#images table td {
	width: 173px;
	height: 175px;
}

#top {
	height: 300px;
}

#left {
	float: left;
	width: 49%;
	padding-top: 20px;
	line-height:;
}

#right {
	float: right;
	width: 50%;
	height: 100%;
}

#bottom {
	margin-top: 15px;
	margin-left: 40px;
	margin-bottom: 15px;
	margin-right: 40px;	
	height: 100%;
}

#bottom .title {
	font-style:italic;
	font-weight: 900;
	font-size: 28px;
	margin-bottom: 10px;	
	margin-left: -40px;
}

#bottom .quote {
	float:left;
	margin-top: ;
	width: 150px;
	height: 75px;
	background: ;
}

#bottom .quote .text {
	float: ;
}

#bottom .divider {
	float:left;
	width: 2px;
	height: 75px;
	margin: 0px 33px;
	padding: 0px 0px;
	background: #666;
}

#footer {
	font-size: 12px;
	padding: 5px;
	background: #949B99;
	height: 100%;
}

#navigation {
	margin-top: 5px;
	width: 100%;
}

#navigation ul {
	height: 25px;
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 900;
}

#navigation li {
	margin: 0px 45px;
	list-style: none;
	float: left;    
	text-align: center;

}


#navigation li:hover {
	background-color: none;
}

#navigation li a {
	color: #FFF;
	margin-top: 2px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation li a:hover {
	color: #CCC;
}

#navigation li ul {
	display: none;
	width: 8em; /* Width to help Opera out */
}

#navigation li ul li {
	margin: 0em 0em;
}

#navigation li:hover ul {
	display: block;
	position: absolute;
	margin: 0px;
	padding: 0px; 
}

#navigation li:hover li {
	float: none; 
}

#navigation li:hover li a {
	color: #666;
	text-align: left;
}

#navigation li li a:hover {
	/*opacity: 0.7;*/ 
}
