/*
Theme Name: 
Theme URI: 
Description: 
Version: 1
Author: 
Author URI: 
*/

body {
	background: url(../images/bg.jpg) repeat scroll 0 0;
	font-family: Tahoma;
	font-size: 10pt;
	color: #662111;
	margin: 0;	
}

table {
	font-family: Tahoma;
	font-size: 12px;
	color: #662111;
}

#home-side {
	background: url(../images/bg-sidebar.jpg) no-repeat scroll center top;
	float: left;
	width: 275px;
	height: 614px;
	position: relative;
	vertical-align:top;
}

#members-login {
	margin-top:73px;
}

#home-content {
	background: url(../images/bg-content.jpg) no-repeat;
	float: right;
	height: 400px;
	width: 675px;	
	vertical-align:top;
	padding-right:15px;

}

h1 {
	font-size:18px;
	font-weight:normal;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1, p {
	margin:0 0 25px 0;
	padding:0;
}

#home-content-table {
	margin:10px 0 0 40px;
}

#inner-content {
	background-image:url(../images/inner-content.jpg);
	height:450px;
	vertical-align:top;
}

.float-left {
	float:left;
	padding-right:20px;
}


/*** misc ***/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size:1px;
}
