@charset "UTF-8";
/* CSS Document */
img {
	border:0;
}
p {
	padding: 20px 0 10px 0;
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	text-align: left;
	margin: 10px 0 0px 0;
}

body {
	margin: 0 auto 0 auto;
	padding: 0;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #333;
	background: #679b2a url('images/background.jpg') repeat-x top;
}

#wrapper {
	margin: 0 auto;
	text-align: center;
	width: 615px;
	height: auto;
}

#main {
	width: 555px;
	padding: 0 30px;
	height: auto;
	background: url('images/mainbg.png') repeat-y;	
	text-align: left;
}

#header {
	text-align: left;
	margin: 0 0 10px 0;
}

#bottom {
	background: url('images/bottom.png') no-repeat;
	width: 555px;
	padding: 0 30px;
	height: 45px;
}


a{
	text-decoration:none;
	color: #693;
}
a:hover{
	text-decoration:none;
	color: #663;
}
