body {
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	font: 11px Verdana;	
	padding: 0px;	
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
	background-color: #E9A74B;
	background-position: top;
}
ul,ol,li,form, table, tr, td, p, div, h1 {
	margin: 0px;
	padding: 0px;
}
ul {
	padding-left: 20px;
}
ol {
	padding-left: 30px;
}
a,a:visited,a:active,a:hover {
	text-decoration: underline;
	color: #B56200;
}

#wrap {
	width: 930px;
	margin: 0px auto;	
}
#box_top {
	height: 6px;
	width: 930px;	
}
#box_bottom {
	height: 6px;
	width: 930px;	
}
#box_left {
	width: 11px;
	height: 558px;	
}
#main {
	width: 911px;
	height: 558px;
	vertical-align: top;
}
#box_right {
	width: 8px;
	height: 558px;	
}
#header {
	width: 911px;
	height: 70px;
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;		
}
#content {
	width: 911px;
	height: 455px;
	vertical-align: top;
}
#navigation {
	width: 131px;
	height: 455px;
	background-image: url(images/bg_navigation.jpg);
	background-repeat: repeat-x;
	vertical-align: top;	
}
#text_image {
	width: 780px;
	height: 455px;	
	vertical-align: top;	
}
#footer {
	width: 911px;
	height: 33px;
	background-image: url(images/bg_footer.jpg);
	background-repeat: repeat-x;	
	text-align: center;
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
}

.navFooter,.navFooter:active,.navFooter:visited{
	 text-decoration: none;
	 color: #FFFFFF;
}
.navFooter:hover{
	 text-decoration: underline;
	 color: #FFFFFF; 	
}
.frame_transparent{
	background-color: transparent;
}
