html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #595959;
	background-image: url('');
	background-color: #fff;
	background-repeat: repeat;
}

#container {
	width: 95%;
	margin: 0 auto;
	margin-top: 0px;
	background-color: #fff;
	border: 0px solid #fff;
	padding: 20px;
	
}

#header {
	width: px;
	height: px;
	background-image: url('');
	background-repeat: no-repeat;
	border-bottom: 0px solid #ff6d9c;
	margin: 0 auto;
}



#footer {
	clear: both;
	width: 100%;
	margin-left: 0px;
	padding: 0px;
	font-size: 10px;
	font-color: #5a021d;
	text-align: center;
	background-image: url('');
	background-repeat: repeat;
}


#sidebar {
	width: 80%;
	text-align: right;
	background-color: #fff;
	padding: 10px;	
	margin: auto;


}

#sidebar li {
	display: ;
	height: 15px;
	margin-bottom: 2px;

}

#sidebar a {
	font-family: century gothic; 
	font-size: 20px;
	font-style: normal;
	display: ;
	color: #a77600;
    	background: #fff;
	border-left: 0px solid #f9cf3b;
	border-bottom: 0px solid #f9cf3b;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-transform: lowercase;
}


#sidebar a:hover {
	font-family: century gothic; 
	font-size: 20px;
	font-style: normal;
	display: ;
	color: #fff;
    	background: #656565;
	border-left: 0px solid #f9cf3b;
	border-bottom: 0px solid #f9cf3b;
	padding: 0 0 0 0px;
	text-decoration: none;
	text-transform: lowercase;
}



#content {
	line-height: 18px;
	padding: 10px;
	margin: 0 auto;
	background-color: #fff;
	font-color: #595959;
	border-left: 0px dotted #ff6d9c;

}


h1 {
	margin: 0px;
	padding: 0px;
	font: 40px georgia; 
	font-style: italic;
	letter-spacing: 10px;
	text-indent: 200px;
	
}

h1:first-letter {

	color:#d99900;
	font-style: normal;

}

h2 {
	font: 30px georgia; 
	font-style: italic;
	color: #525252;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px;
	border-bottom: 8px solid #8C8C8C;
	text-align: left;
	letter-spacing: 5px;
	text-transform: lowercase;
	text-indent: 30px;
	}


h3 {
	font: 20px georgia; 
	font-style: italic;
	color: #525252;
	padding: 0px 0px 0px 5px;
	margin: 10px 0px;
	border-bottom: 3px solid #8C8C8C;
	text-align: left;
	letter-spacing: 5px;
	text-transform: lowercase;
	text-indent: 30px;
	}

a:link {
	color: #bd8d1b;
	text-decoration: none;
}
a:visited {
	color: #bd8d1b;
	cursor: crosshair;
}
a:hover {
	text-decoration: none;
	color: #D1CAAB;
}
a:active {
	text-decoration: none;
	color: #D1CAAB;
}


b {
	color: #845d00;
	border-bottom: 0px dashed #e7d011;
	font-style: bold;
}

em {
	color: #b58000;
	border-bottom: none;
	font-style: italics;
}
