* {
margin: 0px;
padding: 0px;
}

body {
	background-color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 100%;
}
#outer {
	background-color: #333;
	height: auto;
	width: 1024px;
	margin:0 auto;
	padding-bottom: 60px;
}

#images {
	margin-left: 400px;
	margin-top: -190px;
}


#content {
	width: 830px
	height: 410px;
	background-color: #d9dadc;
	margin: 12px 78px 2px 112px;
	padding-bottom: 20px;
}
#menu {
	height: 22px;
	background-color: #000;
	color: #fff;
	text-align:center;
	vertical-align:middle;
	padding-top:4px;

}
#menu ul {
		list-style:none;
}
		
#menu li {
	display: inline;
	padding-right: 60px;
	padding-left: 60px;
}

#menu li a {
	text-decoration: none;
	color: #fff;
	font-size:15px;
	font-weight:bold;
}

#menu li a.current {
	text-decoration: none;
	color: #e52518;
}

#menu li a:hover {
	text-decoration: underline;
	color: #d9dadc;
	
}

#menu li a.current:hover {
	text-decoration: none;
	color: #d9dadc;
}

#left {
	width: 460px;
	margin-left:80px;
	margin-top: 30px;
	margin-bottom:20px;
	float:left;
}
#right {
	width: 205px;
	margin-left: 590px;
	margin-top: 30px;
	margin-bottom:20px;
}
br.clear {
	 clear:both;
}
#footer {
	color:#fff;
	margin-left:150px;
	font-size:10px;
}

h1 {
	font-variant: small-caps;
	font-weight: normal;
	color: #e52518;
	margin: 5px;
}
hr {
	border: 0px;
	height:1px;
	background-color: #58585a;
}
p {
	font-size: 13px;
	line-height: 15px;
	margin: 5px;
	padding-top: 12px;
}

 ul.list {
	font-size: 13px;
	line-height: 15px;
	margin: 5px;
	padding-top: 12px;
	padding-left: 15px;
}



.headimg {
	margin-right: 6px;
}

#quote {
	background-color: #e52518;
	color: #FFF;
	padding: 15px;
	font-size:20px;
	font-weight: bold;
	text-align:center;
}