/* CSS INDEX - JEREMY CHAPMAN */

body{
	background-image: url('../img/backer.gif');
	background-repeat: repeat-x;
	font-family: Arial;
}

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

img{
	border: none;
}

/* WRAPPER */

#wrapper{
	width: 820px;
	margin: 0px auto;
	
}

/* HEADER */
#header{
	width: 820px;
	height: 100px;
	background-image: url('../img/header_logo.gif');
}

/* Menu */

#menu
{
	width: 375px;
	height: 38px;
	position: relative;
	top: 65px;
	left: 160px;
}

#menu ul
{
	list-style-type: none;
	padding-right: 10px;
}

#menu li 
{
	float: left;
	text-align: center;
	margin-left: 3px;
}

#menu li a
{
	height: 31px;
	width: 88px;
	display: block;
	background-image: url('../img/btn.jpg');
	background-repeat: no-repeat;
	color: #000000;
	font-size: 11px;
	line-height: 32px;
	text-decoration: none;
}

#menu li a:hover
{
	height: 31px;
	background-image: url('../img/btn_hover.jpg');
	background-repeat: no-repeat;
	color: #000000;
	font-weight: bold;
}

#menu li .active
{
	height: 31px;
	background-image: url('../img/btn_hover.jpg');
	background-repeat: no-repeat;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}


/* CONTENT */
#content{
	width: 800px;
	border-left: 2px solid #666699;
	margin: 0px auto;
	background-color: #ffffff;
	padding: 15px;

}

/* FOOTER 820x40 */
#footer{
	width: 830px;
	border-left: 2px solid #666699;
	height: 40px;
	background-image: url('../img/footer.jpg');


}

#title{
	text-align: center;
	font-family: Arial, serif;
	font-size: 20px;
}

#welcome{
	width: 500px;
	height: 100px;
	margin: 0px auto;

}