/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #c2292a;
}

a:link {text-decoration: none; color:#fff; text-transform: uppercase; font-weight: 800;}
a:visited {text-decoration: none; color:#fff; text-transform: uppercase; font-weight: 800;}
a:hover {text-decoration: underline; color:#571313;}

h1 {
	color: #fff;
	font: 42px Century Gothic, Helvetica, sans-serif;
	font-weight: 800;
	line-height: 34px;
	margin: 0px;
	padding: 0px;
}

h2 {
	color: #571313;
	font: 18px Century Gothic, Helvetica, sans-serif;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0px;
	padding: 0px;
}

h3 {
	color: #571313;
	font: 10px Century Gothic, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0px;
	padding: 0px;
	background: url(images/background_news_header.jpg);
	background-repeat: repeat-x;
}

h4 {
	color: #fff;
	font: 12px Century Gothic, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 800;
	margin: 0px;
	padding: 0px;
}

p {
	color: #000;
	font: 11px Century Gothic, Helvetica, sans-serif;
}


#logo {
	position: absolute;
	left: 190px;	
	top: 10px;
	width: 250px;
}

#nav {
	position: absolute;
	width: 25px;
	top: 88px;
	left: 142px;
	margin: 0px;
	padding: 0px;
}

#nav ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	width: 25px;
}

#headline {
	position: absolute;
	left: 455px;
	width: 265px;
	top: 90px;
	text-transform: uppercase;
	text-align: right;
	text-indent: 0px;
	color: #571313;
}

#headlineleft {
	position: absolute;
	left: 245px;
	width: 475px;
	top: 90px;
	text-transform: uppercase;
	text-align: right ;
	text-indent: 0px;
	color: #571313;
}

.browntop {
	color: #571313;
	padding-right: 0px;
	margin-right: 0px;
	font-weight: 800;
}

#content {
	position: absolute;
	width: 190px;
	top: 90px;
	left: 730px;
	margin: 0px;
}

#content p {
	color: #fff;
	font: 11px Century Gothic, Helvetica, sans-serif;
	margin: 0px;
	line-height: 20px;
}

#contentwide {
	position: absolute;
	width: 250px;
	top: 90px;
	left: 730px;
	line-height: 18px;
}

#contentwidehome {
	position: absolute;
	width: 250px;
	top: 260px;
	left: 730px;
	line-height: 18px;
}
#contentwidehome p{
	color: #fff;
	font: 11px Century Gothic, Helvetica, sans-serif;
	margin-top: 0px;
	padding-bottom: 10px;
	line-height: 15px;
}

#contentwide p{
	color: #fff;
	font: 11px Century Gothic, Helvetica, sans-serif;
	margin-top: 0px;
	padding-bottom: 10px;
	line-height: 15px;
}

#contentwide li{
	color: #fff;
	font: 11px Century Gothic, Helvetica, sans-serif;
	line-height: 15px;
}

#makebelief {
	position: absolute;
	background: url(images/makebelief.gif);
	background-repeat: no-repeat;
	left: 378px;
	top: 450px;
	width: 350px;
	height: 80px;
	background-image: url(images/MakeBelief.gif);
}
	

input {
	font: 11px Century Gothic, Helvetica, sans-serif;
	color: #571313;
	background: #c2292a url(images/background_contact_form2.jpg);
	background-repeat: repeat-x;
	border: 1px solid #571313;
	margin-bottom: 15px;
	margin-top: 5px;
	font-weight: 800;
}

textarea {
	font: 11px Century Gothic, Helvetica, sans-serif;
	background: #c2292a url(images/background_contact_form2.jpg);
	background-repeat: repeat-y;
	color: #571313;
	border: 1px solid #571313;
	margin-bottom: 15px;
	margin-top: 5px;
	font-weight: 800;
}

#submit input {
	color: #571313;
	font: 16px Century Gothic, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: 800;
}
