* {
	margin: 0px;
	padding: 0px;
	outline:none;
}
p {
	padding-bottom: 1em;
}
a {
	position: relative; /* For PNG hack */
}
h1,
h2
 {
	padding-bottom: 1ex;
	font-family: times;
	font-size: 1.5em;
	color: #4b758a;
}
h3
{
padding-bottom: 1ex;
	font-family: times;
	font-size: 1.2em;
	color: #4b758a;
}

#flash_container {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(image/back.jpg);
	background-color: #fff;
	background-repeat: repeat-x;
	text-shadow: 0 0 0 #000;
	font-family: times new roman;
}

#container {
	width: 770px;
	margin: 80px auto;
}
#banner {
	width: 770px;
	height: 373px;
	background-image: url(image/banner.png);
	background-repeat: no-repeat;
	overflow: auto;
	
}
#nav {
	padding: 35px 0px 10px 0px;
	background-image: url(image/nav_back.png);
	background-repeat: no-repeat;
	height: 20px;
}
#nav li {
	display: inline;
}
#logo {
	width: 210px;
	height: 210px;
	background-color: #e1d3be;
	position: absolute;
	margin-left: 47px;
	margin-top: 26px;
}
#content {
	background-image: url(image/content_back.png);
	background-repeat: repeat-y;
	padding: 35px;
	overflow: auto;
	width: 700px;
}
#footer {
	height: 140px;
	background-image: url(image/footer.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 60px 35px 20px 35px;
}

#left {
	width: 420px;
	padding-right: 20px;
	float: left;
	border-right: 1px dotted #5e93ad;
}

#right {
	width: 235px;
	float: right;
}
#banner_header {
	float: right;
	margin-top: 250px;
	width: 370px;
	font-size: 1.2em;
	font-style: italic;
}
.last_p {
	padding-bottom: 0px;
}
.bold {
	font-weight: bold;
}
#right_address {
	display: block;
	border-right: 1px solid #999;
	float: left;
	padding-right: 35px;
	padding-bottom: 0px;
}
#left_address {
	width: 180px;
	display: block;
	float: left;
	padding-left: 35px;
	padding-bottom: 0px;
}
#cpr {
	clear: both;
	padding-top: 1.5em;
	font-size: 0.7em;
	font-family: verdana;
}

/* NAVIGATION MENU FORMATTING */

#nav {
	font-family: trebuchet ms;
	font-weight: bold;
	font-size: 0.8em;
	text-align: center;
}
#nav li {
	padding-right: 35px;
}
#last_child {
	padding: 0px !important;
}
#nav a:link {
	color: #4b758a;
	text-decoration: none;
}
#nav a:visited {
	color: #4b758a;
	text-decoration: none;
}
#nav a:link:hover, 
#nav a:visited:hover {
	color: #2f576c;
	text-decoration: underline;
}
#nav a:link:active,
#nav a:visited:active  {
	color: #f00;
	text-decoration: underline;
}
