/*Generic Template {{{darkred style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #cececc url(images/bg.jpg) 0 0 repeat-x;
	color: #000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

a {
	color: darkred;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

a:visited {
	color: gray;
	}	

.container {
	width: 760px;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 1px;
	border-bottom: 1px solid #3c5e29;
	}	
	
#header  {
	background: url(images/header_darkred.jpg) 0 0 no-repeat;
	height: 320px;
	}
	
#header h1 {
	font-size: 55px;
	font-family: "Times New Roman", Times, serif;
    color: white;
	font-weight: lighter;
	padding-top: 5px;
	padding-left: 10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0;
	}	
	
	
h1,h2,h3,h4,h5 {
	font-family: "Times New Roman", Times, serif;
	margin: 5px 0;
	}
	
h2 {
	font-size: 18px;
	}
	
h3 {
	font-size: 16px;
	}
	
h4 {
	font-size: 14px;
	}	
	
.menu1 {
	width: 760px;
	margin-top: 140px;
	}
	
.menu1 ul {
	list-style-type: none;
	width: 740px;
	padding-left: 10px;
	}	
	
.menu1 li {
	list-style-type: none;
	display: inline;
	}
	
.menu1 ul a {
	display: inline;
	color: black;
	text-decoration: none;
	margin-right: 10px;
	font-size: 11px;
	}		
	
.menu1 ul a:hover {
	text-decoration: underline;
	}
	
.menu1 ul a:active {
	font-style: italic;
	}	
		
.content {
	padding: 10px 0;
	border-left: 1px solid #3c5e29;
	border-right: 1px solid #3c5e29;
	background: url(images/content.jpg) bottom right no-repeat;
	padding-bottom: 100px;
	}	
	
.content_text {
	width: 700px;
	margin: 0 auto;
	}	
	
.content_text ul {
	padding-left: 15px;
	}	
	
.content img {
	border: 2px solid black;
	margin: 5px 0;
	}	
	
.content p {
	margin: 5px 0;
	}	
	
.footer {
	color: #000;
	padding: 10px 0 5px 0;
	text-align: center;
	background: url(images/footer_darkred.jpg) 0 0 repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-left: 1px solid #3c5e29;
	border-right: 1px solid #3c5e29;
	}	
