@charset "utf-8";
/* Global Styles, used trough the site */

/* General Imports
-------------------- */
@import url("yui_reset.css");
@import url("yui_base.css");
@import url("yui_fonts.css");

html {
	background-color:#83805a;
}
body {
	text-align:center;
	color:#333333;
}
/* Site Layout
-------------------- */
#wrapper {
	width:739px;
	padding:0 18px;
	overflow:hidden;
	clear:none;
	text-align:left;
	margin:0 auto;
	background: url(../images/bg_wrapper.jpg) repeat-y;
}
#main {
	float:left;
	background:white;
	margin-left:10px;
	margin-right:10px;
	padding-top:10px;
	padding-bottom:20px;
	display:inline;
}
#content {
	float:left;
	padding-right:40px;
	padding-left:39px;
	background: #fbfae8 url(../images/bg_contentBottom.jpg) repeat-x left bottom;
	padding-bottom:10px;
	width:660px;
}
#sideBarTwo {
	float:right;
	width:285px;
	padding-left:15px;
	margin-right:10px;
	display:inline;
}
#footer {
	width:700px;
	padding-top:20px;
	padding-left:39px;
	padding-bottom:10px;
	float:left;
	clear:none;
	background: url(../images/bg_footer.jpg) repeat-x top;
	color:white;
}
