body {
	background-color:#38748e;
	background-image: url(../img/bkg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	background-attachment: fixed;

}
#head-holder {
	height: 250px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	display: block;
	z-index: 100;
}

.menu {
width:150px;
height:25px;
overflow:hidden;
display:block;
cursor:pointer;
margin-bottom:3px;
}
.photo-thumb-border {
	background-color:#FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	border: 1px solid #CCCCCC;
	margin:10px;
}

.menu-expanded {
min-height:50px;
overflow:auto;
display:block;
cursor:pointer;
}

#box-holder {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	min-height:400px;
	display: block;
	position: relative;
	visibility: visible;
}
#left-holder {
	width: 150px;
	margin-left: 20px;
	margin-right: 10px;
	min-height: 300px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	float: left;
	position: relative;
	overflow:hidden;

}

#left-holder a {
	width:140px;
	height:25px;
	display:block;
	color:#999999;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #999999;
	padding-left: 5px;
	text-decoration:none;
	margin-bottom: 3px;
	overflow:hidden;
	line-height: 25px;

}

#left-holder a:hover {
	width:140px;
	height:25px;
	display:block;
	color:#357A97;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #0999d7;
	padding-left: 5px;
	text-decoration:none;
	margin-bottom: 3px;

}
#main-holder {
	width: 600px;
	float: left;
	position: relative;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;



}

#box-top {
	background-image: url(../img/boxtop.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 410px;
	width: 800px;
}
#box-content {
	background-image: url(../img/boxcenter.png);
	background-repeat: repeat-y;
	background-position: center center;
	display: block;
	width: 800px;
	min-height:400px;
	overflow:auto;
}

#box-content a
{
color: #0999d7;
}

#box-content a:hover
{
color: #045375;
}


#box-base {
	background-image: url(../img/boxbase.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 22px;
	width: 800px;
}


#image-holder {
	background-color: #2494C4;
	height: 166px;
	width: 785px;
	position: relative;
	top: -180px;
	left: 8px;
	z-index: -10;
}

.options {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
	width:200px;
	text-align:center;
	height: 25px;
	display: block;
	color: #999999;
	padding:5px;
}

.std-form-cell {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	height: 20px;
	width: 200px;
	border: 1px solid #EBEBEB;
	color: #999999;
	padding:5px;
}

.std-form-deep-cell{
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	height: 200px;
	width: 200px;
	border: 1px solid #EBEBEB;
	color: #999999;
	padding:5px;
}

#footer {
	height: 35px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	position: relative;
	text-align: center;
	font-size: 80%;
	color: #999999;
}
#footer a {
	color: #999999;
	text-decoration:none;
}

#footer a:hover {
	color: #FFFFFF;
}

