body { 
	margin : 0;
	padding : 0;
	background: #EFE7DE url(../images/bg_page.jpg) repeat-x top;
} 
a { 
	text-decoration : underline;
} 
a:hover { 
	text-decoration : none;
} 
#container{
	width : 900px;
	background : #FFFFFF url(../images/bg_header.jpg) repeat-x top;
}
.left{
	width : 19px;
}
.middle{
	width : 211px;
	background: #D3BCA2 url(../images/middle_bg.jpg) repeat-x top;
}
.right{
	width: 670px;
}
h1 {
	padding : 0 ;
	margin : 0 30px 0 0;
	font : normal 18px/40px Arial, Helvetica, sans-serif;
	height : 43px;
	text-align : right;
	color : #FDB812;
}
h2 { 
	font : normal 15px/17px Arial, Helvetica, sans-serif;
	padding : 0;
	margin : 0;
}
/*header*/
#header-image{
	width : 670px;
	height : 152px;
}
/*navigation*/
.header-nav a, .header-nav a:link, active, visited{
	background : url(../images/nav_bg.gif) no-repeat top;
	height : 21px;
	width : 105px;
	font : bold 12px/19px Arial, Helvetica, sans-serif;
	color : white;
	display : block;
	text-decoration : none;
	text-align : center;
	text-transform : capitalize;
}
.header-nav a:hover{
	background : url(../images/nav_bg_hover.gif) no-repeat top;
	color : black;
}
.header-nav-active a, .header-nav-active a:link, active, visited{
	background: url(../images/nav_bg_hover.gif) no-repeat top;
	height : 21px;
	width : 105px;
	font : bold 12px/19px Arial, Helvetica, sans-serif;
	color : #000;
	display : block;
	text-decoration : none;
	text-align : center;
	text-transform : capitalize;
}
.header-nav-active a:hover{
}
/*middle content*/
.content-middle{
	font : normal 12px/20px Arial, Helvetica, sans-serif;
	padding : 0 0 0 15px;
	margin : 0;
}
.content-middle a{
	font : bold 12px/20px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration : none;
}
.content-middle a:hover{
	text-decoration : underline;
}
/*right content*/
.content-right1{
	padding : 20px 25px 20px 25px;
	margin : 0;
}
/*paragraph*/
p{
	font : normal 12px/15px Arial, Tahoma;
	padding : 0 0 10px 0;
	margin : 0;
	color : #333333;
}
p a{
	color: #B89267;
}
/*form*/
form{
	font : normal 12px/15px Arial, Tahoma;
	padding : 0;
	margin : 0;
}
input, select, input-type, textarea{
	border : 1px solid #003366;
	font : normal 12px Arial, Tahoma;
	padding : 0;
	margin : 0;
}
.button{
	background-color : #666;
	height : 25px;
	width : auto;
	font : bold 12px/23px Arial, Tahoma;
	color :  #FFFFFF;
	border : 1px solid #CCC;
	padding : 0 5px 0 5px;
	margin : 0;
}
/*footer*/
.footer{
	height: 35px;
	background : #182B0B;
}
.footer p{
	font: normal 11px/35px Tahoma, Arial;
	padding : 0 30px 0 0 ;
	margin : 0;
	color : #D2F1CF;
}
.footer a{
	color : #DBF3D8;
}
