

/* ---- 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:#7c0041 url(../images/body_bg.gif) 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: #4F3C22;
}
.clear {
	clear:both;
}
h1 {
	font-weight:bold;
	font-size:200%;
}
h2 {
	font-weight:normal;
	font-size:200%;
	text-transform:uppercase;
}
a {
	color: #7c0041;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* ---- =Structure! --------------------------------------------------------- */

#container {
	position:relative;
	width:794px;
	margin:0 auto;
}

/* ---- =Header! --------------------------------------------------------- */

#header-container {
	position:relative;
	width:794px;
	height: 124px;
}
#header-before {
	position:absolute;
	width: 213px;
	height: 124px;
	top:0px;
	left:-213px;
	background:url(../images/header_before.gif) no-repeat center center;
}
#header-before h1 {
	text-indent:-9999px;
}
#header {
	position:relative;
	width:794px;
	height:124px;
	background:#dccba5 url(../images/header_bg.gif) no-repeat left top;
}
#header-after {
	position:absolute;
	width: 47px;
	height: 23px;
	top:0;
	left:794px;
	background:url(../images/header_after.gif) no-repeat center center;
}

/* ---- =Content! --------------------------------------------------------- */

#content-container {
	position:relative;
	width:794px;
	background-color:#f6f0cc;
}
#content-before {
	position:absolute;
	width: 213px;
	height: 281px;
	top:0;
	left:-213px;
	background:url(../images/content_before.gif) no-repeat center center;
}
#content {
	position:relative;
	width:794px;						/* force "Layout" upon I.E. */
	padding-top:80px;
	background:url(../images/content_background_image.gif) repeat center center;
}
#content .clear {
	clear:both;
}
#content .break {
	clear:both;
	height:3px;
	background-color:#999966;
}


/* ---- =Columns --------------------------------------------------------- */

#main-column {
	float:right;
	display:inline;
	width:560px;
	margin: 0 35px;
}
#side-column {
	float:left;
	display:inline;
	width:150px;
	background:#c79396 url(../images/sidecolumn_bg.gif) no-repeat right top;
	margin-left:14px;
}

/* ---- =MainContent --------------------------------------------------------- */
#main-content {
	margin-bottom:20px;
}

#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:110%;
	margin-top:1em;
	margin-bottom:0px;
	text-transform:uppercase;
}
#main-content h3 {
	font-weight:normal;
	font-size:108%;
	margin-top:1em;
	margin-bottom:0;
	color:#6e8116;
	font-style:italic;
}
#main-content h4 {
	font-weight:bold;
	font-size:120%;
	margin-top:1.0em;
	margin-bottom:0.8em;
}
#main-content h5 {
	color:#660033;
	margin-top:0.0em;
	margin-bottom:-0.5em;
	font-weight:bold;
}
#main-content p {
	margin-top:0.5em;
	margin-bottom:1em;
}
#main-content ul {
	margin-left:25px;
}
#main-content ul li {
	list-style-position: outside;
	list-style-type: disc;
}
#main-content .floatleft {
	float:left;
	padding-right:10px;
}
#main-content .floatright {
	float:right;
	margin:0 0 10px 10px;
}
/* ---- =sideContent --------------------------------------------------------- */
#side-content {
	width:124px;
	margin-left:14px;						
	clear:both;
}
#side-content h1 {
	color:#dfb468;
	font-size:14px;
	font-weight: bold;
	padding: 3px 0 10px 0;
}
#side-content ul li {
	padding:3px 0;
	color:#7c0041;	
	font-weight:bold;
}

/* ---- =Footer --------------------------------------------------------- */

#footer-container {
	position:relative;
	width:794px;
	margin: 3px auto;
}
#footer {
	text-align:center;
}
#footer ul {
	margin:0;
	padding:0;
}
#footer ul li {
	display:inline;
	font:normal 10px/13px verdana, helvetica, arial, sans-serif;
	color:#999966;
	padding: 0 3px;
	letter-spacing: -.03em;
}
#footer ul li a {
	color:#999966;
	text-decoration:none;
}
#footer ul li a:hover {
	text-decoration:underline;
}