﻿/* Set all margins and paddings to 0 */

*
{
margin: 0;
padding: 0;
}

/* Set the Body element */

body
{
	width: 100%;		
	font-family: arial, tahoma, helvetica, sans-serif;
	font-size: 1em;
	color: rgb(245,245,245);	
	background: rgb(25,25,25);	
	text-align: left;
}

#wrap
{
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	padding-top: 20px;
}

#headerimagewrap
{
	height: 100px;
}

#headerimage
{	
	width: 220px;
	height: 100px;	
	float: left;
	margin-left: 45px;	
		
	background: url(Images/HeaderImageName.png) no-repeat;
}

#headerh1text
{
	float: right;
	margin-top: 0;
	padding-top: 34px;	
	height: 66px;
}

#headerh1text h1
{
	float: right;
	
	position:relative;
	width: 641px;
	margin: 0 auto;
	padding: 0;
	font-size: 1.7em;
	color:rgb(155,41,30);	
}

#header
{
	width: 100%;
	height: 70px;
}

#header ul
{
	position: relative;
	top: 35px;
	left: 30px;
	width: 400px;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#header ul li
{
	display: inline;
}

#header ul li a
{	
	display: inline-block;
	
	margin-right: 5px;
	padding: 5px 10px 5px 10px;
	background: rgb(25,25,25);
	border: 1px rgb(160,160,160) solid;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	color: rgb(160,160,160);
}

#header ul li a:hover
{
	background: rgb(25,25,25);
	color: rgb(245,245,245);
	border: 1px rgb(245,245,245) solid;
	text-decoration: none;
}

#footerwrap
{
	width: 1000px;	
	margin: 0 auto;
	padding: 0;	
}

#footersitename
{
	width: 100%;
	height: 20px;
	margin-top: 40px;
	margin-bottom: 15px;		
	text-align: center;
	font-size: 18px;
	color:rgb(155,41,30);
	background-color:transparent;
	font-family: arial, helvetica, sans-serif;	
}

#footerextratext
{
	width: 100%;
	height: 20px;
	margin-bottom: 30px;	
	text-align: center;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;	
}

#footersitemap
{	
	text-align: center;
	margin-bottom: 10px;
}

#footersitemap ul
{
	list-style: none;
}

#footersitemap ul li
{
	display: inline;
}

#footersitemap ul li a
{	
	text-decoration: underline;
	color: rgb(160,160,160);
}

#footersitemap ul li a:hover
{	
	text-decoration: none;
	color: rgb(245,245,245);
}

.clear
{
	clear: both;
}

