/* CSS Document */


body, div, ul, li, h1, h2, h3, dl, dd, img, form, fieldset {
	margin: 0px;
	padding: 0px;
	border: 0px;
}


body {
	background:  url("../images/bg.jpg");
	text-align: center;
}


p, div, li, div, h2, h3, h4, td, input, select, textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}


a img, :link img, :visited img { border: none }


a:link, a:visited {
	color: #494176;
	text-decoration: underline;
}

a:hover, a:active {
	color: #B19673;
	text-decoration: underline;
}


#header span { display: none; }


#wrapper {
	width: 500px;
	margin: 0 auto;
	text-align: left;
}


#main {
	background:  url("structure/bg.jpg")left top repeat-y;
	width: 500px;
}


#header, #header a {
	display:block;
	background:  url("structure/header.jpg") bottom no-repeat;
	height: 95px;
	width: 500px;
}


	#header h1 {
		font-size: 14px;
		font-weight: bold;
		color: #494176;
		margin-left: 30px;
		padding-top: 77px;
	}


#nav {
	background:  url("structure/nav.jpg") left top no-repeat;
	width: 500px;
	height: 48px;
	padding-top:8px;
	text-align:center;
}
	#nav span {
		padding-left: 180px;
		padding-right: 5px;
	}
	
#footer {
	background:   url("structure/footer.jpg") left top no-repeat;

	width: 500px;
	height: 51px;
	margin: 0 auto;
	clear: both;
}


select {
	background: #FCF4E3;
	border-color: #FFFFFF;
	margin-right: 15px;
}


#caption {
	width: 500px;
	padding-bottom: 15px;
}


	#caption p {
		padding-left: 35px;
		padding-right: 35px;
	}
	