html {
	margin: 0;
	padding: 0;
}

body {
	background: #595959 url(../images/background.gif) top left repeat-y;
	color: #dadada;
	font-family: "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

a {
	outline: none;
	color: #ccc;
}



#header {
	display: block;
	position: relative;
	width: 100%;
	max-width: 1200px;
	min-width: 800px;
	height: 120px;
	background :#595959;
}

#header h1.logo { 
	display: block;
	width: 392px;
	height: 106px;
	position: relative;
	margin: auto;
	background: url(../images/logo.gif) top left no-repeat;
}

#header h1 a {
	display: block;
	position: relative;
	text-indent: -6000px;
	width: 392px;
	height: 106px;
}



#pictureHolder {
	display: block;
	position: relative;
	width: 100%;
	height: 210px;
	background: url(../images/grayBG.gif) top left repeat-y;
	padding: 5px 0 5px 0;
}

#headerPic {
	height: 210px;
}

#main {
	width: 900px;
	display: block;
	position: relative;
}


#leftMenu {
	display: block;
	position: absolute;
	width: 215px;
	padding: 10px;
	text-align: right;
	z-index: 3;
	top: 20px;
	left: 0px;
}

#leftMenu ul {
	list-style: none;
}

#leftMenu a {
	color: #fff;
	text-decoration: none;
	font-size: 1.3em;
	line-height: 1.5em;
}

#bodyContent {
	display: block;
	position: relative;
	float: left;
	padding-left: 260px;	
	width: 100%;
	z-index: 2;
}

.copyright {
	font-size: .75em;
	
}

