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

body {
	background-color:#4a3a29;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width: 900px;
	
}

#wrapper {
	background-color:#80725E;
	text-align: left;
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#topbox {
	background-color:#80725E;
	width:888px;
	height: 455px;
	border-width:6px;
	border-style:double;
	border-color:#D8D2BE;
	margin:0;
	padding:0;
}

#insidetopbox {
	background-color:#80725E;
	width:888px;
	height: 150px;
	border-width:6px;
	border-style:double;
	border-color:#D8D2BE;
	margin:0;
	padding:0;

}

#logobox {
	width:280px;
	height:200px;
	border:ridge;
	border-width:6px;
	padding:6px;
	border-color:#D2B48C;
	margin-left:24px;
	margin-right:24px;
	margin-top:15px;
	float:left;
}

#photobox {
	width:512px;
	height:412px;
	margin-right:10px;
	margin-top:15px;
	border-left:solid 6px #D2B48C;
	border-top: solid 6px #D2B48C;
	border-right: solid 6px #FDF5E6;
	border-bottom:solid 6px #FDF5E6;
	float:right;
}

#phonebox {
	width:280px;
	margin-left:0;
	margin-right:24px;
	margin-top:15px;
	float:left;
}

.phone {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FDF5E6;
	margin-top:.5em;
	font-size:large;
	font-weight:900;
	font-style:italic;	
}

#menubox {
	width:888px;
	height:60px;
	border-width:6px;
	border-style:double;
	border-color:#D8D2BE;
	margin:0;
	padding:0;
}

.menutxt {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FDF5E6;
	text-align:center;
	font-size:15px;
	line-height:1.5em;	
}

.menutxtlarge  {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FDF5E6;
	text-align:center;
	font-size:21px;
	line-height:1.5em;	
}


#visitbox {
	width:888px;
	height:30px;
	border-bottom:solid 2px #4a3a29;
	border-top:solid 2px #4a3a29;}
.visittext {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4a3a29;
	font-size:large;
	text-align:center;
	}
#visitbox a:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#D8D2BE;
	color:#4a3a29;
	font-size:large;
}

#visitbox a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#D8D2BE;
	color:#FFFF33;
	font-size:large;
}
	
#textarea {
	background-color:#D8D2BE;
	width:884;
	height:auto;
	padding:8px
}

.overline {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4a3a29;
	margin-top:.5em;
	font-size:x-large;
	font-weight:900;
}

.underline {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4a3a29;
	margin-top:.5em;
	font-size:large;
	font-weight:900;
	font-style:italic;
}

#leftbox {
	background-color:#FDF5E6;
	width:310px;
	height:auto;
	border:solid 3px #003300;
	float:left;
	margin-left:4px;
	margin-right:10px;
	padding:1em;
}

#hometext {
	background-color:#D8D2BE;
	width:450px;
	height:auto;
	float:left;
	margin-left:4px;
	margin-right:10px;
	padding:1em;
}

#lefttextbox {
	background-color:#D8D2BE;
	width:395px;
	height:auto;
	float:left;
	margin-left:4px;
	margin-right:10px;
	padding:1em;
	top: 1180px;
}
#righttextbox {
	background-color:#D8D2BE;
	width:395px;
	height:auto;
	float:right;
	margin-left:4px;
	margin-right:10px;
	padding:1em;
}
h1,h2,h3,h4,h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#003300;
	padding:0;
	margin:0;
	vertical-align:bottom;
	}

h1 {
	font-height:2.5em;
}

h2 {
	font-height:2em;
}

h2 {
	font-height:1.5em;
}

p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4a3a29;
	font-size:medium;
	font-style:normal;
	font-weight:normal;
	
}

.text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#4a3a29;
	font-size:medium;
	font-style:normal;
	font-weight:normal;
	
}


a:link {
	color: #FDF5E6;
	background-color:#80725E;
	
}
a:visited {
	color:#FFCC33;
	background-color:#80725E;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color:#66FF33;
	margin:0;
}	

#insideTextBlock {
	width:435px;
	height:384px;
	background-color:#d2b48c;
	float:left;
	border-top: solid 2px #4a3a29;
	border-bottom: solid 2px #4a3a29;
}
