@charset "UTF-8";
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
#container {
	position:absolute;
	left:50%;
	top:0px;
	width:720px;
	height:620px;
	z-index:1;
	margin-top: 15px;
	margin-left: -360px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}
#logo_container {
	position:absolute;
	left:0px;
	top:0px;
	width:720px;
	height:40px;
	z-index:1;
}
#nav_bar {
	position:absolute;
	left:0px;
	top:110px;
	width:720px;
	height:20px;
	z-index:2;
	background-image: url(images/bg_orange.jpg);
	background-repeat: repeat;
}
#content {
	position:absolute;
	left:0px;
	top:45px;
	width:720px;
	height:575px;
	z-index:0;
}
#title {
	position:absolute;
	left:513px;
	top:0%;
	width:207px;
	height:20px;
	z-index:1;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/title.jpg);
	background-repeat: no-repeat;
}
.arial_10_white_light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #FFFFFF;
}
.subnav_arial_10_orange_light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #FC9A57;
}
.subnav_arial_10_seafoam_light {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #90B7B3;
}
#gallery_title {
	position:absolute;
	left:600px;
	top:50%;
	width:115px;
	height:34px;
	z-index:1;
	margin-top: -17px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#main {
	position:absolute;
	left:0px;
	top:0px;
	width:720px;
	height:60px;
	z-index:1;
	background-color: #FFFFFF;
}
#containercontainer {
	position:absolute;
	left:0px;
	top:90px;
	width:720px;
	height:480px;
	z-index:2;
	background-image: url(../images/bg_gradient.png);
	background-repeat: no-repeat;
}
a:hover {
	color: #FF9900;
}
