* {
	padding: 0;
	margin: 0;
}

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper {
	margin: 0 auto;
	width: 882px;
}
#faux {
	background: url(images/tile.jpg);
	margin-bottom: 0px;
	overflow: hidden; 
	width: 860px;
}
#fauxmain {
	background: url(images/tile2.jpg);
	margin-bottom: 0px;
	overflow: hidden; 
	width: 860px;
}
#header {
	color: #333;
	width: 860px;
	height: 130px;
	margin: 0px 0px 0px 0px;
	background: #FFFFFF;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}
#topbar {
	color: #333;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background: #ABBEBE;
	width: 860px;
	height: 10px;
	background-image: url(images/ice.jpg);
}
#leftcolumn {
	display: inline;
	color: #333;
	padding: 0px;
	width: 150px;
	float: left;
	margin-top: 0px;
}
#content {
	float: left;
	color: #333;
	padding: 0px;
	width: 350px;
	display: inline;
	position: relative;
	margin-left: 20px;
	margin-bottom: 30px;
	margin-top: 10px;
}
#contentmain {
	float: left;
	color: #333;
	padding: 0px;
	width: 670px;
	display: inline;
	position: relative;
	margin-left: 20px;
	margin-bottom: 30px;
	margin-top: 10px;
}
#rightcolumn 
{
	display: inline;
	position: relative;
	color: #333;
	padding: 0px;
	width: 290px;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
}
#footer {
	width: 840px;
	clear: both;
	color: #333;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	background-color: #CCCCCC;
	height: 15px;
}
#footerright {
	width: 300px;
	float: right;
}
#footerleft {
	width: 300px;
	float: left;
}
.clear { clear: both; background: none; }

#shadowleft {
	width: 860px;
	padding-right: 12px;
	background: transparent url(images/shadowL.png) repeat-y left top;
	height: auto;
}
#shadowright {
	width: 872px;
	padding-left: 12px;
	background: transparent url(images/shadowR.png) repeat-y right top;
	height: auto;
}
#shadowbottom {
	width: 884px;
	background: transparent url(images/bottom.png) repeat-x left bottom;
	height: auto;
	padding-bottom: 12px;
}

#leftcolumn a {
	display: block;
	height: 25px;
	width: 140px;
	line-height: 21px;
	background: transparent url(images/nav_up.jpg) no-repeat left top;
	color: #666666;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 2px;
	background-color:#666666;
}

#leftcolumn a:hover {
	background: transparent url(images/nav_over.jpg) no-repeat left top;
	color: #000000;

}

#leftcolumn .current a {
	background: transparent url(images/nav_current.jpg) no-repeat left top;
	padding-left: 10px;
	color: #999999;
	width: 140px;
}
#signup {
	width: 400px;
	margin-left: 150px;
	margin-top: 40px;
}

