/*  this template was created by Dustin Washburn for the express use of Perfect Panes   */


body {
	margin: 0 auto;
	padding: 0;
	background: #3333CC url(images/bg.gif) top center repeat-y;
	font: 76% Arial,sans-serif;
}



#tabs {
	/*background: #D22828 top center;
	border-bottom: solid 2px #000000; */
	width: 990px;
	margin: 0 auto;
	line-height: 1.5em;
}


#tabs a {
color: #000000;
text-decoration: none;
}


#tabs a:hover {
text-decoration: underline;
}


#content {
	margin: auto;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	line-height: 1.6em;
	text-align: left;
	width: 970px;
	padding: 0px 10px 0px 10px;
	background-color: #FFFFFF;
}


#content h2 {
font-size: 1.5em;
margin: 0 0 0.5em 0;
}


#content img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}


#page {
	background: #ffffff;
	color: #000000;
	margin: 10px 0 0 0px;
	width: 600px;
	float: right;
}


#fullcontent {
	background: #ffffff;
	color: #000000;
	margin: 10px 0 0 0px;
	width: 750px;
}


#menu {
	width: 200px;
	margin: 0px 0px 0px 0px;
	float: right;
	
}


#header {
	width: 680px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;

}


#bio {
	border: 1px solid black;
	width: 150px;
}


#message {
	padding: 2px;
	width: 550px;
}

#seasonal {
	margin: 0 0 0 0;
	padding: 2px;
	width: 300px;
	border: solid 2px #003300;
}


#testimonials {
	margin: 0 0 0 0;
	padding: 2px;
	width: 445px;
	border-left: solid 1px #336633;
	float: right;
}


#footer {
	margin: 0 auto;
	width: 990px;
	color: #000000;
	background: #FFFF33 top center;
	line-height: 1.5em;
	border-top: solid 1px #000000;
	padding: 2px;
	border-top: solid 2px #000000;
}

#footer a {
color: #000000;
text-decoration: none;
}


#footer a:hover {
text-decoration: underline;
}


h3 {
font-size: 1.3em;
margin: 0 0 10px 0;
}

a {
text-decoration: none;
color: #286ea0;
}

a:hover {
text-decoration: underline;
color: #286ea0;
}

a img {
border: 0;
}





.left {
margin: 10px 10px 5px 0;
float: left;
}

.right {
margin: 10px 0 5px 10px;
float: right;
}

.textright {
text-align: right;
}

.center {
text-align: center;
}

.small {
font-size: 0.8em;
}

.bold {
font-weight: bold;
}

.hide {
display: none;
}
