html,
body { 
     margin: 0; 
     padding: 0; 
     text-align: center; 
	 background-image:url(images/Background.jpg);
	 background-repeat:repeat;
	 height:100%;
	 font-family:Tahoma, Geneva, sans-serif;
	 font-size: 14px;
	 color: #ffffff;	 
}

h2 {
    color: #8e9d3a;
}

h3 {
    color: #8e9d3a;
}

a {
    color: #ffffff;
}

ul.square {
    list-style-type: square;
}
 
#container { 
     width: 1200px; 
	 height: 100%;
     text-align:left;
     padding: 0;  
     margin: 0 auto; 
	 position: relative;
}

#header {
	width: 1200px;
	height: 300px;
	background-image:url(images/Header.jpg);
	background-repeat:no-repeat;
	font-size: 18px;
}

#content1_mid {
	width: 1100px; /* because padding left + right = 100    1200 - 100 = 1100*/
	background-image:url(images/Content1_Middle.jpg);
	background-repeat:repeat-y;
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: -20px;
	min-height: 289px;
}

#content1_mid.contact {
    line-height: 30px;
}

#content1_bottom {
	width: 1200px;
	height: 34px;
	background-image:url(images/Content1_Bottom.jpg);
	background-repeat:repeat-y;
}

#content_top {
	width: 1200px;
	height: 34px;
	background-image:url(images/Content2_Top.jpg);
	background-repeat: no-repeat;
}

#content {
	width: 1100px; /* because padding left + right = 100    1200 - 100 = 1100*/
	background-image:url(images/Conten2_Middle.jpg);
	background-repeat: repeat-y;
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
	margin-top: -2px;
	min-height: 289px;
}

#content_bottom {
	width: 1200px;
	height: 32px;
	background-image:url(images/Content2_Bottom.jpg);
	background-repeat: no-repeat;
}

#footer {
	width: 100%;
	height: 52px;
	background-image:url(images/Footer.jpg);
	background-repeat: no-repeat;
}

#header #contact {
	float: left;
	margin-right: 80px;
	margin-top: 40px;
	height: 30px;
	width: 1200px;
}

#header #navigation {
	float:left;
	margin-top: 160px;
	margin-left: 295px;
	height: 30px;
}

#header #contact a,
#header #contact span {
	text-decoration: none;
	color: #ffffff;
	float: right;
	margin-right: 80px;
}
#header #navigation li a,
#header #navigation li span {
	text-decoration: none;
	color: #ffffff;
}
#header #navigation li .active,
#header #contact .active {
    color: #8e9d3a;
}
#header #navigation ul {
	margin:0px;
	padding:0px;
}
#header #navigation li {
	display: inline;
	list-style-type: none;
}

#header #navigation .one {
	margin-right: 87px;
}
#header #navigation .two {
	margin-right: 83px;
}
#header #navigation .three {
	margin-right: 100px;
}
#header #navigation .for {
	margin-right: 120px;
}
#header #navigation .five {
}

#content1_mid #logo {
    width: 399px;
    height: 289px;
    margin-right: 30px;
    float: left;
}
#content1_mid #topcontent {
    width: 620px;
    float: left;
}

#content #left {
    width: 600px;
    float: left;
    margin-left: 40px;
    margin-right: 40px;
    /*border-right: 1px solid #8e9d3a;*/
}

#content #right {
    width: 349px;
    float: right;
    margin-right: 40px;
    padding-left: 30px;
    border-left: 1px solid #8e9d3a;
}

#content fieldset {
    display: block;
    border: none;
    margin: 0px;
    padding: 0px;
}
#content1_mid fieldset {
    display: block;
    border: none;
    margin: 0px;
    padding: 0px;
}
#content1_mid fieldset label.leading {
    width: 150px;
    float: left;
}
#content1_mid fieldset label.leading.large {
    width: 230px;
    float: left;
}
#content fieldset label {
    display: block;
    color: #8e9d3a;
}
#content fieldset input[type=text] {
    display: block;
    margin-bottom: 20px;
    width: 330px;
    height: 25px;
}
#content fieldset textarea {
    display: block;
    margin-bottom: 20px;
    width: 330px;
    height: 100px;
}
#content fieldset input[type=submit] {
    display: block;
    margin-bottom: 20px;
    height: 25px;
    float: right;
    margin-right: 12px;
    background-color: #8e9d3a;
    color: #ffffff;
    border: none;
}

#footer span {
    float: right;
    margin-top: 15px;
    margin-right: 80px;
}

.contact #content #left {
    line-height: 30px;
}

#content #imagegallery img {
    width: 185px;
    border: none;
    padding:2px;   
    border:1px solid #8e9d3a;
}

#content #imagegallery td {
    vertical-align: top;
}

#content .contactphoto {
    width: 300px;
    float: left;
    margin-top: -180px;
    margin-left: 200px;
    padding:2px;   
    border:1px solid #8e9d3a;
}
