/*Generic Template {{{black style sheet}}} */

* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #252525 url(images/bg_black.jpg) 0 0 repeat-x;
	padding: 5px 0;
	color: #000;
	font: 12px normal Verdana, Arial, Helvetica, sans-serif;
	}

h1,h2,h3,h4,h5,h6 {
	padding: 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

.container {
	width: 760px;
	border: 1px solid #000;
	margin: 0 auto;
	background-color: #fffde3;
	}	
	
#header {	
	background: url(images/header_black_01.gif) 0 0 no-repeat;
	height: 154px;
	width: 760px;
	}
	
#header h1 {
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	text-align: right;
	padding-top:10px;
	padding-right: 10px;
	margin: 0;
	}
	
h1 {
	font-size: 22px;
	}	
	
h2 {
	font-size: 18px;
	}
	
h3 {
	font-size: 16px;
	}	
	
h4 {
	font-size: 14px;
	}	
	
a {
	color: red;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}
	
.menu1 {
	border-top: 1px dashed #000;
	padding: 10px 0;
	}
	
.menu1 ul {
	padding: 0 10px;
	text-align: center;
	}	
	
.menu1 li {
	display: inline;
	list-style-type: none;
	margin: 0 5px;
	}
	
.menu1 ul a {
	display: inline;
	color: black;
	font-weight: bold;
	padding: 10px 5px;
	text-decoration: none;
	}		
	
.menu1 ul a:hover {
	color: red;
	text-decoration: none;
	}
	
/*-- menu --*/	
.menu {
	width: 760px;
	height: 47px;
	background: url(images/nav_black_02.jpg) 0 0 no-repeat;
	border-bottom: 1px solid #000;
	}
	
.menu ul {
	text-align: center;
	padding-top: 17px;
	}	
	
.menu li {
	display: inline;
	list-style-type: none;
	padding: 15px 0 15px 0;
	}
	
.menu ul a {
	display: inline;
	color: #fff;
	text-decoration: none;
	padding: 15px 5px 15px 5px;
	}		
	
.menu ul a:hover {
	text-decoration: underline;
	background: url(images/nav_hover_black_03.jpg) 0 0 repeat-x;
	*border: none;
	*background: none;
	}		
/*-- end of menus --*/	
		
.content_wrap {
	background: url(images/content_03.jpg) 0 0 no-repeat;
	width: 760px;
	float: left;
	}		
		
.content {
	padding: 10px 20px;
	}		
	
.content ul {
	padding-left: 15px;
	}	
	
.content img {
	border: 2px solid #000;
	margin: 5px 0;
	}	
	
.content p {
	margin: 5px 0;
	}	
	
.footer {
	background: url(images/footer_black_05.jpg) 0 0 no-repeat;
	color: #fff;
	padding: 17px 5px;
	clear: both;
	}	
	
/*-- IE 7 only hack --*/	
*:first-child+html .footer {width: 760px;}	
	
