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;
}
body {
	line-height: 1;
	text-align: center;
	background: #000 url(images/bg.png) repeat-x;
}
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: 0;
}

/* 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;
}



/* Default link colors */

a:link {color: #000; text-decoration: underline;}
a:visited {color: #000; text-decoration: underline;}
a:hover {color: #000; text-decoration: none;}
a:active {color: #000; text-decoration: none;}


/* General style */

#header {
	background:url(images/header.png) no-repeat;
	width: 1202px;
	height: 160px;
	margin: 25px auto 0 auto;
}

#body {
	background-color: #660000;
	width: 1200px;
	border-left: 1px solid #863636;
	border-right: 1px solid #220000;
	margin: 0 auto;
}

#border {
	background: #000 url(images/innerlayer.png) repeat-x;
	width: 1190px;
	margin: 0 auto;
}

#innerborder {
	margin: 0 auto;
	width: 1178px;
	border-left: 1px solid #585858;
	border-right: 1px solid #585858;
}

#container {
	background-color: #990000;
	margin: 0 auto;
	width: 1176px;
	border-left: 1px solid #2d2d2d;
	border-right: 1px solid #2d2d2d;
	padding: 15px 0 0 0;
	text-align: left;
	overflow: hidden;
}

#sidebar-left {
	float: left;
	width: 225px;
	min-height: 1000px;
	margin: 0 0 0 -1px;
	text-align: center;
}

#sidebar-left .item {
	width: 211px;
	padding: 0 0 10px 0;
}

#sidebar-left .section {
	background: url(images/sectionheader.png) no-repeat;
	width: 211px;
	height: 24px;
	text-align: center;
	padding: 6px 0 0 0;
}

.item li {
	margin: 3px 0;
}

#main {
	background: #b80000;
	float:left;
	width: 672px;
	overflow: hidden;
}

#main .item {
	text-align: left;
	padding: 0 0 25px 0;
	overflow:hidden;
}

#main .contents {
	margin: 0 auto;
	width: 650px;
	color: #FFF;
	font: 11px verdana;
	line-height: 18px;
	letter-spacing: 1;
}

#main .section {
	background: url(images/mainsectionheader.png) no-repeat;
	width: 672px;
	height: 24px;
	text-align: center;
	padding: 6px 0 5px 0;
}

.datatable {
	background: url(images/datatable.png) no-repeat;
	width: 650px;
	height: 270px;
	color: #000;
	margin: 15px 0 0 0;
}

.datatable tr.dataheader td {
	padding: 6px 0 0 0;
	height: 21px;
	text-indent: 10px;
}

.datatable tr.first td {
	height: 22px;
	line-height: 22px;
	text-indent: 10px;
}

.datatable tr.datarow td {
	height: 23px;
	line-height: 23px;
	text-indent: 10px;
}

.datatable tr.last td {
	height: 31px;
	line-height: 31px;
	text-indent: 10px;
}

.datatable img.img {
	margin: 3px 0 -3px 0;
}

.section , #sidebar-left .item li a {
	font: 11px verdana;
	font-weight: bold;
	color: #FFF;
	overflow: hidden;
	text-decoration: none;
}

#sidebar-right {
	float: right;
	width: 275px;
}

#sidebar-right .item-large {
	margin: 0 auto 20px auto;
	background: url(images/adwrapper_big.png) repeat-y;
	width: 266px;
	text-align: center;
	overflow: hidden;
}

#sidebar-right .item-large .section {
	background: url(images/adheader_big.png) no-repeat;
	width: 266px;
	height: 30px;
	padding: 6px 0 0 0;
	text-align: center;
	font: 10px verdana;
}

#sidebar-right .item-large .footer {
	background: url(images/adfooter_big.png) repeat-y;
	width: 266px;
	height: 21px;
}

#sidebar-right .item {
	margin: 0 auto 20px auto;
	background: url(images/adwrapper.png) repeat-y;
	width: 208px;
	text-align: center;
	overflow: hidden;
}

#sidebar-right .item .section {
	background: url(images/adheader.png) no-repeat;
	width: 208px;
	height: 32px;
	padding: 6px 0 0 0;
	text-align: center;
	font: 10px verdana;
}

#sidebar-right .item .footer {
	background: url(images/adfooter.png) repeat-y;
	width: 208px;
	height: 23px;
}






#footer {
	background:url(images/footer.png) no-repeat;
	width: 1202px;
	height: 25px;
	margin: 0 auto 5px auto;
}
