/*Generic Template {{{#c29030 style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #000;
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.container {
	width: 760px;
	margin: 0 auto;
	}	
	
#header {
	background: url(images/header_goldenrod.jpg) 0 0 no-repeat;
	height: 350px;
	width: 760px;
	}
	
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 45px;
	font-weight: lighter;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	margin: 0;
	}
	
h1,h2,h3,h4,h5,h6 {
	margin: 5px 0;
	font-weight: lighter;
	font-family: Georgia, "Times New Roman", Times, serif;
	}	
	
h1 {
	font-size: 22px;
	}		
	
h2 {
	font-size: 20px;
	}
	
a {
	color: #c29030;
	text-decoration: none;
	}	
	
a:hover {
	text-decoration: underline;
	}
	
a:visited {
	color: gray;
	}		
	
h3 {
	font-size: 18px;
	}	
	
h4 {
	font-size: 16px;
	}	
	
h5 {
	font-size: 14px;
	}	
/*-- navigation --*/
.menu1 {
	width: 760px;
	margin-top: 30px;
	border-bottom: 1px solid #c29030;
	}
	
.menu1 ul {
	list-style-type: none;
	text-align: center;
	padding-bottom: 10px;
	}	
	
.menu1 li {
	list-style-type: none;
	display: inline;
	}
	
.menu1 ul a {
	display: inline;
	color: #c29030;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: none;
	margin-right: 10px;
	}		
	
.menu1 ul a:hover {
	text-decoration: underline;
	}
		
.content_wrap {
	width:760px;
	margin-top: 5px;
	border-top: 1px solid #c29030;
	border-bottom: 1px solid #c29030;
	}		
		
.content {
	width: 760px;
	padding-top: 5px;
	border-bottom: 1px solid #c29030;
	margin-bottom: 5px;
	}	
	
.content_text {
	width: 700px;
	margin: 0 auto;
	}	
	
.content_text ul {
	padding-left: 15px;
	}	
	
.content img {
	border: 2px solid #c29030;
	margin: 5px 0;
	}	
	
.content p {
	margin: 10px 0;
	}	
	
.footer {
	width: 760px;
	margin-top: 20px;
	font-weight: bold;
	color: #c29030;
	text-align: center;
	}	
	