﻿body {
	background-color:#000000;
	background-image: url('images/bkg-Parker.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	margin: 0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	
}
h1 {
	margin: 0; 
	padding:0;
}
#wrapper {
	width: 960px; 
	margin: 0 auto 0 auto;
}
#header {
	height: 135px;
}
#header-L {
	float: left;
	width: 250px;
	height:135px;
}
#header-R{
	float: right; 
	width: 700px;
	height: 90px;
	text-align: right;
	padding: 10px 0 0 0;
}
#container {

   }
#sidebar {
	width: 230px;
	float:left;
	text-align:center;
	font-weight:bold;
}
#content {
	float:right;
	width: 730px;
}
#content1 {
	float:right;
	width: 740px;
}
#content-top {
	height: 19px; 
	background-image:url('images/bkg-content-top.jpg');
}
#content-mid {
	background-image:url('images/bkg-content-mid.jpg');
	padding: 0 15px 0 15px;
}
#content-btm {
	height: 19px;
	background-image:url('images/bkg-content-btm.jpg');
}
.center {
	text-align: center;
}
.style1 {
	margin-left: 25px;
}
.style2 {
	font-size: xx-small;
}

.whitelink {  }
.whitelink a:link, a:visited, a:active  {color: #FFFFFF; text-decoration:none;}
.whitelink a:hover {	color: #FF0000; text-decoration:underline;}

#questionsholder {	width: 600px; margin: 0 auto 0 auto; }
.quest-marg-bot-0 {margin-bottom: 0;}
.quest-align-right {text-align: right;}

.greenlink {  }
.greenlink a:link {color: #FFFFFF; text-decoration:none;}
.greenlink a:visited {color: #FFFFFF; text-decoration:none;}
.greenlink a:active {color: #FFFFFF; text-decoration:none;}
.greenlink a:hover {color: #FF0000; text-decoration:none; }

