@charset "UTF-8";
/* CSS Document */

html { min-height: 100%; margin-bottom: 1px;  }

body
{
	background-color:#fff;
	margin: 0 auto;
}


/*** Index page ***/

#main
{
	width: 1024px;
	margin: 0 auto;

}

#content
{
	position:relative;
	float:left;
	left: 272px;
	width: 752px;
	height:604px;
	margin-top:20px;
	
}

#content p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:95%;
	font-style: normal;
	color: #333;
	vertical-align:top;
	line-height: 120%;
	text-align: left;
	margin-right:30px;
}

.head {
	font-family: Arial, Helvetica, sans-serif;
	font-size:150%;
	font-style: normal;
	font-weight: bold;
	color: #8fc641;
	vertical-align:top;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size:105%;
	font-style: italic;
	font-weight: normal;
	color: #333;
	padding-top:10px;
	vertical-align:top;
}

#copyright
{
	clear:both;
	bottom:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	font-weight: normal;
	color: #c3c3c3;
}

.downloadlink
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:95%;
	font-weight: normal;
	color: #333;
	border:0px;
	cursor:pointer;
	text-decoration:underline;
	

}

.downloadlink:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:95%;
	font-weight: normal;
	color: #8fc641;
	border:0px;
	cursor:pointer;
	text-decoration:underline;

}


/*** GALLERY ***/

.gallerythumbs
{
	position:relative;
	float:right;
	width: 240px;
	margin-top:68px;
	margin-right:20px;
	text-align:right;
	vertical-align:top;

	
}

.thumbs
{
	min-width:80px;
	max-width:80px;	
	min-height:80px;
	max-height:80px;
	border:0px;
	padding: 5px;
}

.gallerynav
{
position:relative;
float:left;
left:50px;
width:200px;
margin-top:20px;
padding:0px;
}

.mainphoto
{

vertical-align:top;
text-align:center;

}

#gallerycontent
{
	position:relative;
	float:left;
	margin-top:20px;
	width:500px;
	left:70px;

}

#gallerycontent p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:95%;
	font-style: normal;
	color: #333;
	vertical-align:top;
	line-height: 120%;
}









/*** Navigation Menu ***/



#Table_01 {
	position:relative;
	left:0px;
	top:0px;
	width:1024px;
	height:164px;
}

#ts-menu_ {
	position:absolute;
	left:0px;
	top:0px;
	width:270px;
	height:164px;
}

#ts-menu002_ {
	position:absolute;
	left:270px;
	top:0px;
	width:575px;
	height:85px;
}

#ts-menu003_ {
	position:absolute;
	left:845px;
	top:0px;
	width:179px;
	height:164px;
}

#ts-menu004_ {
	position:absolute;
	left:270px;
	top:85px;
	width:75px;
	height:35px;
}

#ts-menu006_ {
	position:absolute;
	left:345px;
	top:85px;
	width:20px;
	height:35px;
}

#ts-menu007_ {
	position:absolute;
	left:365px;
	top:85px;
	width:80px;
	height:35px;
}

#ts-menu009_ {
	position:absolute;
	left:445px;
	top:85px;
	width:15px;
	height:35px;
}

#ts-menu010_ {
	position:absolute;
	left:460px;
	top:85px;
	width:90px;
	height:35px;
}

#ts-menu012_ {
	position:absolute;
	left:550px;
	top:85px;
	width:20px;
	height:35px;
}

#ts-menu013_ {
	position:absolute;
	left:570px;
	top:85px;
	width:75px;
	height:35px;
}

#ts-menu015_ {
	position:absolute;
	left:645px;
	top:85px;
	width:25px;
	height:35px;
}

#ts-menu016_ {
	position:absolute;
	left:670px;
	top:85px;
	width:55px;
	height:35px;
}

#ts-menu018_ {
	position:absolute;
	left:725px;
	top:85px;
	width:20px;
	height:35px;
}

#ts-menu019_ {
	position:absolute;
	left:745px;
	top:85px;
	width:100px;
	height:35px;
}

#ts-menu021_ {
	position:absolute;
	left:270px;
	top:120px;
	width:575px;
	height:44px;
}



.homepicframes
{
border:0px;
vertical-align:bottom;
width:722px;
height:215px;
}






/***  GUESTBOOK ***/


div.comments
{
	margin: 0 auto;
	width: 800px;
	background-color:#333;
}

div.commentsContainer
{
	position: relative;
	width: 770px;
	top: 0px;
	background-color:#FFF;
	}

div.commentBlock
{
position:relative;
background-color:#FFF;
font-family:Arial, Helvetica, sans-serif;
font-size:100%;
color:#333	;
width:534px;
margin:0 auto;
padding:7px;
border-top:3px #366BB1 solid;
border-left:1px #366BB1 solid;
border-bottom:1px #366BB1 solid;
border-right:1px #366BB1 solid;
}


div.commentFields
{
	width:550px;
	height:250px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

input
{
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
margin-left:100px;
color:#333;
}

label
{
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
margin-left:100px;
color:#333;
}

textarea
{
font-family:Arial, Helvetica, sans-serif;
font-size:90%;
margin-left:100px;
color:#333;
}

#submit
{
	background-color:#8fc641;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-color: #c5c5c5;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #c5c5c5;
}


/*** End GUESTBOOK ***/