table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
	margin:0px;
	padding:0px;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
q:before, q:after {
	content:'';
}
a {
	outline: none;
}
a:hover {
	text-decoration: none;
}
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	background-color: #fff3d8;
	text-align: left;
}
ul {
	list-style:none;
}
input {
	font-size:11px;
	border: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
	margin: 0 auto;
	text-align:left;
	width:760px;
	top: 0;
}

#main_content {
	background-repeat:no-repeat;
	text-align:left;
	width:760px;
	height: 100%;
	display:block;
	padding-left: 11px;
	margin-left: -11px;
}

#content{
	background-color:#eeecdb;
	border-color:#417497;
	border-style: solid;
	border-width:11px 0px 0px 11px;
	width: 735px;
	height:100%;
	padding: 7px;	
}

#header{
	margin-top: 18px;
	height:44px;
	background-image: url('../images/head_bg.gif');
	background-repeat: repeat-x; 
	background-position: top;
	width: 100%;
}

#banner{
 height:151px;
 width: 100%;
 margin-top: 2px;
}
#banner img{
	margin-right:2px;
}
#menu {
	background-repeat:no-repeat;
	width: 760px;
	display:block;
	float: right;
	text-align:right;
	height: 14px;
	margin-top:1px;
	margin-bottom: 1px;
}
#menu a{
	color:#417497;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
}
#menu a:hover{
	color:#5998c3;
}
#menu img{
	margin-right: 18px;
	height: 14px;
}
#footer {
	height: 30px;
	z-index: 10;
	clear:both;
	border-color:#76a64b;
	border-style: solid;
	border-width:11px 0px 0px 0px;
	text-align:right;
	color:#76a64b;
}

#footer ul{
}

#footer li{
	width: 760px;
}

h3 {
	color:#417497;
	font-size:12px;
	padding-bottom:3px;
}

p {
padding-bottom:10px;

}

div.clear {
	clear: both;
}

a{
	color:#6e8b15;
	font-size:10px;
}

#middle{
    display:table-cell;
vertical-align:middle;
}

/*////////////////////////////////////////
//////////////////////////////////////////
/////                                /////
/////          contact.php           /////
/////                                /////
//////////////////////////////////////////
////////////////////////////////////////*/

.contact{
text-align:right;

}

.contact td{
	padding:2px;
	color:#417497;
}

.contact input, .contact select, .contact textarea{
	width: 170px;
	background-color:#fffbf3;
	border:0px none;
	color:#417497;
	font-size:11px;
}

/*////////////////////////////////////////
//////////////////////////////////////////
/////                                /////
/////          gallery.php           /////
/////                                /////
//////////////////////////////////////////
////////////////////////////////////////*/
.gallery {
	list-style: none;
	text-align:center;
}
.gallery li {
	float: left;
	padding-right: 13px;
	padding-top: 13px;
}