body {
	background-color:#DEDEDE;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	padding:0;
	margin:0;
	background-image: url(../images/body_bg.png);
	color:#666666;
	line-height: 18px;
}

#page {
	width:800px;
	background:#FFFFFF;
	text-align:center;
	margin:auto;
}

#header {
	width:760px;
	height:90px;
	background-image:url(../images/top_bg.png);
	background-repeat:no-repeat;
	text-align:left;
	margin:auto;
	background-color: #000000;
}

#header_options {
	float:left;
	text-align:right;
	width:375px;
}

#search {
	display:none;
}
#search .text {
	border:1px solid #999999;
	font-size:0.8em;
	width:135px;
	height:25px;
	margin:0;
	padding:0;
}

#search form {
	margin:0;
	padding:0;	
}

#search .submit {
	border:1px solid #999999;
	color:#FFFFFF;
	font-size:0.8em;
	width:45px;
	height:25px;
	margin:0;
	padding:0;
}

#header_links {
	margin-top:5px;	
}

#header_links a{
	color:#999999;
	margin-right:10px;
}

#logo {
	display:block;
	float:left;
	padding:0;
	margin-left:10px;
	width: 370px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

img {
	border:0;
}

#menu {
	background-image:url(../images/menu_bg.png);
	height:25px;
	margin-left:20px;
	margin-right:20px;
	padding-left:5px;
	text-align:left;
	font-size: 13px;
	font-weight: bold;
	padding-top: 5px;
	background-repeat: repeat-x;
}

.menu ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	padding-top:5px;
}
	

.menu li {
	display:inline;
	margin-right:5px;
}

#menu li a {
	display:inline;
	text-decoration: none;
	color:#999900;
}

#menu li a:hover {
	color:#000000;
	text-decoration:none;
}

a {
	text-decoration: underline;
	color:#999900;
}
	
#content {
	width:750px;	
	text-align:left;
	margin:auto;
	margin-left:25px;
	margin-top:10px;
	_height:1%;
	overflow:auto;
	clear:both;
}

	
#content h1 {
	font-size:2em;
	color:#66CC66;
	font-family: Helvetica, Geneva, Arial, "Helvetica Neue", sans-serif;
	margin-bottom: 0.5em;
	font-weight: lighter;
	line-height: 1em;
}

	
#content h2 {
	font-size:1.5em;
	color:#999900;
	font-family: Helvetica, Geneva, Arial, "Helvetica Neue", sans-serif;
	font-weight: lighter;
	line-height: 1em;
}

hr {
	border:none;
	background-image:url(../images/hr_bg.png);
	background-repeat:repeat-x;
	height:2px;
	width:100%;
}


#content .left {
	float:left;	
	margin-right:40px;
	width:460px;
}
#content .right {
	float:left;	
	width:250px;
}
#footer {
	width:770px;
	height:55px;
	background-image:url(../images/footer_bg.png);
	background-repeat:repeat-x;
	text-align:left;
	margin-top:30px;
	color:#333300;
	padding-top:15px;
	padding-left:5px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}


#footer .menu ul {
	padding:0;
	margin:0;
}

#footer p {
	padding:0;
	margin:0;
	margin-top:5px;
}


#footer a {
	text-decoration: none;
	color:#333300;
}

#footer a:visited {
	text-decoration: none;
	color:#333333;
}

#footer a:hover {
	text-decoration: underline;
	color:#CCCCCC;
}
._right_img {
	padding-left: 10px;
	padding-bottom: 10px;
	display: inline;
	float: right;
}
#content .gallery {

	float:left;
	width:695px;
}


/******************************/
.form {
	background-color:#EFEFEF;
	padding: 5px;
}

h2.form {
	font-size:1.2em;
	margin:0.5em;
	padding-top:1em;
	border-bottom:1px solid #990000;
	
}
.form_control {
	padding:0.5em;
	margin: 0.5em;
}
.form_button_control {
	margin-left:140px;
}
.form_control label{
	font-weight:bold;
	display:inline;
	width:120px;
	padding-right:1em;
	float:left;
	position:relative;
	text-align:right;
	white-space:no-wrap;
}

.hint {
	font-size:0.8888em;
	color:#999999;
	margin-left:120px;
}

.focused {
	background-color:#99CC99;
}
