@charset "UTF-8";

h1, h2, h3, h4, h5, h6, p, a, img, ul, ol, li {
	padding: 0;
	margin: 0;
	border: none;
	}

body {
	background: #492314;
	text-align: center;
	padding: 10px 0;
}

#wrapper {
	background: #fff url(images/header.gif) no-repeat left top;
	width: 700px;
	margin: 0 auto;
	}
	
h1, h2 {
	display: none;
	}
	
#content {
	width: 390px;
	padding: 105px 0 0 20px;
	float: left;
	text-align: left;
	}

#content h3 {
	text-align: center;
	font: bold 12px/28px Georgia, "Times New Roman", Times, serif;
	height: 38px;
	}

#content h3 strong {
	font: bold 36px/28px Verdana, Times, serif;
	letter-spacing: -.085em;
	}
	
#content h4 {
	text-align: center;
	font: normal 12px/12px Georgia, "Times New Roman", Times, serif;
	color: #db196b;
	margin: 0 0 20px;
	height: 14px;
	} 

#content h5 {
	font: bold 14px/18px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 5px;
	color: #db196b;
	}

#content h6 {
	border: 1px solid #db196b;
	padding: 10px;
	font: bold 14px/16px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0 0 20px;
	}

#content h6 a {
	color: #db196b;
	}

#content h6 a:hover {
	color: #fff;
	background: #db196b;
	}
	
#content p,
#content ul,
#content ol {
	font: normal 12px/18px Georgia, "Times New Roman", Times, serif;
	margin: 0 0 10px;
	}
	
#content li {
	margin: 0 25px 1px;
	}	

#content ol li {
	list-style: lower-alpha;
	}
	
#sidebar {
	float: right;
	width: 280px;
	text-align: left;
	}

#sidebar img {
	display: block;
	margin: 0;
	padding: 0;
	}

#sidebar h5 {
	font: bold 13px/15px Georgia, "Times New Roman", Times, serif;
	color: #000;
	margin: 0 20px 5px;
	}
	
#sidebar p,
#sidebar ul {
	margin: 0 20px 10px;
	color: #db196b;
	font: normal 11px/18px Georgia, "Times New Roman", Times, serif;
	}

#sidebar ul li {
	margin: 0 0 5px 20px;
	}
	
hr {
	clear: both;
	visibility: hidden;
	}