body {
	font: 14px Arial, Helvetica, sans-serif;
	line-height:1.6em;
	color: #838383;
	background: url(../images/BP_bg6.jpg) repeat-x;
	background-color:#000000;
	margin:0px;
	padding:0px;
}

p {
	margin:0px;
	padding:0px 0px 20px 0px;
}

h1, h2 {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

h1 {
	margin:10px 0px;
}

h2 {
	font-size:18px;
	font-weight:normal;
	margin:10px 0px;
}

h4	{
	font-size:14px;
	margin:0px;
	padding-bottom:5px;
	margin-bottom:5px;
	padding:0px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-weight:bold;
	border-bottom:1px solid #ddd;
}


a{
	color:#575757;
}

a:hover {
	text-decoration:none;
}

img {
	border:0px;
}

.wrap {
	width:855px;
	margin:0px auto;
}

.whiteWrap {
	background: #ffffff;
	margin-top:-5px;
	padding:0px 0px 0px;
}

#nav {
	float: right;
	position:relative;
	top:223px;
	right:0px;
}

#nav a {
	display:block;
	width:auto;
	padding-left:10px;
	padding-right:10px;
	line-height:35px;
	background: no-repeat;
	margin-left:2px;
	float:left;
	text-align:center;
	text-decoration:none;
	color:white;
}

#nav a:hover {
	text-decoration:change color;
	border-bottom:4px solid #FF9100;
    color:#FF9100;
}

#nav ul {
	margin:0;
	padding:0;
}

#nav li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}

#banner {
	height:267px;
	background: url(../images/test_teaser.jpg) no-repeat;
}

#footerWrap {
	padding: 15px 0px 50px;
	border-top: 5px solid #FF9100;
	color:#CCC;
	font-size:12px;
}

#footer_content	{
	width:830px;
	margin-left:auto;
	margin-right:auto;
}

#footer_content a	{
	text-decoration:none;
	color:#CCC;
}

#holder	{
	width:830px;
	margin-left:auto;
	margin-right:auto;
}

#content_left	{
	width:580px;
	float:left;
}

#content_left h1 {
	line-height:30px;
	padding:0px 0px 5px 5px;
	font-size:24px;
	border-bottom:1px solid #ddd;
	font-weight:normal;
}


#content_right	{
	width:220px;
	float:right;
	font-size:12px;
}

#content_right h2 {
	line-height:30px;
	padding:0px 0px 5px 5px;
	font-size:15px;
	border-bottom:1px solid #ddd;
	font-weight:normal;
}

#content_right ul{
	margin:0px;
	padding:0px;
}

#content_right ul li{
	height:25px;
	line-height:25px;
	margin-left:20px;
	padding-left:10px;
	list-style: square;
}

#content_right ul li:hover{
	
}

.greyBox	{
	background-color:#EEEEEE;
	border:1px solid #DDDDDD;
	padding:10px;
}

.picBox	{
	padding:1px;
	text-align:center;
	border:1px solid #ddd; 
	width:180px; 
	height:180px; 
	float:left; 
	margin-right:7px; 
	margin-bottom:10px;
}

.picBox:hover	{
	border-color:white;
}

.smallText	{
	font-size:10px;
	padding:0px;
	margin:0px;
}

#pages {
	margin:8px 0px;
	clear: both;
	text-align: right;
}

a.nextpage { 
	border-color:#ddd; /* #808080       */
	border-width:1px;
	border-style:solid;
	background-color:white;
	padding:2px 4px;
	margin:0px 2px 7px 2px;
	text-decoration:none;
}

#pages a:hover {
	text-decoration:none;
	background-color:#FF9100;
	color: black;
}

.currentpage { 
	background-color:#ddd;
	padding:4px;
	margin:0px 2px 7px 2px;
}

