/*Generic Template {{{orangered style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body{	
	min-height: 100%;
	#height: 100%;
	_height: 100%;		
	}
	
body {
	color: #fff;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	padding: 5px 0;
	background: #762500 url(images/orangered_bg.jpg) 0 0 repeat-x;
	}

h1,h2,h3,h4,h5,h6 {
	padding: 5px 0 5px 5px;
	border-bottom: 1px dotted #762500;
	}

.container {
	width: 800px;
	margin: 0 auto;
	background: #cc4000 url(images/orangered_07.gif) bottom left no-repeat;
	border: 1px solid #000;
	}
	
#header {	
	width: 800px;
	height: 164px;
	background: url(images/orangered_01.gif) 0 0 no-repeat;
	}
	
#header h1 {
	font-size: 50px;
	width: 500px;
	letter-spacing: 1px;
	font-weight: lighter;
	padding-left: 10px;
	border: none;
	display: block;
	}
	
.subtitle {
	border: none;
	color: orangered;
	padding-left: 10px;
	display: block;
	width: 400px;
	}
	
h1 {
	font-size: 22px;
	}	
	
h2 {
	font-size: 18px;
	}
	
h3 {
	font-size: 16px;
	}	
	
h4 {
	font-size: 14px;
	}	
	
a {
	color: #762500;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover {
	text-decoration: none;
	}
	
.menu1 {
	background: url(images/orangered_03.gif) 0 0 repeat;
	float: left;
	width: 800px;
	}		
	
.menu1 ul {
	list-style-type: none;
	float: left;
	}	
	
.menu1 li {
	float: left;
	display: block;
	list-style-type: none;
	}
	
.menu1 ul a {
	color: #fff;
	float: left;
	font-weight: bold;
	padding: 7px 5px;
	width: 70px;
	height: 22px;
	text-decoration: none;
	font-size: 11px;
	text-align: center;
	border-right: 1px solid #762500;
	}				
	
.menu1 ul a:hover {
	text-decoration: underline;
	background: url(images/orangered_05.gif) 0 0 repeat-x;
	}

.menu {
	margin-top: 30px;
	margin-bottom: 20px;
	clear: both;
	}
	
.menu ul {
	list-style-type: none;
	padding: 0 10px;
	text-align: center;
	}
	
.menu li {
	list-style-type: none;
	display: inline;
	}
	
.menu ul a {
	color: #fff;
	text-decoration: none;
	margin: 5px 3px;
	display: inline;
	font-weight: bold;
	}
	
.menu ul a:hover {
	text-decoration: none;
	border-bottom: 1px solid #fff;
	padding-bottom: 1px;
	}

/*-- end of menus --*/	
		
.content_wrap {
	
	}		
	
.content {
	background: url(images/orangered_06.gif) 0 0 no-repeat;
	clear: both;
	}
	
.content_text {
	width: 780px;
	margin: 0 auto;
	min-height: 525px;
	_height: 525px;
	word-wrap: break-word;
	padding-top: 20px;
	clear: both;
	}		
	
.content_text ul {
	padding-left: 15px;
	padding-top: 5px;
	}	
	
.content img {
	margin: 5px 5px 5px 0;
	}	
	
.content p {
	padding: 5px 0;
	line-height: 1.5em;
	}	
	
.footer {
	background: url(images/orangered_11.gif) 0 0 no-repeat;
	text-align: center;
	padding: 20px 0 25px 0;
	clear: both;
	}	
	
