@charset "utf-8";
/* CSS Document */


#wrapper{
	width:784px;
	position:relative;
	margin:0 auto;
	}

#leftgraphic{
	width:25px;
	height:750px;
}

#header{
	width:759px;
	height:101px;
	position:absolute;
	top:0px;
	left:25px;
}

#navbump{
	width:593px;
	height:12px;
	position:absolute;
	top:121px;
	left:25px;
}

#mainnav{
	width:593px;
	height:66px;
	position:absolute;
	top:133px;
	left:25px;
}

#menu{
		list-style:none;
		padding:0px;
		margin:0px;
		width:166px;
		height:557px;
}

#menu li img{
	display:block;
}

#contenttop{
	width:593px;
	height:40px;
	position:absolute;
	left: 25px;
	top: 199px;
}

#contentleft{
	width:69px;
	height:397px;
	position:absolute;
	left: 25px;
	top: 239px;
}

#content{
	width:524px;
	height:397px;
	position:absolute;
	top:239px;
	left:94px;
	background-image: url(images/content.png);
	font-family:"Century Gothic", Tahoma, sans-serif;
	font-size:13px;
	text-align:justify;
	overflow:auto;
	background-color: #FFFFFF;
	}

#contentbottom{
	width:593px;
	height:42px;
	position:absolute;
	left: 25px;
	top: 636px;
	color:red;
}

#quicklinks{
	width:166px;
	height:557px;
	position:absolute;
	top:121px;
	right:0px;
}

#footgraph{
	width:759px;
	height:49px;
	position:absolute;
	top:678px;
	left:25px;
	align:top;
	font-size:10px;
	font-family:"Century Gothic", Tahoma, sans-serif;
	color:#999;
	background-image: url(images/footergaphic.png);
	
}

body {
	background-image: url(/images/background.png);
	background-repeat: repeat-x;
	background-position: 0px 8px;
}
#wrapper #footgraph h1 {
	font-family: Century Gothic, Tahoma, sans-serif;
}
div {
	background-repeat: no-repeat;
}
p {
	vertical-align: top;
	padding-right: 25px;
	color: #000;
}
