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

/* Apply base theme styles and colors */
@import url( 'library/styles/base.css' );

/* Site Specific Styles */
@import url( 'assets/css/screen.css' );

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/wp-content/themes/PayDayTheme_01/images/payday_floor_bg.jpg);
}

#top_header {
	position:absolute;
	left:0px;
	top:0px;
	width:720px;
	height:179px;
	z-index:1;
}

#top_header_rt {
	position:absolute;
	left:720px;
	top:0px;
	width:100%;
	height:149px;
	z-index:2;
	background-color:#333
}
#top_header_rt2 {
	position:absolute;
	left:720px;
	top:148px;
	width:100%;
	height:2px;
	z-index:2;
	background-color:#999;
}
#sidebar_div {
	position:absolute;
	left:680px;
	top:190px;
	width:248px;
	height:509px;
	z-index:3;
}
#leftbar_div {
	position:absolute;
	left:25px;
	top:190px;
	width:248px;
	height:509px;
	z-index:3;
}
#postContent {
	position:absolute;
	left:200px;
	top:181px;
	width:410px;
	z-index:4;
}
#sidebar_ad {
	height:380px;
	background-color:#333;
	padding:10px;
}