/* CSS Document */

body {

}

#content{
	width:900px;
	height: 100%;
}

#header {
	background-image: url(images/topbar.gif);
	background-repeat: no-repeat;
	width: 900px;
	height: 150px;
	padding-bottom: 0px;
}

#title{
	background-image:url(images/name.gif);
	z-index: 5;
	position: relative;
	left: 0px;
	top: 50px;
	height: 86px;
	width: 620px;
	background-repeat: no-repeat;
}


#main {
	background-repeat: repeat-y;
	padding-top: 0px;
	padding-bottom: 0px;
	position: static;
	width: 900px;
	text-align: left;
	max-height: 700px;
	min-height: 500px;
	border-top-color: #333333;
	}

#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 11px;
	padding-top: 0px;
}
