@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-color: #f9f9f9;
}

#page_top {
	height: 40%;
	width: 100%;
	background-image: url(/img/bg/page_header.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #332f2a;
}

#page_header {
	position: relative;
	height: 100%;
	width: 980px;
	margin: 0 auto;
}

#page_logo {
	position: absolute;
	bottom: 20px;	
	height: 45px;
	width: 294px;
	background-image: url(/img/logo/home.png);
}

#page_middle {
	height: 45%;
	width: 100%;
	background-image: url(/img/bg/page_middle.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#page_content {
	position: relative;
	height: 100%;
	width: 980px;
	margin: 0 auto;
}

#page_bottom {
	margin: 0px;
	height: 40px;
	width: 100%;
}

#page_footer {
	text-align: right;
	position: relative;
	padding: 10px 0px 0px 0px;
	height: 40px;
	width: 980px;
	margin: 0 auto;
	border-top: 1px solid #ccc;
	color: #ccc;
}

h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #332f2a;
}

a:link, a:active, a:visited {
	color: #332f2a;	
}