@charset "utf-8";

body {
	font-family: 'Arial';
	background-color: #FAF6E1;
	background-image:url(../img/bg.gif);
	background-repeat:repeat-x;
	background-position:left top;
	margin:0px;
	padding:0px;
	color:#453615;
	font-size:12px;
	text-align:center;
}

#page{
	text-align:left;
	margin: 0 auto;
	width: 900px;
	min-height:720px; 
}

#bottom{
	background:url(../img/bottom.jpg) repeat-x;
	height: 154px;
}

#top-left{
	width: 263px;
	height: 293px;
	background:url(../img/top-left.jpg) no-repeat;
	float:left;
	margin-left:-18px;
}

#top-right{
	width: 655px;
	height: 293px;
	background:url(../img/top-right.jpg) no-repeat;
	float:left;
}

#center-left{
	width: 251px;
	height: 233px;
	background:url(../img/center-left.jpg) no-repeat;
	float:left;
}
#center-left a{
	display:block;
	text-align:right;
	padding-right:10px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-size:24px;
	font-family: 'Times New Roman';
	color: #FAF6E1;
}

#center-left a:hover{
	color: #F1E5A6;
}

.selected{
	color: #F1E5A6 !important;
} 

#menu{
	margin-top:-15px;
	width:180px;
	margin-left:50px;
}

#center-right{
	float:left;
	padding-left:50px;
	width:550px;
}
 

#center-right h1{
	color: #218610;
	font-size:24px;
	font-family: 'Times New Roman';

	margin-top:-10px;
	padding-bottom:7px;
	padding-left:5px;
	border-bottom: 1px solid #D5CCB9;	
}

#center-right h2{
	font-style: italic;
	line-height:26px; 
	color: #6C5F3D;
	font-size:17px;
	padding:10px 10px 15px 10px;
	text-align: justify
}

#center-right h3{
	color: #249312;
	border: 1px solid #D9CEB7;
	width: 200px;
	padding:15px;
	text-align:center;
	float: right;
	margin-right:20px;
	margin-top:30px;
	font-style: italic;
	line-height:22px; 
	font-size:18px;
}

.column{
	width:250px;	
	padding: 10px;
	float:left;
	line-height:18px;
}

#copyright{
	font-family: 'verdana';
	font-size:9px;
	text-align:right;
	width:200px;	
	margin-bottom:20px;
	margin-top:30px;
	line-height:15px;
	color: #74684A;	
}

#copyright a{
	font-weight:bold;
	color:#74684A;
}

.text{
	padding:10px;
	}

.text input,.text textarea{
	background-color:#F8F2DA;
	border: 1px solid #BEB8A0;
	padding:3px;
	}
	
.text tr{
	text-align:right;
	}
	
.text label{
	margin-right:20px;
	}			

.text form{
	margin-left:80px;
	}

.submit input{
	border: none !important;
	}
	
.left{
	float:left;
	line-height:17px;		
}

.form-info{
	text-align:center;
	margin-bottom:10px;	
}

.clear{
	clear:both;
}

a{
	text-decoration:none;
	color:#74684A;
}