

/* ---- Reset all styles ---------------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, label, input, p, blockquote, address, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
ol, ul {
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
fieldset, img {
	border: 0;
}



/* ---- Set new basic styles --------------------------------------------------------- */

body {
	background:#000000 url(../images/bg.jpg) repeat-x center top;
	overflow: -moz-scrollbars-vertical !important; 
}
body, p, td, th, li, h1, h2, h3, h4, h5, h6  {
	font:normal 11px/1.5 Verdana, Arial, Helvetica, sans-serif;
	color: #181108;
}
.clear {
	clear:both;
}
h1 {
	font-weight:bold;
	font-size:200%;
}
h2 {
	font-weight:bold;
	font-size:120%;
}
a, a:visited {
	color: #611700;
	text-decoration:underline;
}



/* ---- =Structure! --------------------------------------------------------- */

#container {
	position:relative;
	width:750px;
	margin:57px auto 0 auto;
}



/* ---- =Header! --------------------------------------------------------- */

#header-container {
	position:relative;
	width:750px;
	height: 91px;
}

#header {
	position:relative;
	width:750px;
	height:91px;
	background:#dccba5 url(../images/header.jpg) no-repeat center top;
}
#header h1 {
	text-indent:-9999px;
}



/* ---- =Content! --------------------------------------------------------- */

#content-container {
	position:relative;
	width:750px;
	background-color:#dec284;
	background-image: url(../images/content_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top:22px;
}
#content {
	position:relative;
	width:750px;						/* force "Layout" upon I.E. */
}


/* ---- =Columns --------------------------------------------------------- */

#main-column {
	float:left;
	display:inline;
	width:450px;
	margin:30px 25px 0 30px;
}
#side-column {
	float:right;
	display:inline;
	width:210px;
	margin:80px 30px 0 0;
}

/* allow special class on body to remove side-column and have main-column take up extra 210px for full-width: */
body.one-column #main-column {
	float:left;
	display:inline;
	width:670px;
	margin:30px 25px 0 30px;
}
body.one-column #side-column {
	display:none;
}



/* ---- =MainContent --------------------------------------------------------- */

#main-content {
	margin:0 35px 0 70px;
}

#main-content {
	clear:both;
}
#main-content h1 {
	margin-top:1em;
	margin-bottom:1em;
	font-weight:bold;
	font-size:140%;
}
#main-content h2 {
	font-weight:bold;
	font-size:130%;
	margin-top:1em;
	margin-bottom:1em;
}
#main-content h3 {
	font-size:105%;
	color:#611700;
	margin-top:0.0em;
	margin-bottom:-0.5em;
	font-weight:bold;
}
#main-content p {
	margin-top:0.5em;
	margin-bottom:1em;
}
#main-content tr td {
	padding:0.5em;
}
#main-content ul {
	padding-left:1em;
}
#main-content ul li {
	list-style-position: outside;
	list-style-type: square;
}



/* ---- =sideContent --------------------------------------------------------- */

#side-content {
	clear:both;
}
#side-content h1 {
	color:#dfb468;
	font-size:14px;
	font-weight: bold;
}
#side-content img.border {
	border: 1px solid #000000;
}
#side-content #highlight {
	background-color: #ffe4a5;
	width: 180px;
	padding:10px;
	border:1px solid #a88858;
}
#side-content ul li {
	list-style-position: outside;
	list-style-type: square;
	padding:3px 0;
	margin-left:25px;
	color:#4e1103;	
	font-weight:bold;
}


/* allow "#highlight" to appear outside of the side-content? */
#highlight {
	background-color: #ffe4a5;
	width: 180px;
	padding:10px;
	border:1px solid #a88858;
}
#highlight ul, #highlight ul li {
 padding:0;
 margin:0;
}
#highlight ul li {
	list-style-position: outside;
	list-style-type: square;
	padding:3px 0;
	margin-left:25px;
	color:#4e1103;	
	font-weight:bold;
}



/* ---- =Footer --------------------------------------------------------- */

#footer-container {
	position:relative;
	width:750px;
	height:50px;
	margin: 0 auto;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer {
	text-align:right;
}
#footer ul {
	padding:30px;
}
#footer ul li {
	display:inline;
	font:normal 10px/13px verdana, helvetica, arial, sans-serif;
	color:#a78e53;
	padding: 30px 3px;
}
#footer ul li a {
	color:#a78e53;
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;
}




