@import "yui-reset-fonts.css";

/* 	Layout
    ----------------  */
body, html {
	color: #CCCCCC;
	background-color:#000;
}
#wrapper {
	margin:0 auto;
	overflow:auto;
	width:950px;
	text-align:left;
	height:auto;
}
#wrapper #main {
	float:left;
	width:585px;
	height:auto;
}
* html #wrapper #main {
	overflow:hidden;
	width:580px;
}
#wrapper #main #content {
	float:left;
	margin:0 18px 10px 20px;
	width:547px;
	height:auto;
	display:inline;
}
#wrapper #sidebarOne {
	background:url(../img/sidebarOne_bg.jpg) no-repeat;
	height:550px;
	padding:25px 0 0 0;
	float:left;
	width:180px;
}
* html #wrapper #sidebarOne {
	background:url(../img/sidebarOne_bg_ie6.jpg) no-repeat;
}
#wrapper #sidebarTwo {
	float:left;
	height:555px;
	width:165px;
	padding:43px 0 0 20px;
	background:url(../img/sidebarTwo_bg.gif) top left no-repeat
}
* html #wrapper #sidebarTwo {
	padding:43px 0 0 10px
}
#footer {
	background-image:url(../img/footer_bg.jpg);
	height:84px;
	clear:both;
	border-top:1px solid #333;
	text-align:center;
	margin:30px 0 0 0;
}