* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: #000000 url(../images/assets/black_large.jpg) no-repeat fixed left 0;
	margin: 0;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	color: #eaeaea;
	line-height: 25px;
}

blockquote {font: bold 1em sans-serif;}

img {
	border: none;}

ul {
	margin-left: 2em;}

h1 {
	font: normal 17px sans-serif;}
h2 {
	font: bold 15px Verdana,sans-serif;
	padding-bottom: 4px;
}

/* misc */
.clearer {
	clear: both;}

.stripes {
	background: #333 url(../images/assets/stripe.gif);
	height: 6px;
}

.left {float: left;}
.right {float: right;}

/* header */

.header {
	
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 80px;
}

.biblequote {
	font: italic bold 15px Georgia, "Times New Roman", Times, serif;
	height: 50px;
	color: white;
	position: relative;
	bottom: 10px;
	margin-top: 525px;
	padding: 50px;
	visibility: visible;
}


.header a {
	color: white;	
	line-height: 50px;
	text-decoration: none;

}

.header span {
	padding-left: 32px;}

.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */

.container {
	border: 3px solid #444;
	border-top: none;
	width: 800px;
	margin-left: 100px;
}

.main {
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
	border: 1px solid #2A2A2A;
}

.main .left {width: 65%;}
.main .right {width: 35%;}

/* content elements */

.content {
	padding: 6px;
}

.content h1 {
	background:url(../images/assets/bgh1.gif) repeat-x left bottom;
	color: #EEE;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #191919 url(../images/assets/nav.gif);}

.nav a {
	background: #191919 url(../images/assets/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 40px;
	height: 40px;
	padding: 0 8px;
	text-transform: uppercase;
}
.nav a:hover {
	background: #191919 url(../images/assets/nav_hover.gif);
}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 1%;
}

.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}

.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}

.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}

.footer a {color: #666;}

.footer a:hover {
	color: #BBB;
	background: #222;
}


/* bottom */

.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}
