@charset "iso-8859-1";
/* CSS Document */

body {
	margin: 0px;
	background: url(images/bg_body.jpg) #270000;
}

#top {
	width: 920px;
	height: 275px;
	margin: 0px auto;
}

#content {
	width: 860px;
	min-height: 400px;
	background: url(images/bg_content.png) repeat-y;
	margin: 0px auto;
	padding: 0px 30px;
	text-align: center;
	font: normal 12px verdana;
	overflow: hidden;
}

		#content p {
			margin: 10px 0px 0px 0px;			
			text-align: justify;
			color: #2e2b23;
			text-indent: 25px;
		}
		
		#content h1 {
			margin: 0px 0px 10px 0px;;
			font: normal 24px tw cen mt;
			color: #2e2b23;
			text-align: left;
		}
		
		#content h2 {
			margin: 10px 0px 10px 0px;;
			font: bold 16px tw cen mt;
			color: #2e2b23;
			text-align: left;
		}
		
		#content .forms {
			border: solid 1px #D1C0B1;
			font: normal 12px arial;
		}
		
		#content .button {
			margin: 0px 10px;
			padding: 3px 8px;
			border: solid 1px #7b735f;
			background: #dccda5;
		}
		
		#content .button:hover {
			background: #bfb18c;
			cursor: pointer;
		}
		
		#content form {
			margin-top: 20px;
		}
		
		#content img {
			border: solid 1px #d8ccb3;
			padding: 3px;
			margin: 10px;
		}
		
		#content img:hover {
			border-color: #8f8269;
			background: #d8ccb3;
		}

		#content a {
			color: #8f8269;
			text-decoration: none;
		}
		
		#content a:hover {
			text-decoration: underline;
		}

		#content #home1 {
			width: 60%;
			float:left;
		}

		#content #home2 {
			width: 40%;
			float: left;
		}
		
#bottom {
	width: 920px;
	height: 53px;
	background: url(images/bg_bottom.png) no-repeat;
	margin: 0px auto;
	padding: 27px 0px 0px 0px;
	text-align: center;
	font: bold 16px tw cen mt;
	color: #302916;
}

		#bottom p {
			margin: 0px 0px 8px 0px;
		}
		
		#bottom a {
			color: #555;
			text-decoration: none;
		}
		
		#bottom a:hover {
			color: #FFF;
			text-decoration: underline;
		}