/*Reset styles */
@import url('reset.css');

/*Fonts*/
@import url('fonts.css');

/*Suckerfish*/
@import url('suckerfish.css');

/*Form*/
@import url('form.css');

body {
	background: url('../images/body_bg.jpg') no-repeat top center;
}

#wrapper { 
	margin: 0 auto;
	width: 997px;
	background:none;
}

#faux {
	margin: 0 auto;
	overflow: auto; /* Fix for IE */
	width: 997px;
	background: url('../images/faux_bg.gif') repeat-y;
}

#header {
	color: #333;
	width: 980px;
	padding: 0px;
	height: 240px;
	margin: 0px 0px 0px 0px;
	background: #ABBEBE;
	background: url('../images/header.jpg') no-repeat;
}

#navigation {
	height: 46px;
	background: url('../images/footer_logo.jpg') no-repeat;
	background-position:right;
	border-bottom: 1px solid #fff;

}

#content { 
	float: left;
	color: #333;
	margin: 0px 0px 0px 1px;
	padding: 20px;
	width: 663px;
	display: inline;
	position: relative;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	background: #fff url('../images/content_bg.gif') repeat-x top;
}

#rightcolumn {
	display: inline;
	position: relative;
	color: #fff;
	margin: 0px 0px 0px 0px;
	padding: 17px;
	width: 255px;
	float: right;

}

#footer { 
	width: 980px;
	clear: both;
	color: #333;
	background: url('../images/footer_bg.gif') repeat-x;
	margin: 0px 0px 10px 0px;
	padding: 8px;
	border-top: solid 1px #fff;
	border-bottom: solid 2px #666666;
}


.clear { 
	clear: both; 
	background: none; 
	}