* {
	font-family: Helvetica, sans-serif, Arial;
}
body {
	background-color:#FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	bottom: 0px;
}

#container {
	width: 1000px;
	border-style: none;
	border-width: thin;
	border-color: #000000;
	clear: both;
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	bottom: 0px;
}
#header {
	width: 940px;
	height: 350px;
	font-size: 13px;
	color: #333333;
	position: relative;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 5px;
	background-repeat: no-repeat;
	padding-left: 25px;
}
#header_background {
	position: absolute;
	left: 425px;
	width: 600px;
	height: 350px;
	background-image:url(../Images/comingsoon.gif);
	background-position:left top;
	background-repeat: no-repeat;
}
#header p {
	position: absolute;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #333333;
}
#footer {
/*
	background-color: #FFFFFF;
	background-image: url(../Images/DUB_foot.gif);
	background-position: 30px bottom;
	background-repeat: no-repeat;
*/
	height: 50px;
	width: 1000px;
	position: relative;
	font-size: 10px;
	color: #999999;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	bottom: 0px;
	vertical-align: top;
}
#footer p {
	position: absolute;
	left: 235px;
	margin: 0px;
	padding: 0px;
	margin-top: 25px;
}
#photo_thumbnail {
	width: 740px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 240px;
	padding: 0px;
	height: 20px;
	position:relative;
}
#menu_container {
	width: 970px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	font-size: 13px;
	color: 333333;
	overflow: hidden;
	height: 50px;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 970px;
}
#title {
	width: 150px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 20px;
	margin-left: 30px;
	padding: 0px;
	font-size: 14px;
	color: #000000;
	float: left;
}
.menu_item2 {
	width: 120px;
	height: 50px;
	float: left;
	padding: 0px;
	padding-right: 70px;
	font-size: 13px;
	color: #000000;
}
a.menu_item:link {
	color: #999999;
}
a.menu_item:visited {
	color: #999999;
}
a.menu_item:active {
	color: #999999;
}
a.menu_item:hover {
	color: #000000;
}
#content_container {
	width: 970px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0px;
	padding: 0px;
	font-size: 13px;
	color: 333333;
}
#submenu {
	width: 250px;
	margin: 5px;
	float: left;
}
#content {
	float: right;
	width: 600px;
}
#main_content {
	margin-left: 415px;
}
#main_content h3 {
	color:#000000;
	font-size: 17px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	font-weight: normal;
}
#main_content p {
	color: #666666;
	font-size: 12px;
}
A:link {
 text-decoration: none;
 color: #999999;
}
A:visited {
 text-decoration: none;
 color: #333333;
}
A:active {
 text-decoration: none;
 color: #999999;
}
A:hover {
 text-decoration: none;
 color: #333333;
}