* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px 0 0 0;
	padding: 0;
	height: 100%;
	background:url(/images/bg5.jpg) scroll;
	font-family:'lucida grande', tahoma, verdana, arial, sans-serif;
	color: #666666;
}
/* Header */
#header {
	background: transparent url(/images/Home_LargeTop1.png) no-repeat left top;
	width: 960px;
	height: 70px;
	color: #222222;
	font-size: 12px;
	margin: 28px auto 0 auto;
}
div#bottom_links{ 
	margin-top:-20px;
	text-align:center;
	margin-bottom:5px;
    position: relative;
	color: #FFFFFF;
	font-size: 12px;
}
div#v_bottom_links{ 
	margin-top:-5px;
	text-align:center;
	margin-bottom:5px;
    position: relative;
	color: #FFFFFF;
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #888888;
}
a:active {
	text-decoration: none;
}
/* Content */
#content {
	background: transparent url(/images/Home_LargeBottom.png) no-repeat left top;
	width:960px;
	min-height:515px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	color:#FFFFFF;
}
.left {
	float: left;
	width: 180px;
	margin-left: 15px;
	padding-top:0px;
}	
html>body .left {
	margin-left: 40px;
}
.right {
	float: left;
	width: 500px;
	margin-left: 200px;
	margin-top: -450px;
}
html>body .right {
	margin-left: 190px;
	margin-top: 0px;
}
.gallery {
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}
html>body .gallery {
	margin-left: 40px;
}
/* Buttons */
div#content #setupcontent input.newlargebutton,
input.newlargebutton { 
  	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  	font-size: 10px;
  	font-weight: bold;
  	color: #EEEEEE;
  	background: transparent url(/images/NewLargeButton.gif) no-repeat center top;
  	width: 120px;
  	border: none;
  	padding-top:2px;
  	padding-bottom:21px;
}
/* Footer */
#footer {
	background: transparent url(/images/Home_LargeBottomCap.png) no-repeat;
	height:44px;
	width:960px;
	margin: 0px auto;
	display: block;
	padding-top: 20px;
}
#txt  {
	background:#222222;
	width:940px;
	margin: 0px auto;
	min-height:30px;
	text-align:left;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	font-size: 12px;
	color:#999999;
}
h1 {
	font-size: 17px;
	color:#fb80bd;
}
h2 {
	font-size: 14px;
	color:#bce5ff;
}