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 {
	color: #666600;
	font: 100.01% "Lucida Grande", Verdana, sans-serif;
	background: #CD9B0B url(images/body_bg.jpg) repeat-x; 
	
}

#wrapper {
	margin: 0 auto;
	width: 712px;
	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: 90px;
}

#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: 200px;
	margin-left: 30px;
	margin-top: 8px;
}

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

#leftcol ul li {
	border-bottom: 1px solid #660002;
	border-left: 1px solid #D4A61A;
	border-right: 1px solid #660002;
	width: 185px;
	background-color: #993409;
	border-top: 1px solid #CA9B0F;
}

#leftcol li a {
	display: block;
	text-decoration: none;
	color: #EBDEB1;
	padding: 4px 0 4px 2px;
}

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

#content {
	width: 440px;
	margin-left: 240px;
}

h1 {
	font-size: 130%;
	padding: 10px 0;
	color: #666600;
}

#leftcol h2 {
	color: #660002;
	padding: 3px;
	margin-top: 5px;
	font-weight: normal;
	font-size: 120%;
	background: #CC9900;
	width: 180px;
}

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

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

#footer p {
	font-size: 95%;
	float: right;
	color: #F6C200;
	padding: 10px 30px 0 0;
}

.left {
	float: left;
	border: 1px solid #000;
	margin: 5px 10px 2px 0;
}
.rightimg {
	float: right;
}
#content h2 {
	font-size: 115%;
	color: #666600;
}
.contentimg {
	border: 1px solid #666600;
}
#content ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	list-style: url(images/bullet.jpg);
	padding-left: 10px;
}
#content li {
	margin-left: 10px;
}
#content a {
	color: #9A3400;
}
.imglft {
	float: left;
	margin-right: 5px;
	border: 1px solid #CC9900;
}
strong {
	color: #833A00;
}
