body {
	background-color:#a6bf79;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 717px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	width:717px;
	position:relative;
	text-align:center;
}
#header ul
{
	background-color:#85a157;
	width:711px;
	border: 3px solid #FFFFFF;
	display:block;
	position:relative;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
	
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 15px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#28556b;
}
.logo_w1 {
	font-size: 32px;
	font-weight:bold;
	color:#000;
	text-align:center;
}
.logo_w2
{
	font-size: 40px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
#header_text {
	text-align:center;
	width:230px;
	clear:both;
	margin-bottom:10px;
}
#header_text p{
	font-size: 14px;
	color:#FFFFFF;
	text-align:center;
	font-weight:bold;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content 
{
	background-image:url(images/content_bg.gif);
	width:717px;
}
#contentWrapper
{
	padding:10px;
}
img{
	border-width:0px;
}
h1
{
	padding-top:5px;
	padding-left:5px;
	background-color:#a6bf79;
	color:#FFF;
	font-size:14px;
	margin: 5px 0px 10px 0px;
	height:20px;
}

h2{
	color:#000;
	font-size:14px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}
#left {
	float:left;
	width:428px;
	margin-left:15px;
	padding: 0px 10px 30px 0px;
	display:inline;
}
#left h1
{
	margin-top:15px;
}
#left ul
{
	font-size:1.1em;
	margin-left:16px;
	padding:0px;
	list-style-type:circle;
	
}

#left ul li
{
	display:block;
}

#left ul li ul
{
	list-style-type:circle;
	margin-left:20px;
	padding:0px;
}

#left ul li ul li
{
}

#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}
#photos a{
	margin-right:14px;
}
#right {
	float:right;
	width:210px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#85a157;
}
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(images/footer_bg.gif);
font-size:1px;
height:10px;
}
#footer {
	width:717px;
	text-align:center;
	padding: 10px 0px;
}

.buynow
{
	margin-top:20px;
	text-align:center;
	
}

.buynow a
{
	font-size:32px;
	
}

.modalBackground {
	background-color:#fff;	
}

.modalPopup {
	background-color:#fff;
	border-width:3px;
	border-style:solid;
	border-color:#000;
	padding:3px;	
	width:350px;
	padding:10px
}

.modalPopupHeader
{
	cursor:move;
	text-align:center;
	height:17px;
	background:#a6bf79;
	background-repeat:repeat-x;
	color:#fff;
	padding:5px;
	font-weight:bold;
}
