body {
	background-color:#a6bf79; /*166 191 121 */
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 10px 10px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 950px;
}
a{
	font-size:12px;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	width:950px;
	height:288px;
	position:relative;
}
#header ul{
	background-color:#85a157;
	width:944px;
	border: 3px solid #FFFFFF;
	display:block;
	top:255px;
	position:absolute;
	margin: 0px 0px 0px 0px;
	height:22px;
	padding:5px 0px 0px 0px;
	text-align:center;
}
#header li{
	display:inline;	
}
#header ul a{
	text-decoration:none;
	color:#FFFFFF;
	margin: 0px 25px;
}
#header ul a:hover{
	text-decoration:underline;
	color:#28556b;
}
#logo_w1,#logo_w2, #header_text {
	font-size: 26px;
	font-weight: bold;
	color:#FFFFFF;
	position:absolute;
}

#logo_w1{
	top:110px;
	left:135px;
}
#logo_w2{
	top:145px;
	left:194px;
}
#header_text {
	top:190px;
	left:135px;
	font-size: 35px;
	width:500px;
	position:absolute;
}
#header_text p{
	font-size: 18px;
	color:#FFFFFF;
}
#header_text a{color:#28556b;}
#header_text a:hover{color:#c77e0c;}
/********************** Content ***************************/
#content {
	background-image:url(../images/content_bg.gif);
	background-repeat:repeat-y;
	width:950px;
}
h1{
	color:#000000;
	font-size:14px;
	margin: 20px 0px 20px 0px;
}

h2{
	color:#85a157;
	font-size:14px;
	margin: 10px 0px 15px 0px;
}

#right h2 
{
	width: 200px;
	text-align:center;	
}

#left {
	float:left;
	width:625px;
	margin-left:27px;
	padding: 0px 10px 10px 0px;
	display:inline;
}
#left a{color:#28556b;}
#left a:hover{color:#c77e0c;}
#photos a{
	margin-right:14px;
}
#photos div
{
	text-align: center;
}

#right {
	float:right;
	width:235px;
	padding: 0px 20px 20px 20px;
	margin-top:10px;
	border-left: #FFF 2px solid;

}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#85a157;
}

#contactInfo img{
	width: 30px;
	height: 30px;
	vertical-align: middle;
}

.photoText
{
/*	border-color: black;
	border-style: solid;
	border: 1px;*/
	width: 100%;
	font-size: 10px;
	text-align: center;
	vertical-align: text-top;
}

.commentText
{
	font-size: 10px;
	text-align: left;
	vertical-align: text-top;
}

.textBox
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.commentView td
{

	font-size: 11px;
	text-align: left;
	vertical-align: text-top;
}
/*.commentView td
{

	font-size: 11px;
	text-align: left;
	vertical-align: text-top;
}*/
.commentViewBig
{
	font-size: 12px;
	text-align: left;
	vertical-align: text-top;
}

.photoText img{
	max-width: 300px;
	max-height: 225px;
	vertical-align: middle;
}

.introImage a
{
	font-weight: bold;
	font-size: 14px;
}

.introImage td
{
	vertical-align: top;
}

.introImage img
{
	max-width: 100px;
	max-height: 75px;
	vertical-align: top;
	border: solid 2px white;
	margin-bottom: 5px;
}

.mainPage td
{
	padding-bottom: 15px;
}
.mainPage img
{
	max-width: 300px;
	max-height: 113px;
	vertical-align: top;
	border: solid 2px white;
	margin-bottom: 5px;
	margin-right: 10px;
}


.parText
{
	font-size:12px;
	text-align: center;
	padding-bottom: 10px;
}

.introButtonTextLeft, .introButtonTextRight, .introButtonTextCenter
{
	font-size:12px;
	padding-top: 20px;
	padding-bottom: 10px;
	vertical-align: middle;
}

.introButtonTextLeft
{
	text-align: left;
}
.introButtonTextRight
{
	text-align: right;
}

.introButtonTextCenter
{
	text-align: center;
}
/********************** Footer ***************************/
#footerline {
clear:both;
background-image:url(../images/footer_bg.gif);
background-repeat:no-repeat;
font-size:1px;
height:10px;
}
#footer {
	width:950px;
	text-align:center;
	padding: 5px 0px 0px 0px;
}



/***************************************************
			Button
****************************************************/
.button
{
	background: transparent url('../images/buttonLout.png') no-repeat scroll left top;
	margin: 0;
	padding-left: 3px;
	text-decoration: none;
	text-align: center;
	outline-style: none;
}
.button span
{
	background: transparent url('../images/buttonRout.png') no-repeat scroll right top;
	padding-right: 3px;
	font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	color: #333333;
}
.button:hover
{
	background: transparent url('../images/buttonLover.png') no-repeat scroll left top;
}
.button:hover span
{
	background: transparent url('../images/buttonRover.png') no-repeat scroll right top;
	color: #111111;
}
.button:active
{
	background: transparent url('../images/buttonLselect.png') no-repeat scroll left top;
}
.button:active span
{
	background: transparent url('../images/buttonRselect.png') no-repeat scroll right top;
	color: #FFFFFF;
}
.buttonPressed
{
	background: transparent url('../images/buttonLselect.png') no-repeat scroll left top;
	margin: 0;
	padding-left: 3px;
	text-decoration: none;
	text-align: center;
	outline-style: none;
}
.buttonPressed span
{
	background: transparent url('../images/buttonRselect.png') no-repeat scroll right top;
	padding-right: 3px;
	font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	color: #FFFFFF;
}
.buttonDisabled
{
	background: transparent url('../images/buttonLdisabl.png') no-repeat scroll left top;
	margin: 0;
	padding-left: 3px;
	text-decoration: none;
	text-align: center;
	outline-style: none;
}
.buttonDisabled span
{
	background: transparent url('../images/buttonRdisabl.png') no-repeat scroll right top;
	padding-right: 3px;
	font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif;
	font-size: 11px;
	color: #000000;
}