@charset "utf-8";

html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	background: #f5f5f5;
	font-size: 12px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, p, div, ul, form {
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

.clear {
	clear: both;
}

.left {
	float: left;
	position: relative;
}

.right {
	float: right;
	position: relative;
}



#page {
	width: 953px;
	margin: 0px auto;
	min-height: 100%;
	position: relative;
	text-align: left;
}

#header_wrapper { /* height = 144 */
	height: 144px; /* 144-(20+65) */
	padding: 0px 0px 0px; /* text padding; related to header_content dimensions */
	background: transparent url("../public/template/header_bck.png") center top no-repeat;
	position: relative;
	z-index: 10;
}

#header {
	padding: 0px;
}

#header_content {
	width: 570px; /* 600-15*2 */
	height: 70px; /* 100-15*2 */
	overflow: hidden;
}


#content_wrapper {
	padding: 0px 0px;
	background: transparent url("../public/template/content_bck.png") center top repeat-y;
	position: relative;
	z-index: 10;
}

#content {
	padding: 0px 0px;
}


#footer_placeholder {
	height: 40px; /* footer height */
}

#footer_wrapper { /* height = 40 */
	background: transparent url("../public/template/footer_bck.png") center bottom no-repeat;
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 953px;
	z-index: 1;
}

html > body #footer_wrapper {
	overflow: hidden; /* hide this property from IE6 - for some reason it scrambles the footer */
}

#footer_spacer_wrapper {
	position: relative;
	height: 100%;
	margin: 144px 0px -80px; /* top = header height, bottom = footer height * 2 */
	overflow: hidden;
}

#footer_spacer {
	position: relative;
	bottom: 184px; /* header height + footer height */
	height: 100%;
	background: transparent url("../public/template/content_bck.png") center top repeat-y;
}

#footer {
	position: absolute;
	left: 15px;
	bottom: 15px;
	z-index: 10;
}

#footer_content {
	width: 580px; /* 600-10*2 */
	height: 20px; /* 55-8*2 */
	overflow: hidden;
	position: relative;
	z-index: 10;
}






#content{
	min-height: 500px;
	background: transparent url("../public/template/fade_bck.png") top right no-repeat;
}
#fade{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 398px;
	height: 491px;
	border: 0px solid red;
}
#navi{
	position: absolute;
	top: 108px;
	left: 290px;
	width: 378px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.navi_item{
	float: left;
	height: 36px;
	cursor: pointer;
	display: block;
	background-image: url(public/template/navi_inactive.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border: 0px solid red;
}

