html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {  
	margin: 0; 
	padding: 0; 
	border: 0; 
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
	font-size: 100.01%;
	font-family:  Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #CBB665;
}

#wrapper {
	margin: 0 auto;
	width: 810px;
	font-size: 80%;
	background-image: url(../images/wrapper_bg.jpg);
	background-repeat: repeat-y;
}

#header {
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 134px;
}

#strap {
	background-image: url(../images/strap_bg.jpg);
	background-repeat: no-repeat;
	height: 146px;
}

#innerwrapper {
	background-image: url(../images/bridging_slice.jpg);
	background-repeat: no-repeat;
}

#leftcol {
	float: left;
	width: 180px;
	margin-left: 15px;
}

#leftcol ul {
	list-style-type: none;
}

#leftcol ul li {
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	width: 175px;
	background-color: #533C1A;
}

#leftcol li a {
	display: block;
	text-decoration: none;
	color: #FFCC00;
	padding: 4px 0 4px 2px;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	letter-spacing: 2px;
}

#leftcol li a:hover, #leftcol li a:focus {
	background-color: #996600;
	color: #fff; 
}

#content {
	width: 550px;
	margin-left: 230px;
}
#content a {
	color: #000000;
	text-decoration: underline;
}
#content a:hover {
	color: #946200;
	text-decoration: underline;
	background-color: #FFEC9D;
}
h1 {
	font-size: 18px;
	padding: 10px 0;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size: 16px;
	color: #946200;
}


#leftcol h2 {
	color: #FFCC00;
	font-family: "Times New Roman", Times, serif;
	padding: 3px;
	margin-top: 5px;
	font-weight: bold;
	border-bottom: 1px solid #333;
	font-size: 18px;
}

p {
	margin: 10px 0;
	line-height: 125%;
}

#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 59px;
	/*margin-left: -1px; */
	clear: both;
}

#footer p {
	font-size: 85%;
	float: right;
	color: #ac998a;
	padding: 10px 30px 0 0;
}
#footer a {
	color: #533C1A;
	text-decoration: underline;
}


.left {
	float: left;
	border: 1px solid #000;
	margin: 5px 10px 2px 0;
}
#content ul {
	padding-left: 25px;
	list-style-position: outside;
	list-style-type: square;
	font-style: normal;
}
#content li {
	font-style: normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
#leftcol p {
	text-decoration: none;
	color: #FFCC00;
	padding: 4px 0 4px 2px;
	font-family: "Times New Roman", Times, serif;
}
#leftcol a {

	text-decoration: underline;
	color: #FFCC00;
	padding: 4px 0 4px 2px;
	font-family: "Times New Roman", Times, serif;
}
.xmas {
	color: #FFFFFF;
	background-color: #00CC33;
	border: 1px solid #FF0000;
	font-weight: normal;
	font-variant: normal;
}
