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(../cssimage/body_bg.jpg);
	background-repeat: repeat-x;
	font-size: 1em;
	font-family:  Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #7b6d60;
}

h1 {
	font-size: 1.3em;
	padding: 10px 0;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	padding: 10px 0;
	font-weight: bold;
}

h3 {
	font-size: 1.1em;
	padding: 10px 0;
	font-weight: bold;
}

h4 {
	font-size: 1em;
	padding: 10px 0;
	font-weight: bold;
	font-style: italic;
}

p {
	margin: 10px 0;
	line-height: 125%;
}
p.nopadding {
	margin:0;
}
ul {
	padding-left: 1em;
}

ul#shirtlist {
	padding-left:0;
}
ul li.shirt {
	list-style:none;
}
a:link {
	color: #463F37;
}

a:visited {
	color: #000;
}

a:hover {
	color: #006C86;
}

#wrapper {
	margin: 0 auto;
	width: 925px;
	font-size: .8em;
	background-image: url(../cssimage/wrapper_bg.jpg);
	background-repeat: repeat-y;
	margin-left: 20px;
}

#header {
	background-image: url(../cssimage/header_bg.jpg);
	background-repeat: no-repeat;
	height: 90px;
}

#strap {
	background-image:url(../images/strap/strap.cfm);
	background-repeat: no-repeat;
	height: 146px;
}
#strapFlash {
	margin-left: 20px;
	margin-top: 4px;
	margin-right: 20px;
}

#innerwrapper {
	background-image: url(../cssimage/bridging_slice.jpg);
	background-repeat: no-repeat;
}

#leftcol {
	float: left;
	width: 200px;
	margin-left: 25px;
	display: inline;
	color: #FFF;
}

#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: 200px;
	background-color: #7f7169;
}

#leftcol li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	padding: 4px 0 4px 2px;
}

#leftcol li a:hover, #leftcol li a:focus {
	background-color: #534a41;
	color: #fff; 
}

#content {
	width: 660px;
	margin-left: 240px;
	background-image: url(../cssimage/fadelogo.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#leftcol h2 {
	font-family: "Times New Roman", Times, serif;
	padding: 3px;
	margin-top: 5px;
	font-weight: normal;
	border-bottom: 1px solid #333;
}

#footer {
	background-image: url(../cssimage/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 59px;
	margin-left: 0px;
	clear: both;
}

#footer p {
	font-size: 95%;
	float: right;
	color: #ac998a;
	padding: 10px 30px 0 0;
	display: inline;
}

.left {
	float: left;
	border: 1px solid #000;
	margin: 5px 10px 2px 0;
	display: inline;
}#wrapper #innerwrapper #content table {
	font-size: 1em;
}
#wrapper #innerwrapper #content th {
	vertical-align: top;
	padding-right: 8px;
}
#wrapper #innerwrapper #content ol {
	margin-left: 20px;
}
