#pageholder {
	position: relative;
	background-image: url(/images/bg_page.jpg);
	background-repeat: repeat-x;
	background-color: #DDDDDD;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
}

#main {
	background-image: url(/images/bg_main.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	width: 760px;
	margin-left: 10px;
}

#contentwrap {
	position: relative;
	z-index: 60;
	padding-top: 15px;
}

#header {
	position: relative;
	width: 760px;
	height: 80px;
}

#logo {
	position: absolute;
	top: 12px;
	left: 12px;
}

#headpics {
	position: absolute;
	top: 0px;
	margin: 0px;
	padding: 0px;
	width: 760px;
	height: 400px;
	z-index: 30;
	background-repeat: no-repeat;
	background-position: top right;

}

#topnav {
	width: 760px;
	height: 26px;
}

#login {
	position: absolute;
	top: 20px;
	left: 600px;
	margin: 0px;
	padding: 0px;
	width: 150px;
	z-index: 30;
	background-color: #000000;
}

#content {

}

#copyright {
	text-align: center;
	margin-top: 15px;
	bottom: 0px;
	height: 20px;
	font-size: 10px;
}