body {
	font-family:Georgia,Gill Sans-serif,sans-serif;
	font-size: 90%;
	line-height: 1.6em;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #fde9f2 url(background.jpg);
	color: rgb(0, 0, 0);
		width:992px;
}

a, a:link, a:visited {
	text-decoration: none;
	color:black;
}

a:hover {
	text-decoration: underline;
	color:black;
}

img {
	border: 0;
}

h1 {
	font-size: 1.5em;
	font-weight: bold;
}

#wrapper{
	width:992px;
	background-image:url(wrapperbg.gif);
	background-repeat:repeat-y;
}

#header{
	background-image: url(headerbg.jpg);
	background-repeat:no-repeat;
	height:180px;
	position:relative;
}

#header a#invitefriend{
	position:absolute;
	top:143px;
	left:773px;
}

a#homelnk{
	cursor:pointer;
	height:68px;
	width:213px;
	position:absolute;
	top:77px;
	left:100px;
}

#navigation {
	background-image: url(navigationbg.jpg);
	background-repeat:no-repeat;
	height:52px;
	font-size:13px;
	color:white;
	text-transform: uppercase;
}

#navigation ul{
	margin:0px;
	padding:9px 9px 0px 211px;
}

#navigation li{
	display:inline;
	background-image: url(navstyle.jpg);
	background-repeat: no-repeat;
	padding-left:10px;
	margin-right:15px;
}

#navigation a{
	color:white;
	font-family:"Gill Sans", "Gill Sans MT", Tahoma, Arial;
	font-weight:bold;
}

#leftbar{
	float:left;
	background-image: url(leftbarbg.jpg);
	background-repeat: no-repeat;
	width:225px;
	min-height:102px;
}

.leftbar-section {
	padding: 0px 0px 0px 46px;
	color:gray;
	font-size: 12px;
	
}

.leftbar-section h1 {
	text-transform: uppercase;
	font-size: 14px;
	background-image: url(sectiontopbg.jpg);
	height: 42px;
	background-repeat: no-repeat;
	padding-top: 19px;
	text-align: center;
}

.leftbar-section h2 {
	text-align: center;
	font-size: 13px;
}

.leftbar-section p {
	padding: 0px 0px 0px 52px;
}

.leftbar-section-bottom {
	background-image: url(sectionbottombg.jpg);
	height: 300px;
	background-repeat: no-repeat;
}	

.leftbar-section div{
	margin:-23px 0 0 -14px;
	width:163px;
}

#features li{
	border-bottom:1px black dotted;
	color:black;
	font-style:italic;
	list-style-image: url(star_bullet.gif);
}

#content{
	float:left;
	background-image: url(contentbg.jpg);
	background-repeat: no-repeat;
	width:767px;
	min-height:102px;
}

#content-header{
	position:relative;
	width:667px;
	height:132px;
	margin:0px 0px 0px 23px;
	padding:0;
	background-color:#CEEEF1;
	background-image: url(awning.gif);
	background-repeat:repeat-x;
	font-size:13px;
	color:#999064;
}

#content-header h1{
	position:absolute;
	display:inline;
	color:white;
	font-size:20px;
	margin:0px;
	padding:0px;
	top:13px;
	left:10px;
	font-style:italic;
	line-height:1em;
}

#content-header h1 span{
	margin:0px;
	padding:0px;
	color:black;
}

#content-header h2{
	margin:0px;
	padding:0px;
	color:white;
	font-style:italic;
}

#content-header div{
	color:#2c240d;
	font-family:Georgia, "Times New Roman", Cambria;
	font-weight:bold;
	font-size:34px;
	padding:75px 25px 0 25px;
	text-align:center;
}


#content-header-text{
	position:absolute;
	top:72px;
	left:275px;
	line-height:0.2em;
	margin:0px;
}

#content-main-header{
	position:relative;
	text-align:center;
	background-color:#F5F1D8;
	margin:0 0 0 23px;
	padding:0;
	width:667px;
	height:50px;
}

#content-main-content{
	background-image:url(content-main-contentbg.gif);
	background-repeat:repeat-x;
	width:667px;
	min-height:556px;
	background-color:#DDD7B7;
	margin:0px 0px 0px 23px;
	text-align:center
}

#registrationForm table{
	text-transform: uppercase;
	font-weight:bold;
}

#registrationForm table td{
	padding-right:5px;
	text-align:left;
}

#registrationForm select, #registrationForm input{
	background-color:#FFFFFF;
	color:#2c240d;
	border:0px;
	font-size:14px;
	font-weight:bold;
}

#loggedinmenu{
	position:absolute;
	top:14px;
	left:44px;
	font-size:19px;
	color:#C3BB91;
}

#loggedinmenu a, #loggedinmenu a:link, #loggedinmenu a:visited{
	color:#C3BB91;
	font:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
}
		
#login{
	position:absolute;
	top:7px;
	left:70px;
	font-size:10px;
	color:#C3BB91;
}

#login div{
	float:left;
	text-align:left;
	text-transform: uppercase;
	margin-right:10px;
	
}

#login #btnLogin{
	background: transparent url(loginbtn.gif) no-repeat center top;
  	cursor: pointer;
  	width: 59px;
	height: 17px;
  	margin: 0;
  	padding: 0;
  	border: 0;
  	color:white;
  	text-transform: uppercase;
}

a#forgotpass, a#forgotpass:link, a#forgotpass:visited, a#forgotpass:hover{
	color:#C3BB91;
	text-decoration:none;
}

.subbutton{
	width: 24px;
	height: 24px;
  	margin: 0;
  	padding: 0;
  	border: 0;
  	background: transparent url(searchbtn.gif) no-repeat center top;
  	cursor: pointer;

}

#footer{
	clear:left;
	background-image: url(footerbg.jpg);
	background-repeat: no-repeat;
	width:992px;
	min-height:181px;
	color: #918A6B;
	font-size:10px;
	text-align:center;
	padding-top:5px;
	line-height:1.5em;
}

#footer a{
	color: #918A6B;
}

#footerlinks{
	+padding-left:100px;
}

.clearfix{
	clear:both;
}

/*Login Validation Box*/
.messagebox, .messageboxok, .messageboxerror{
	position:absolute;
	top:50px;
	left:203px;
	width:auto;
	padding:3px;
	background:#E9418E;
	border:1px solid #3D392E;
	color:white;
	font-weight:bold;
}

/*label {float: left; display:  -moz-inline-box; width:  150px; text-transform: uppercase;}*/
label.error {display:block;float: none; color: #EE438F; padding-left: .5em; vertical-align: top;}

.submit { margin-left: 12em; }
#captchaimage a:link img, #captchaimage a:visited img { border: 0px;}