body {
	background:#fff;
	text-align: center;
	width: 100%;
	min-width: 760px;
	margin:0;
}

.wrapper {
	width: 100%;
	margin-top: 0 auto;
	text-align: left;
}


#content {
}
#branding {
	float: left;
	min-width: 568px;
}

#content img.top {
	float: left;
	/*min-width: 568px;*/
	width: 50%;
	height: 50%;
}


#mainContent {
	/* background: #eeeeee; */
	width: 80%;
	/*min-width: 568px; */
	float: left;
	/* padding-left:50px;*/
	/*margin-top:-20px;*/
}
#mainContent p{padding-left:3em;line-height:1.4}
#mainContent div.left {
	width: 60%;
	float: left;
}
/*#mainContent div.right { */
.right {
	width: 39%;
	min-width: 280px;
	float: right;
	padding-left: 20px;
}
#mainContent div.clear {
	clear: both;
}

#secondaryContent {
	float: right;
	width: 19%;
	margin-top: -130px;
}


#mainNav {
	display: none;
	background: url(img/bg2_right.jpg) no-repeat;
	background-position: bottom left;
	/*width: 29%;*/
	/*float: right;*/
	text-align: left;
}
#mainNav h3 {
	background:url(img/top_right.jpg) no-repeat; 
	margin-top: 0px;
	padding-top:20px;
	padding-left:10px;
}
.tabs {
	list-style:none;
	padding-bottom:10px;
	padding-left:10px;
	margin:0;
/*	margin-left:-10px;
	#margin-left:20px;
/*	_margin-left:30px;  / * ie 6 and 7 hack */
	width:170px;
}
.tabs li {
	display:block;
	margin:0 0 4px 0;
}
.tabs li a {
	display: block;
	width: 150px;
	height: 26px;
	text-decoration: none;
	background: url(img/vtab.gif) left top;
	font-size: 12px;
	text-decoration:none;
	color:#fff;
	font-family:verdana;
	line-height:24px;
	text-indent:15px;
}
.tabs li a:hover {
	background: url(img/vtab.gif) left center;
	color:#050;
	border-color:#888;
}
.tabs li a.selected, .tabs li a.selected:hover {background:url(img/vtab.gif) left bottom; color:#000;;cursor:default;}



#address{
	/*float:right;*/
	width:19%;
	padding: 0px 0 0 0px; 
	margin:0px 0px 0px 0px; 
/*	background: url(img/bg2_right.jpg) no-repeat;
	background-position: bottom left;
	width:170px;*/
	z-index: 100;
	font-size: 60%;
}

#footer {
	color: #FFF;
	clear: both;
}
#footer p{
	text-align:center;
	width:100%;
	margin:0;
	padding:0px;
	color: #1f5c13;
	font-size:70%;
}
#footer a{
	display:inline;
	padding:0;
	color: #1f5c13;
}



h1 { padding-left:1em; color: #1f5c13; }
h2 { margin-top:2em; margin-bottom:0px;}

