* {
	margin:0;
	padding:0;
	border:0;
}

body {
	font:80%/155% Helvetica, Arial, Verdana;
	margin:0;
	padding:0;
	xbackground: #232323;
	background: #121212;
	color:#6c6c6c;
}

h1 {
	color:#ccc;
	margin:0;
	padding:10px;
	xdisplay:block;
	xbackground: #580000;
	xdisplay: none;
	text-indent: -9999px;
}

h2 {
	border-bottom: double #343434;
	padding:0 0 5px 0;
	margin:1em 0 1em 0;
	
}

a:link {
	color:#70080F;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color:#010101;
}


#wrap{
	position:relative;
	margin: 0 auto;
}


#slideshow {
	position:absolute;
	top:0px;
	left:50%;
	height:656px;
	width:957px;
	margin:0;
	margin-left:-479px;
}

#slidebar {
	height:54px;
	width:100%;
	display: block;
	position:absolute;
	top:602px;
	overflow: hidden;
	background: #343434;
	
}

#contentwrap {
	margin:617px 0 40px 0;
	xborder-top:20px solid #343434;
	background: #232323;
	
}

#content {
	xposition:absolute;
	xtop:690px;
	xleft:0;
	width:957px;
	margin:50px auto 20px auto;
	padding:20px 10px;
}


#content .leftcol {
	width:45%;
	float:left;
	display:inline;
}
#content .rightcol {
	width:45%;
	float:right;
	display:inline;
	margin-left:5%;
}

#content ul {
	margin-left:0px;
	list-style: none;
}

#content ul li {
	margin:2px 5px;
	background: url(includes/images/arrow3.gif) no-repeat 0 50%;
	padding-left:20px;
}

.clearboth {
	clear:both;
	height:0px;
	font-size: 0px;
	overflow: hidden;
	visibility: hidden;
}


table { width: 100%;}

table th { text-align: left; border-bottom: 1px solid #343434;}

table td {
	min-width: 90px;
	padding: 2px 5px 2px 7px;
	margin-right:5px;
}

table td.heading {
	font-weight: bold;
	width:120px;
}

table tr.alt2 td { background: #303030; }
