html {
	margin: 0;
	padding: 0;
	/*background: #000 url(bg/bgBottom.jpg) no-repeat center bottom;*/
	height: 100%;
	min-height: 100%
}
body {
	margin: 0;
	padding: 0;
	border: 0;
	color: #000;
	background: #000 url(bg/bgTop.jpg) no-repeat center top;
	font: .75em Arial, sans-serif;
	height: 100%;
	min-height: 100%
}
#shadow {
	min-height: 100%;
	height: 100%;
	background: url(bg/bgBottom.jpg) repeat-x bottom;
}
html>body #shadow {
	min-height: 100%;
	height: auto;
}
#wrapper {
	width: 925px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 146px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}
#content {
	width: 715px;
	height: 450px;
	overflow: visible;
	overflow-x: hidden;
	border: 1px solid #000;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: #fff;
	background-image: url(bg/content.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-left: 5px;
}
html>body #content {
	height: auto;
	min-height: 450px;
	overflow: hidden;
}
#nav {
	float: left;
	width: 175px;
	background-image: url(bg/content.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	border: 1px solid #000;
}
#nav ul {
 padding-left: 15px;
}
#nav ul li {
    margin-bottom: 20px;
	list-style-type: none;
}
#nav ul li a {
	text-decoration: none;
	padding: 0px 2px;
	color: #000;
	font-size: 1.4em;
	font-weight: bold;
}
#copy {
	padding: 10px;
	color: #676B86;
	text-align: center;
}

#nav ul .sub_li
{
 margin-bottom: 0px;
 margin-left: 0px;
 text-decoration: none;
 font-size: 1.2em;
 font-weight: bold;
}

#nav ul .sub
{
 padding-left: 25px; 
}

.left {
	width: 295px;
	float: left;
}
.right {
	width: 295px;
	float: right;
}

#nav ul li a {
	text-decoration: none;
	padding: 0px 0px;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

/* basic elements
=========================*/
a {
	outline: none;
	color: #22568C;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 1.5em;
	margin: 0px;
	padding: 7px 0px 3px 0px;
}
h2 {
	font-size: 1.2em;
	margin: 0px;
	padding: 7px 0px 3px 0px;
}
h3 {
	font-size: 1em;
	margin: 0px;
	padding: 7px 0px 3px 0px;
}
p {
	margin: 0px;
	padding: 5px 0px;
}
hr {
	margin: 5px 0px;
	padding: 0px;
	height: 1px;
	border: 0;
	color: #000;
	background-color: #000;
}

