*{
	margin: 0px;
	padding: 0px;
}

body{
	background: url("../graphics/background.gif");
	font-size: 10px;
}

#header{
	background: url("../graphics/tornEdge.png") repeat-x bottom left;
	height: 160px;
	position: relative;
	z-index: 2;
}

#header h1{
	color: #ddf;
	font-size: 2.5em;
	padding-top: 50px;
	font-weight: bold;
	font-family: Helvetica, Arial;
	margin-left: 450px;
	width: 630px;
}

#content{
	background: url("../graphics/paper.gif");
	position: relative;
	z-index: 3;
}

#logo{
	height: 221px;
	margin: 20px;
	position: absolute;
	width: 400px;
	z-index: 1;
}
#logoOverlay{
	background: url("../graphics/logo.png") no-repeat bottom left;
	height: 102px;
	margin: 139px 20px;
	position: absolute;
	width: 312px;
	z-index: 4;
}


#leftNav{
	list-style: none;
	float: left;
	margin: 100px 40px 0px 100px;
	position: relative;
	width: 200px;
}

#leftNav li a{
	color: #641305;
	display: block;
	font-size: 2.2em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
#leftNav li{
	padding-top: 15px;
	background: url("../graphics/navSeperator.png") no-repeat top center;
	margin-top: 15px;
}

#menu{
	float: left;
	list-style: none;
	margin: 40px 40px 20px 0px;
	position: relative;
	width: 450px;
}
#menu li{
	margin-bottom: 15px;
	font-size: 2em;
}

#images{
	float: left;
	position: relative;
	width: 250px;
}

#images img{
	margin: 40px 0px 20px 0px;
}

.clear{
	clear: both;
	font-size: 0px;
}
