body {
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
	background: #fff url('images/background.gif') repeat-x scroll 0 0;
	color: #a6a7a9;
	width: 100%;
}

a {
	text-decoration: underline;
	color: #a6a7a9;
}

h1 {
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h2 {
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

h3 {
	margin: 0 0 10px 0;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

p {
	margin: 0 0 10px 0;
}

img {
	border: none;
}

#pagewrap {
	margin: 0 auto;
	width: 960px;
	clear: both;
}

#header {
	height: 157px;
	background: transparent url('images/header_border.jpg') no-repeat center bottom;
	clear: both;
}

#header .logo {
	height: 100px;
	background: url('images/logo.jpg') no-repeat center top;
}

#nav {
	margin: 20px 0 15px 0;
	padding: 0;
	text-align: center;
	list-style: none;
}

#nav li {
	padding: 0 30px 0 30px;
	display: inline;
	border-left: 1px solid #000;
	letter-spacing: 1px;
}

#nav li a {
	font-weight: bold;
	text-decoration: none;
}

#nav li.first {
	padding-left: 0;
	border-left: none;
}

#pagecontainer {
	width: 960px;
	clear: both;
}

.left_part {
	width: 25px;
	height: 382px;
	background: url('images/left.jpg') no-repeat;
	float: left;
}

.right_part {
	width: 25px;
	height: 382px;
	background: url('images/right.jpg') no-repeat;
	float: right;
}

#content {
	margin: 20px 0 0 0;
	padding: 0 150px;
	background: url('images/content_background.jpg') no-repeat;
	width: 610px;
	min-height: 363px;
	float: left;
	color: #696969;
}

*html div#content { 
   height: expression( this.scrollHeight < 364 ? "363px" : "auto" ); /* sets min-height for IE */
   min-height: 363px; /* sets min-height value for all standards-compliant browsers */
}

#content h1 {
	margin: 25px 0 30px 0;
	color: #7ccf3c;
}

#outer_line {
	background: url('images/outer_line_bg.jpg') repeat-x;
	clear: both;
}

#outer_line .bg{
	margin: 0 auto;
	width: 960px;
	height: 7px;
	background: #24478b url('images/footer_border.jpg') no-repeat center top;
}

*html div#outer_line .bg{
	background: transparent url('images/footer_border.jpg') no-repeat center top;
}

#footer {
	margin: 0 auto;
	padding: 25px 0 0 0;
	height: 60px;
	width: 960px;
}

#footer .copyright {
	margin: 0 0 0 45px;
	float: left;
}

#footer .terms {
	margin: 0 60px 0 160px;
	float: left;
}

#footer .policy {
	float: left;
}

#footer .terms a, #footer .policy a {
	text-decoration: underline;
	color: #888888;
}

#footer .credits {
	margin: 0 45px 0 0;
	float: right;
}
