body {
	text-align:center;
	background: url(images/page_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #ccc;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .80em;
	color: #23326d;
}
	
#main_wrapper {
	width:1006px;
	margin-left:auto; 
	margin-right:auto; 
	text-align:left;
	background: url(images/wrapper_bg.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	background-color: #fff;
}
#header {
	
}

#nav {
	background: url(images/nav_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #fff;
	height: 67px;
}

#nav_inner {
	padding: 7px 0 0 0;
}

#content {
	width: 756px; 
	float: left; 
	top: 0px;
}
	
#right {
	float: left;
	width: 250px; 
	top: 0px;	
}

#left {
	width: 150px;
	border-right: 1px solid #999;
}

#footer {
	clear:both;
	width: 1006px;
	height: 52px;
	background: url(images/footer_bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #000033;
	color: #000;
}
	
#header_inner, #content_inner, #right_inner {
	overflow:hidden; 
}
	
#header_inner { 
	padding:0;
}
	
#content_inner {
	padding: 8px 8px 8px 14px;
	border-left:1px solid #000066;
}
	
#right_inner { 
	font-size: .9em;
	padding: 8px 10px 8px 10px; 
}
	
#footer_inner {
	padding: 0 1em .5em 1em;
	text-align:center;
}

img {
	border: 0;
}

.copy {
	font-size: 11px;
}

h1 {
	font-size: 16px;
	color: #24346d;
	font-weight: bold;
}

h2 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.green a {
	color: #4e7302;
	font-weight: bold;
	text-decoration: none;
}

.green a:hover {
	text-decoration: none;
}

#line {
	border-bottom: 1px solid #999;
	padding: 3px 0 3px 0;
}

a {
	color: #557cbd;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000066;
}

.left_img {
	float: left;
	padding: 5px 15px 5px 0px;
}

.right_img {
	float: right;
	padding: 5px 0px 5px 15px;
}

.top_table td {
	vertical-align: top;
}
