

body {
	margin: 0;
	padding: 0;
	background: #080808;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c0c0c0;
}

img { border: none; }


h1, h2, h3 {
	margin: 0;
	text-transform: uppercase;
	font-weight: normal;
	color: #8CB70E;
}

h1 { font-size: 44px; }

h2 { font-size: 18px; }

a { color: #95a685; text-decoration:none; }

a:hover { text-decoration: underline; }

a img {
	border: none;
}

img.left {
	float: left;
	margin: 7px 30px 0 0;
}

img.right {
	float: right;
	margin: 7px 0 0 30px;
}

hr { display: none; }

#wrapper {
	width: 100%;
	margin: 0 auto;
}

.quickies {
	font-family: Georgia, Times New Roman, Times, serif;
	border-bottom: #27212a solid 1px;
	background-color: #0b0b0e;
	color: #222;
	width: 100%;
	line-height: 40px;
	font-size: 20px;
	list-style-type: none;
	margin: 0px;
	}
	
.quickies a {
	background-color: #0b0b0e;
	text-decoration: none;
	width: 100%;
	color: #ccc;
	display: block;
	margin-bottom: 0px;
}
.quickies a:hover {	
	background-color: #161017;
	width: 100%;
	text-decoration: none;
	color: #ccc;
	display: block;
}


/* Header */

#header-wrapper {
}

#header {	
	background: #060606 url(images/img011.jpg) repeat-x top center;
	width: 100%;
	height: 250px;
	margin: 0 auto;
}



/* Page */


#page {
	width: 740px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#navitup {
	margin: 0 auto;
	padding-top:2px;
	width: 100%;	
	border-bottom: #27212a solid 1px;
	background-color: #161017;
	}


#content {
	border-left: #1c181e solid 1px;
	border-right: #1c181e solid 1px;
	border-bottom: #1c181e solid 1px;
	float: left;
	background-color: #0b0b0e;
	width: 380px;
	padding: 20px;
	line-height: 150%;
	text-align: justify;
}


#entomb { width: 100%; 	border-bottom: #1c181e solid 1px; }

#newsletter {
	background-color: #0b0b0e;
	float: right;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-left: #1c181e solid 1px;
	border-right: #1c181e solid 1px;
	border-bottom: #1c181e solid 1px;

}

#sidebar {

	float: right;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}

#sidebar a {
font-weight:bold; 
	color: #FFFFFF;
}

strong {font-family:Georgia, Times New Roman, Times, serif; font-style:italic;}


/* Footer */

#footer {
	clear: both;
	background-image: url(footback.jpg);
	background-repeat:repeat;
	margin: 0 auto 0px auto;
}

#footer p {
	margin: 0px;
	padding: 16px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	text-transform: uppercase;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #FFFFFF;
}
