/*Generic Template {{{black style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
html, body{	
	min-height: 100%;
	#height: 100%;
	_height: 100%;		
	}
	
body {
	color: #000;
	font-size: 11px;
	padding: 5px 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	background: #fff url(images/black_bg.jpg) 0 0 repeat-x;
	}

h1,h2,h3,h4,h5,h6 {
	padding: 5px;
	border-bottom: 1px dotted #000;
	}

.container {
	width: 800px;
	margin: 0 auto;	
	}
	
#header {	
	width: 800px;
	height: 200px;
	background: url(images/black_01.png) 0 0 no-repeat;
	_background: url(images/black_01.gif) 0 0 no-repeat;
	}
	
#header h1 {
	font-size: 65px;
	letter-spacing: 1px;
	font-weight: lighter;	
	border: none;
	display: block;
	color: #fff;
	background: none;
	text-align: center;
	width: 750px;
	margin: 0 auto;
	padding-top: 50px;
	}
	
.subtitle {
	border: none;
	display: block;
	clear: both;
	background: none;
	padding-top: 15px;
	width: 750px;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	}
	
h1 {
	font-size: 22px;
	}	
	
h2 {
	font-size: 18px;
	}
	
h3 {
	font-size: 16px;
	}	
	
h4 {
	font-size: 14px;
	}	
	
a {
	color: #000;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
.menu1 {
	width: 800px;
	float: left;
	}		
	
.menu1 ul {
	list-style-type: none;
	margin: 0 auto;
	width: 760px;
	background-color: #fff;
	}	
	
.menu1 li {
	display: block;
	list-style-type: none;
	float: left;
	background: url(images/black_04.jpg) top right no-repeat;
	padding-right: 10px;
	margin-right: 3px;
	}	
	
.menu1 ul a {
	color: #fff;
	padding: 5px 0 10px 10px;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	float: left;
	height: 15px;
	background: url(images/black_03.jpg) 0 0 no-repeat;
	}					
	
.menu1 ul a:hover {
	text-decoration: underline;
	}

.menu {
	clear: both;
	padding-top: 50px;
	padding-bottom: 30px;
	}
	
.menu ul {
	list-style-type: none;
	text-align: center;
	}
	
.menu li {
	list-style-type: none;
	display: inline;
	
	}
	
.menu ul a {
	color: #000;
	text-decoration: underline;
	font-size: 11px;
	margin: 0 5px;
	display: inline;
	}
	
.menu ul a:hover {
	text-decoration: none;
	}

/*-- end of menus --*/	
		
.content_wrap {
	width: 774px;
	margin: 0 auto;
	}		
	
.content {
	clear: left;
	background: url(images/content.png) 0 0 repeat-y;
	_background: url(images/content.gif) 0 0 repeat-y;
	}
	
.content_text {
	width: 720px;
	margin: 0 auto;
	min-height: 400px;
	_height: 400px;
	word-wrap: break-word;
	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;
	margin: 5px 0;
	}	
	
.footer {
	clear: both;
	height: 75px;
	padding-top: 20px;
	text-align: center;
	color: #fff;
	background: url(images/black_09.png) bottom left no-repeat;
	_background: url(images/black_09.jpg) bottom left no-repeat;
	}	
	