* {
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	border: 0;}

body {
	font-family: "trebuchet ms", "verdana", "arial", sans-serif;
	font-size: 12px;
	text-align: center;
	color: #514826;
	background: url(bg.jpg) #C8C5AC;}

table, td, tr {
	font-family: "trebuchet ms", "verdana", "arial", sans-serif;
	font-size: 12px;
	color: #514826;}

a:link,a:active,a:visited {
	color: #816D5B;
	text-decoration: underline;}

a:hover {
	color: #88765B;
	background-color: #DCE2D8;}

i, em {	color: #627D7C;}

b, strong { color: #668E3C;}

h1 {
	background: url(h1.jpg) no-repeat;
	font-family: "garamond", sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #8E9295;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
	border: 1px solid #936241;
	margin: 5px 0 5px 0;
	padding: 0;}

#container {
  	width: 542px;
  	margin: 0 auto;
  	overflow: hidden;
	background: url(03.jpg) #C8C5AC;}
  	
#header {
 	background: url('01.jpg') no-repeat;
  	width: 542px;
 	height: 327px;
 }
 
 
/* NAVIGATION */

#navigation {
  	width: 542px;
	height: 66px;
 	background: url('02.jpg') no-repeat center;
 }

#navigationPadding {
	padding: 28px 0 0 0;
	margin: 0px;
 }

#navigation ul {
	margin: 0px;
	text-align: right;
}

#navigation li {
	display: inline; 
	list-style-type: none; 
	padding-right: 10px; 
	text-align: right;
}

#navigation a:link, #navigation a:visited, #navigation active {
	font-size: 12px;
	color: #A24E12;
	letter-spacing: 1px;
	font-family: "garamond", sans-serif;
	text-transform: uppercase;
}

#navigation a:hover {
	color: #526D6E;
	text-transform: uppercase;
	background-color: #DCE2D8;
}


/* CONTENT */

#content {
  	width: 542px;
 	margin: 0px;
	text-align: left;
	background: none;
}

#contentPadding {
	padding: 0 15px 0 15px;
	margin: 0px;
}

#content p {
	line-height: 16px;
	margin: 0;
	padding: 15px 0 0 0;
}

/* FOOTER */

#footer {
  	width: 542px;
 	margin: 0px;
  	padding: 12px 0 5px 0;
	text-align: center;
	background: none;
	font-family: "trebuchet ms", "verdana", "arial", sans-serif;
	font-size: 10px;
}