@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/Body_back.gif);
	background-repeat: repeat-y;
	background-position: center;
	
}
#centrbg {
	padding: 25px;
	height:100%;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	color: #ffffff;
	text-align: center;
}
#frontpic {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;

	
}
#toplogo {
	float: right;

}

.footer 
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #cccccc;
	position: absolute;
	left: 265px;
	top: 529px;
}

#footer {
	font-family: Verdana, Ariel, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
	margin-top: 75px;
	text-align: left;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

#form {
	font-family: Verdana, Ariel, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
	text-align: center;
	width: 850px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#p 
{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #cccccc;
	text-align: left;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:5px;
	top: 120px;
}
td
{
color:#cccccc;
font-family:Verdana;
font-size: 14px;
font-weight: normal;
}

#header {
	height: 85px;
}

a {
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.photo_title {
	text-align: left;
}
.photo_nav {
	text-align: right;
	vertical-align: middle;
}

.photo_nav a{
	text-decoration: none;
}

#menu {
	width: 700px;
	height: 22px;
	overflow: hidden;
}


#menu ul {
	list-style: none;
	margin: 0px;
	padding: 2px;
	float: left;
	position: relative;
}


#menu a, #menu h2 {
	font: 14px/18px verdana;
	margin: 0;
	width: 85px;
	display: block;
}

#first {
    border-right-color: #999999;
	border-right-style: solid;
	border-right-width: thin;
}

#last {
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: thin;
}


.regular {
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: thin;
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: thin;
}


#menu a {
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover {
	color: #FFFFFF;

}

#menu li {
	font-weight: normal;
	margin-left: 1px;
	margin-right: 1px;
	display: block;
	float: left;
}

#menu li.submenu {
	font-weight: normal;
	margin-left: 1px;
	margin-right: 1px;
	display: block;
	width: 105px;
}


#menu ul ul {
	position: absolute;
	z-index: 500;
}


div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;

}
