*{ margin: 0; padding: 0; }*
body {
	background: #333;
	color: #E9E9E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
a {COLOR: #CC0000; text-decoration: none;}
a:visited {COLOR: #CC0000; text-decoration: none;}
a:hover {COLOR: #333; text-decoration: underline;}
h1 {
	height: auto;
	white-space: normal;
	top: auto;
}

h2 {
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
h3 {
	font-size: 1.5em;
}
h4 { margin: 0 0 10px; }
h5 { margin: 0 0 10px; }
ul {  padding: 0; margin: 0 0 10px;}
li { list-style-type: none;}
p { margin: 5px 0 10px 0; }
img { border: none; }

#wrap {
	width: 900px;
	background: #fff;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	background-color: #020202;
	text-align: center;
}

#header {
	height: 240px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-bottom-width: thin;
}

#nav {
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-bottom-width: thin;
	padding-bottom: 10px;
}
#left {
	float: left;
	width: 180px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #686868;
	margin-right: 10px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#left h2 {
	color: #FFCC33;
	background-color: #333333;
	text-align: center;
	padding: 0px;
}



#right {
	margin-bottom: 10px;
	float: right;
	width: 180px;
	margin-top: 10px;
	background-color: #DFD7B3;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 10px;
	text-align: left;
}
#rightlarge {
	width: 660px;
	float: right;
	margin: 10px;
	padding: 0px;
}


#right h2 {
	color: #FFCC33;
	background-color: #333333;
	text-align: center;
	padding: 0px;
}


#centre {
	width: 700px;
	right: 100px;
	clear: both;
	padding-left: 100px;
	
}	


#footer {
	font-size: 11px;
	text-align: center;
	padding: 10px 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
}

.clear {
	clear: both;
	text-align: center;
}
.sub {
	font-size: x-small;
	text-align: right;
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.indent {
	padding-left: 10px;
	line-height: normal;
}
.about {
	text-align: center;
	position: relative;
}

#wrapper {
        display: block;
        margin: auto;
        height: 230px;
        width: 820px;
}
#container {
        overflow: auto;
}
#slider {
        display: block;
        float: left;
        height: 230px;
        width: 820px;
        overflow: hidden;
        position: absolute;
}
#prev {
	background-image: url(../images/slider/leftArrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	height: 230px;
	width: 100px;
	position: relative;
	z-index: 99;
}
#next {
	background-image: url(../images/slider/rightArrow.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: right;
	height: 230px;
	width: 100px;
	position: relative;
	z-index: 99;
}
