/* eric meyer's reset reloaded, minus table elements, minus blockquote */
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; font-size: 100%; vertical-align: baseline; background: transparent;
}
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: 1px dotted #9d9d9b; }

/* 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; }

/* =ELEMENT SELECTORS */

body {
	background: #0B0A09;
	color: #000;
	text-align: center;
}
body, table, td, div, input {
	line-height: normal;
	font-size: 100%;
	line-height:150%;
	font-family: arial, helvetica, sans-serif;
}
a:link {
color:#FF7E00;
text-decoration:none;
}
a:visited {
color:#FF7E00;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
h1, h2, h3 {color:#FF7E00;}
h1 {font-size: 1.4em;}
h2 {font-size: 1.2em;}
/* =BACKGROUND =WRAPPERS */
.wrapLeft {
	width: 1300px;
	background: url(images/bg_left.jpg) no-repeat left top;
}
.wrapRight {
	width: 1100px;
	margin-left: 200px;
	background: url(images/bg_right.jpg) no-repeat right top;
	text-align: left;
}

.wrap {
	height: 1005px;
	margin: 0 176px 0 0;
	background: url(images/header.jpg) no-repeat;
	padding-top: 215px;
}
/* =NAVIGATION */
.nav {
	background: url(images/nav_spacer.gif) repeat-x;
}
.nav ul {
	height: 50px;
	background: url(images/sidebar_header.gif) no-repeat right top;
}
.nav li {
	float: left;
}

.contentWrap {
	min-height: 1024px;
	background: #fff url(images/bg_content_wrap.gif) repeat-y;
}
.contentRightWrap {	
	float: right;
	width: 313px;
	background: url(images/sidebar_left.gif) repeat-y;
}

.contentRight {	
	padding: 0 0 35px 0;
	background: url(images/sidebar_bottom.gif) no-repeat bottom right;
	
}
.contentRight img {
	display: block;
	margin-left: 19px;
}

* html .contentWrap {
	height: 1024px;
}
/* =CONTENT */
.content {
	padding: 10px 22px;
}
/* =VIDEO */



.footer {
	height: 65px;
	background: url(images/footer.gif);
}