html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
body {
	line-height: 1;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #838c62;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */


table {
	border-collapse: collapse;
	border-spacing: 0;
}

.pngfix{
	behavior: url(/includes/iepngfix.htc);
}

#wrap{
	width: 960px;
	height: 825px;
	margin: 0px auto;
	background-image: url(../images/mainbg.jpg);
	background-repeat: no-repeat;
}

#top{
	padding: 10px 0px;
	height: 138px;
	
}

#topbox{
	float: right;
}

#midbox{
	float: left;
	margin-top: 45px;
	text-align: center;
	margin-left: 125px;
}

#midbox a{
	color: #ffb04e;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

#midbox a:hover{
	color: #f3db8e; 
}

#nav{
	clear: both;
	padding: 10px 0px;
}

#nav img{
	cursor: pointer;
}

#nav img{
	margin: 0px 7px;
	behavior: url(/includes/iepngfix.htc);
}

#main{
	padding: 10px 0px;
}

#scroll{
	float: left;
	width: 520px;
}

#scroll img{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#scrollmiddle{
	background-image: url(../images/scroll_middle.png);
	background-repeat: none;
	height: 391px;
	width: 500px;
}

#scrollcontent{
	width: 420px;
	margin-left: 30px;
	height: 385px;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 20px;
	scrollbar-base-color:#d8b888;
}

.scrollheading{
	color: #8a5325;
}

#scrollcontent p{
	margin: 12px 0px;
	line-height: 16px;
	font-size: 14px;
}

#scrollcontent a{
	color: #df5312;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}

#scrollcontent a:hover{
	color: #8a5325;
}

#featured{
	float: left;
	width: 420px;
	margin-top: 20px;
}

#featured img{
	behavior: url(/includes/iepngfix.htc);
}


.featuredheading {
	color: #f3db8e;
}

#featured p{
	margin-bottom: 12px;
	line-height: 16px;
	font-size: 14px;
}

#featured a{
	color: #ffb04e; 
	text-decoration: none; 
	font-size: 13px; 
	font-weight: bold;
}

#featured a:hover{
	color: #f3db8e; 
}

.featureditem{
	color: #fff;
	padding: 16px 0px;
	border-bottom: 1px solid #626a46;
}

.sidepic{
	float: right; 
	margin-top: 10px; 
	padding-left: 20px; 
	text-align: center; 
	padding-bottom: 20px; 
	font-size: 12px;
}

#controls{
	float: right;
	margin-top: 10px;
}

#controls a{
	padding: 2px 4px;
	font-size: 8px;
	background-color: #8a5325;
	color: #d7b772;
	border: 1px solid #d7b772;
}

#s7{
	background-color: transparent;
}