@charset "utf-8";
/* CSS Document */

body{color:#000; font-size: 10pt; font-family:sans-serif;}

h1{font-size:14pt;}
h2{font-size:12pt;}

img {
	border:0
}

div.centerstage {
	position:relative;
	left:0px;
	top:0px;
	width:960px;
	height:800px;
	text-align:left;
	background-color:#FFF;
}

div.header {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:99px;
}

div.navbar {
	position:absolute;
	left:0px;
	top:99px;
	width:960px;
	height:39px;
}

div.buttons {
	position:absolute;
	left:736px;
	top:99px;
	width:960px;
	height:39px;
}

div.welcome {
	position:absolute;
	left:0px;
	top:138px;
	width:281px;
	height:369px;
	background-image:url(images/index_03.jpg);
	padding:40px;
	text-align:left;
}

div.mainphoto {
	position:absolute;
	left:361px;
	top:138px;
	width:599px;
	height:369px;
}

div.landscapephoto {
	position:absolute;
	left:0px;
	top:507px;
	width:960px;
	height:219px;
}
div.footerback {
	position:absolute;
	left:0px;
	top:730px;
	width:960px;
	height:74px;
	text-align:center;
	background-image:url(images/index_06.jpg);
}
div.footer {
	position:absolute;
	left:0px;
	top:740px;
	width:960px;
	height:39px;
	text-align:center;
	color:#FFFFFF;
	background-image:url(images/navbarbkg.jpg);
}
