/*Generic Template {{{gold style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body{	
	height: auto;
	height: 100%;
	}
	
body {
	background-color: #464646;
	color: #fff;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

h1,h2,h3,h4,h5,h6 {
	padding: 5px 0 5px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

.container {
	width: 946px;
	margin: 0 auto;
	}
	
#header {	
	width: 946px;
	height: 301px;
	background: url(images/gold_03.jpg) 0 0 no-repeat;
	}
	
.title {
	float: left;
	width: 375px;
	text-align: center;
	padding-top: 80px;
	}	
	
#header h1 {
	font-size: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	font-weight: lighter;
	color: #fff;
	background: none;
	padding-top: 30px;
	}
	
h1 {
	font-size: 22px;
	}	
	
h2 {
	font-size: 18px;
	}
	
h3 {
	font-size: 16px;
	}	
	
h4 {
	font-size: 14px;
	}	
	
a {
	color: gold;
	text-decoration: none;
	letter-spacing: 1px;
	}
	
a:hover {
	text-decoration: underline;
	}
	
a:visited {
	color: lightgray;
	}
	
.menu1 {
	padding-left: 10px;
	}
	
.menu1 ul {
	list-style-type: none;
	}	
	
.menu1 li {
	display: inline;
	list-style-type: none;
	}
	
.menu1 ul a {
	display: inline;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	margin-right: 5px;
	font-size: 12px;
	}		
	
.menu1 ul a:hover {
	text-decoration: none;
	border-right: none;
	border-bottom: 1px solid #fff;
	padding-bottom: 1px;
	}
	
.menu1 ul a:active {
	text-decoration: underline;
	}

/*-- end of menus --*/	
		
.content_wrap {
	width: 946px;
	margin: 0 auto;
	background: url(images/gold_06.jpg) 0 0 repeat-y;
	}		
	
.content {
	width: 946px;
	margin: 0 auto;
	min-height: 400px;
	background: url(images/gold_05.jpg) 0 0 no-repeat;
	}
	
.content_text {
	width: 900px;
	margin: 0 auto;
	}		
	
.content ul {
	padding-left: 15px;
	padding-top: 5px;
	}	
	
.content img {
	margin: 5px 5px 5px 0;
	}	
	
.content p {
	padding: 5px 0;
	line-height: 1.5em;
	}	
	
.footer {
	font-weight: bold;
	background: url(images/gold_07.jpg) 0 0 no-repeat;
	color: gold;
	text-align: center;
	padding-top: 90px;
	padding-bottom: 26px;
	width: 946px;
	}	
	