/* CSS Document */
/* Global Whitespace Reset */
* {	padding:0;	margin:0;	 }
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {	margin:20px 0; }
li, dd, blockquote {	margin-left: 40px; }
p {	margin: 15px 0;}
fieldset {	padding:10px; }
h1, h2, h3, h4, h5, h6 {	margin: 20px 0 5px; }
p {	margin: 5px 0 20px;}
h1 {	font-size: 160%; }
h2 {	font-size: 150%; }
h3 {	font-size: 140%; }
h4 {	font-size: 130%; }
h5 {	font-size: 120%; }
h6 {	font-size: 110%; }
ul ul {	margin:5px o; }
.structure {	display: none;}
hr.clear {	clear: both;	height: 1px;	margin: 0; visibility:hidden;}
/* Site Structure - Main */
html{
	margin: 0 auto;
	height: 100%;
	background: #8c8c8c url(../images/bg_xyrepeat.jpg)
}
body{
	margin: 0 auto;
	height:100%;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #747474;
	background: url(../images/background.jpg) repeat-x;
}

/* Content */
#container{
	margin: 0 auto;
	min-height:100%;
	width: 750px;
	background: #ffffff url(../images/content_bg.jpg) repeat-y;
}
#header{
	margin: 0px auto;
	background: url(../images/header_01.jpg) 0 0 no-repeat;
	height: 200px;
	width: 750px;
}
#header h1 {
	margin:0;
	height: 75px;
	width:340px;
	text-indent: -1234em;
}
#header h1 a {
	display:block;
	height: 75px;
	text-decoration: none;
}
/* Content Area */
#content{
	min-height:450px;
	width: 750px;
	margin: 0 auto;
}
#leftcol{
	float:left;
	min-height:450px;
	margin:5px 0 0 0;
	width: 175px;
}
#main {
	min-height:450px;
	margin: 0 0 0 200px;
}
#clear{
	height: 40px;
}
/* Footer */
#footer{
	height:30px;
	margin: -30px auto 0;
	background:#1d1d92;
	width: 750px;
	padding: 0;
}
#footer a {
	color: #ffffff;
	font-size:12px;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	width: 750px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	color: #ffffff;
	margin:0 auto;
}
#footer p.by  {
	text-align: right;
	font-size:10px;
	color:#ffffff;
	margin:2px 0 0 0;
}
#footer p.by a {
	font-size:10px;
	color:#ffffff;
}

/* Site General */
a, a:active, a:visited {
	color:#747474;
	text-decoration:underline;
}
a:link, a:hover{
	color:#747474;
	text-decoration:underline;
}
.subhead{
	font-size:18px;
	color:#921d1d;
	text-decoration:none;
	font-weight:bolder;
}
