body {
	margin: 0 auto;
	background: url('../images/background.jpg') repeat-x;
	background-color:#6a0515;
}

p {
	margin: 0;
	font: 12px/24px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: #fff;
}


ul {
	margin: 0;
	margin-left: 10px;
	font: 12px/24px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	list-style: bullet;
}

ul li {
	padding-bottom: 5px;
}

ul li.caps {
	text-transform: uppercase;
}

h1 {
	margin: 0;
	font: 42px Georgia, "Times New Roman", Times, serif;
	color: #fde851;
}

h2 {
	margin: 0;
	padding-top: 30px;
	margin-bottom: 10px;
	font: bold 14px Arial, Verdana, Arial, Helvetica, sans-serif;
	color: #fde851;
	text-transform: uppercase;
	border-bottom: 1px dotted #fff;
	padding-bottom: 5px;
}

h3 {
	margin: 0;
	font: 12px Arial, Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: capitalize;
	padding-bottom: 5px;
}

#all {
	margin: 0 auto;
	width: 864px;
	margin-top: 74px;
}

#all #top #logo {
	padding-bottom: 5px;
	border-bottom: 1px solid #fff;
}

#all #top #topnav {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #fff;
	padding-top: 5px;
	text-transform: uppercase;
	text-align: right;
}

#all #top #topnav a {
	text-decoration: none;
	color: #fff;
}

#all #top #topnav a:hover, a:active {
	text-decoration: none;
	color: #fde851;
	border-bottom: 1px dotted #fde851;
	padding-bottom: 2px;
}

#all #main a:hover, a:active {
	text-decoration: none;
	color: #fde851;
	border-bottom: 1px dotted #fde851;
	padding-bottom: 2px;
}


#all #main #left {
	float: left;
	width: 328px;
}

#all #main #left #contact {
	padding-left: 7px;
}

#all #main #left #contact a{
	text-decoration: none;
	color: #fff;
}

#all #main #left #contact a:hover{
	text-decoration: none;
	color: #fde851;
}

#all #main #left p {
	margin: 0;
	font: 10px Arial, Helvetica, sans-serif;
	color: #fff;
}

#all #main #right {
	float: left;
	width: 495px;
	margin-left: 40px;
	padding-top: 54px;
}

#all #main #right img {
	float: left;
	margin: 0 10px 10px 0;
	padding: 5px;
	border: 1px solid #af0b25;
}

#all #main #right p.subnav {
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: capitalize;
}


#all #main #right ul#welcomeleft {
	float: left;
	width: 150px;
}

#all #main #right ul#welcomeright {
	float: left;
	width: 150px;
}