body 
{
	font: 13px/19px "Segoe UI", Tahoma, Arial, sans-serif; 
	text-align: center; 
	background-color: #DEDEDE;
}

#container 
{
	width: 750px; 
	margin: 0 auto; 
	text-align: left; 
	margin-top: -54px;
}

#header
{	position:relative;
	width:750px;
	height:500px;
	margin: 0 auto;
	background:url(header.jpg) no-repeat right;
	margin-top: -50px;
}

#main
{
	float: left; 
	width: 654px; 
	margin: 0 0 0 46px;
}

#content
{
	float: right; 
	width: 654px; 
	margin: 0 auto;
	margin-top: -10px;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

.text 
{	color: #04121F;
	padding: 5px 10px;
	width: 632px;

}

#nav 
{	margin-top: 5px;
	margin-left: -15px;
	position: absolute;
	text-align: right;
}

img 
{	border:1px solid #3e342c;
	background-color:#080706;
	margin-right: 5px;
	color: inherit;
}

/* FONTS AND LINKS*/


h1
{	color : #B0B0B0;
	font-weight : normal;
	text-decoration : none;
	text-transform: uppercase;
	background-color: inherit;
	font-family: "times new roman", san-serif;
	font-size: 2.0em;
	line-height: 0.9em;
	margin-bottom: 5px;
	margin-top: 15px;
}

h3
{	color : #C20000;
	font-weight : normal;
	text-decoration : none;
	background-color: inherit;
	font-family: "arial", san-serif;
	font-size: 0.9em;
	margin: 10px 0px -12px 0px;
	text-transform: uppercase;
}

a
{	color : #1B88BB;
	font-weight : normal;
	text-decoration : none;
	background-color: inherit;
}

a:hover 
{	color : #1BBB84;
	text-decoration : none;
	background-color: inherit;
}

#nav a
{	color : #5F5F5F;
	font-weight : normal;
	text-decoration : none;
	background-color: inherit;
	font: 1.5em/1.2em "trebuchet ms", serif;
}

#nav a:hover 
{	color : #000000;
	text-decoration : none;
	background-color: inherit;
	border-bottom: 0px dotted #B2B2B2;
}