﻿body {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	font-size: 12px;
	background-color: #b8b8b8;
	margin: 0px;
	padding: 0px;
	color: #000;
}

a {
	color: #666;
}

img {
	border-style: none;
}	

img, div, input { 
	behavior: url('/js/iepngfix.htc') 
}

#page_wrapper {
	width: 908px;
	background: #fff url('../images/bg.gif') repeat-y;
	margin: 0px auto;
}

#page_header {
	width: 900px;
	margin: 0px auto;
	background: #000 url('../images/header_bg.gif') repeat-x;
	height: 140px;
	position: relative;
	text-align: right;
}

#page_logo {
	position: absolute;
	top: 56px;
	left: 20px;
    /*height: 111px;*/
    /*width: 200px;*/
}

#page_nav_wrapper {
	background-color: #666;
	height: 30px;
	width: 900px;
	margin: 0px auto;
}

#SubTitle {
	font-size: 11px;
	color: #fff;
	padding: 5px 0px 0px 30px;
	width: 227px; /*299px;*/
	float: left;
    height: 22px;
}

#page_nav ul {
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	list-style: none;
}

#page_nav li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#page_body {
	width: 900px;
	margin: 0px auto;
}

#page_footer_wrapper {
	background-color: #666;
	width: 900px;
	height: 30px;
	margin: 0px auto;
	color: #fff;
	font-size: 10px;
}

#page_footer_wrapper_contact {
	background-color: #666;
	width: 900px;
	height: 70px;
	margin: 0px auto;
	color: #fff;
	font-size: 10px;
}

#page_copyright {
	padding: 7px 0px 0px 30px;
	width: 500px;
	float: left;
	
}

#footer_nav {
	padding: 7px 30px 0px 0px; 
	text-align: right;
}

#footer_nav_content {
	padding: 7px 30px 0px 0px; 
	text-align: right;
}

#footer_nav a {
	color: #fff;
}

#footer_nav a:hover {
	text-decoration: none;
}

.paragraph_wrapper {
	background: #ccc url('../images/paragraph_bg.gif') repeat-x; 
	margin: 20px;
	padding: 30px;
}

.paragraph_wrapper_contact {
	background: #ccc url('../images/paragraph_bg.gif') repeat-x; 
	margin: 20px;
	padding: 8px;
}
