@CHARSET "UTF-8";

body {
	background-color: #FCF4D4;
	background-image: url("/images/page_bg.jpg");
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
}

div#layout_3column {
	position: relative;
	width: 980px;
	margin: 0px auto;
}

div#header {
	width: 980px;
	height: 310px;	
	background-image: url("/images/header_bg-trans.png");
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;
}

div#container {
	background: url("/images/cont_bg.png") repeat;
}

div#sidebar {
	float: left;
	width: 158px;
	margin-left: 20px;
	padding-left: 23px;
	padding-top: 13px;
}

div#diszites {
	float: left;
}

div#content {
	float: left;
	width: 524px;
	padding-top: 12px;
	font-size: 12px;
	margin-right: 10px;
}

div#banners {
	float: left;
	width: 155px;
}

div#footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 980px;
	height: 250px;
	
	background-image: url("/images/footer-trans.png");
	background-attachment: scroll;
	background-position: top center;
	background-repeat: no-repeat;

	font-size: 10px;
	color: #5A0D21;
}
div#footer a {
	font-size: 10px;
	color: #5A0D21;
	text-decoration: none;
	background-color: #FFFBE9;
}

