* {
	padding: 0;
	border: 0;
	margin: 0;
}

html {
	text-align: center;
	background: #ffffff url(../images/bg.jpg) top left repeat;
}

body {
	position: relative;
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

#header {
	padding: 0;
	border: 0;
	margin: 20px 0 20px 0;
}

#header h1 {
	height: 144px;
	background: url(../images/new_logo2.JPG) no-repeat;
	text-indent: -9999px;
}

#header img {
	position: absolute;
	top: 74px;
	left: 500px;
}

#header a:link {color: #ffffff}
#header a:visited {color: #ffffff}
#header a:hover {color: #ffffff}
#header a:active {color: #ffffff}

#content {
	width: 100%;
	height: 303px;
	background: url(../images/bg_home.jpg) no-repeat;
}

#content_nav {
	width: 242px;
	height: 292px;
}

#content_flash {
	position: absolute;
	left: 380px;
	top: 238px;
}

#content_flash object {
	height: 100px;
	width: 150px;
}

#footer_nav {
	height: 30px;
	text-align: center;
}

#footer_nav p {
	width: 100%;
	margin: 25px 0 0 0;
	font-size: small;
}

#footer_nav div {
	background-color: #2f76b4;
	height: 30px;
}

#footer_nav ul {
	position: relative;
	top: 4px;
	color: #ffffff;
}

#footer_nav li {
	display: inline;
}

#footer_nav a {
	font-family: "Verdana"; 
	font-size: 12px; 
	font-weight: 500; 
	color: #ffffff; 
	text-decoration: none
}

#footer_nav a:hover { 
	color: #003399;
	background-color: #ffffff;
}

.gutter {
	width: 100%;
	height: 2px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}