body {
	background-color: url(images/background1.jpg);
		background-image: url(images/background1.jpg);
		background-repeat: repeat;
}
#webpage {	
	width: 800px;
	margin:auto;
}
#header {
	width: 800px;
	height: 55px;
	margin-top: 12px;
}

#navigation_line {
	background-color: #6f6f6f;
	margin-top: 15px;
	height: 2px;
	width: 800px;
}
#menu
{
	height: 30px;
	list-style-type:none;
	font-size:20px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin-right:10px;
}	
#menu ul
{
	margin-top: 25px;
}
#menu li
{
	display: inline;
	padding-right:30px;
}
	
#menu li a
{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
#menu li a:hover
{
	text-decoration: underline;
}
#menu li a.current
{
	display:inline;
	margin:0;
	text-decoration: underline;
}
#content {
	background-image: url(images/content010082lg41.png);
	background-repeat: no-repeat;
	height: 1900px;
	width: 800px;
	margin-top:17px;
}       
#content_left {
	height: 1500px;
	width: 480px;
	float: left;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 30px;
}

#content_right {
	height: 1500px;
	width: 225px;
	float: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#footer {
	height: 50px;
	width: 800px;
	padding-top:5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size: 16px;
}
#footer a{
	color:#ffffff;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#text{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c8c6c6;
}
#text a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b7b6b6;
}
#text li{
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;	
}
#text a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cecece;
}
#text_testimonials{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #c8c6c6;
	padding-right: 20px;
	padding-left: 20px;	
}
#thumbnails{
	margin-left:5px;
	margin-right:5px;
	border: 2px solid #7e7777;
	cursor:pointer;
}
#thumbnails:hover{
	border: 2px solid #a49c9c;
}
#image{
	margin-left:15px;
	margin-right:5px;
	margin-bottom:5px;
	border: 2px solid #7e7777;
}
label {
  float:left;
  width:25%;	
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
}
input {
 background-color: #f8f8f8;
}
input.btn{
	color:#c8c6c6; 
	font-size: 12px;
	background-color:#6d6565; 
 	border:1px solid; 
	border-color: #8c8585; 
}
#myController span{
	background:#000;
	cursor:pointer;
}
#jFlowSlide{
	border:0px;
}
#myController span.jFlowSelected {
	background:#F00;
}
.jFlowPrev, .jFlowNext{
	cursor:pointer;
}