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-x;
	font-size: 100.01%;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	color: #5f5549;
	background-color: #101E22;
}

#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/rotate/rotator.php);
	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: 25px;
}

#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: #40616B;
}

#leftcol li a {
	display: block;
	text-decoration: none;
	color: #BCBDA0;
	padding: 4px 0 4px 22px;
	background-image: url(../images/menu_icon.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	font-weight: bold;
}

#leftcol li a:hover, #leftcol li a:focus {
	background-color: #203136;
	background-image: url(../images/menu_icon_ro.gif);
	color: #fff; 
}

#content {
	width: 440px;
	background-image: url(../images/watermark.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	float: left;
	margin-left: 25px;
}

#content h2 {
	color: #666;
	font-size: 125%;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	padding: 3px 0 3px 0;
	margin: 0px;
	font-weight: bold;
	border-bottom: 1px solid #333;
}

h1 {
	font-size: 200%;
	padding: 10px 0;
}

#leftcol h2 {
	color: #fff;
	font-size: 135%;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin-top: 5px;
	font-weight: normal;
	border-bottom: 1px solid #333;
}

#leftcol h3 {
	color: #fff;
	font-size: 120%;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
	margin-top: 5px;
	font-weight: normal;
	border-bottom: 1px solid #333;
}

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: 95%;
	float: right;
	color: #ac998a;
	padding: 10px 30px 0 0;
}

#footer a {
	color: #ac998a;
	text-decoration: none;
}

#footer a:hover, #footer a:focus {
	color: #fff;
	text-decoration: none;
}

.left {
	float: left;
	border: 1px solid #000;
	margin: 5px 10px 2px 0;
}

#leftimages {
	float: left;
	width: 40%;
}

#rightdescription {
	float: right;
	width: 60%;
}

#dividerclear {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	margin-bottom: 8px;
}
#buy {
	text-align: center;
	color: #fff;
}
#buy2 {
	text-align: center;
	color: #333;
	margin: 0 auto;
	width: 175px;
}

.storeitem {
	text-align: center;
	width: 195px;
	border: 1px solid #E3E3E3;
	padding: 10px 0;
	margin-bottom: 25px;
}

.l {
	float: left;
}

.r {
	float: right;
}

hr { /* A bit overkill but it almost always works. Thanks to Sonspring. */
	 border: 0;
	 clear: both;
	 display: block;
	 float: none;
	 margin: 0;
	 overflow: hidden;
	 visibility: hidden;
	 width: 0;
	 height: 0;
}
/*--[Video List]--------*/
ul.vidlist {
	list-style: none;
	width: 400px;
}
	ul.vidlist li {
		clear: both;
		padding: 0 0 45px 0;
		margin-bottom: 15px;
		border-bottom: 1px solid #FFF;
	
	}
		ul.vidlist li img {
			float: left;
			padding-right: 15px;
		}
		ul.vidlist li p a img {
			float: right;
		}