@charset "utf-8";
/* CSS Document */

body, html {
	height: 100%;
	margin: 0;
}
body {
	color: #FFFFFF;
	font-size: 70%;
	padding: 0;
}

#wrapper {
	background: url(images/sunset.jpg) no-repeat;
        background-attachment: fixed;
	position:fixed;
	background-size: cover;
	min-width:100%;
	min-height:100%;
	margin: 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
}
#header {
	position:fixed;
	height: 75px;
	width: 100%;
	padding: 5px 5px 5px 5px;
	color: #ffffff;
	position:relative;
	margin: 0px 0px 0px 0px;
	overflow:hidden;
}
#header .transparency {
	background-color:#50332a;
	position:absolute;
	width: 95%;
	height: 95%;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-moz-border-radius: 15px 15px 15px 15px;
	z-index:1;
}
.logo {
	position:relative;
	padding:0px 0px 0px 10px;
	float: left;
	z-index:2;
}
.nav {
	position: relative;
	height: 40px;
	width: 33%;
	float: right;
	padding:13px 60px 0px 0px;
	z-index:2;
}
#content {
	height: 500px;
}
#footer {
/*	color:#ffffff;*/
	color:#9b482d;
	width:100%
	height:100%
	position:absolute;
	text-align: center;
	/*bottom: 10%;*/
	z-index: 4;
}
.darkbrownbar {
	background-color: #1e1719;
	padding: 7px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}
.blacktext {
	font-weight: bold;
	color: #000000;
}
.whitetext {
	font-weight: bold;
	color: #ffffff;
}
.darkbrowntext {
	font-weight: bold;
	color: #1e1719;
}
.lightbrowntext {
	font-weight: bold;
	color: #9b482d;
}
.browntext {
	color:#50332a;
}
.date {
	font-weight: bold;
	color: #1e1719;
}
.hello {
	font-size: 100px;
	line-height: 100px;
	font-weight: bold;
}
.whitetitle {
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
}
.welcometext {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.newsheadline {
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
}
.clear {
	clear:both;	
}
