/* Tags */
h1, h2, h3, h4, h5, h6 {
	text-align: center;
	letter-spacing: normal;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	color:  #FFCC00;
}
h1 {
	font-size: 28px;
	color: #0033FF;
}
h2 {
	font-size: 22px;
}
p {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
ul, ol {
	text-align: left;
}
a {
	color: #0066FF;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
a.hlinks {
	color: #FFCC00;
	text-decoration: none;
}
a.hlinks:hover {
	color: #0066FF;
	text-decoration: underline;
}
hr {
	color: ffde16;
}

/* Main Layout */
body {
	background-color: #000000;
	text-align: center;
	color:  #FFCC00;
	padding: 5px;
}
/*
#body {
	width: 940px;
	text-align: center;
	overflow: hidden;
}
*/
.h {
	width: 0px;
	height: 0px;
	border-width: 0px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	display: none;
}
.container {
	float: left;
	clear: both;
	margin-top: 0px;
	padding-top: 0px;
	min-width: 1000px;
}
#maincontainer {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;

}
.content {
	background-image: url(media/wood04151365b.jpg);
	text-align: center;
	border-top-color: #FFCC00;
	border-left-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-right-color: #FFCC00;
/*	border-top-style: inset;
	border-left-style: inset;
	border-bottom-style: inset;
	border-right-style: inset;
*/	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;

	border-top-width: medium;
	border-left-width: medium;
	border-bottom-width: medium;
	border-right-width: medium;
	width: 98%;
}
#header {
	height: 210px;
	padding-top: 3px;
/*	padding-bottom: 15px; */
	overflow: hidden;
	border-bottom-width: 0px;
}
#navbar {
	background-color: #FFCC00;
	background-image: none;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-style: solid;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 35px;
}
#maincontent {
	border-top-width: 0px;
}
#footer {
}

/* Header */
#picHeaderLeft {
	float: left;
	margin-left: 15px;
	margin-bottom: 10px;
}
#picHeaderLeft2 {
	float: left;
	margin-top: 63px;
	margin-left: 52px;
}
#picHeaderRight {
	float: right;
}

div#navbar img {
	border: 0px;
}
/*
#navbartable {
	background-color: #FFBB44;
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	width: 125px;
}
#navbartable td{
	border-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
}
div#navbar a{
	color: #222222;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	font-family: Footlight MT Light, Copperplate gothic bold, Arial, Helvetica, sans-serif
}
div#navbar a:hover {
	color:  #000000;
	background-color: #FF9933;
	text-decoration: underline;
}
*/

/* Inner Content */
.innerContent {
}
.mainInnerContent {
}
/* Index page Content */
#indexContent {
	text-align: center;
	width: 95%;
	padding: 2em;
}
#indexPic {
	margin-right: 20px;
	margin-bottom: 20px;
	float: left;
}
/* works table */
table.works {
	text-align: center;
	display: inline;
	width: 100%;
}


/* Other */
.ClearFloatLeft {
	clear: left;
	float: left;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.alignLeft { text-align: left; }
.alignRight { text-align: right; }
.alignCenter { text-align: center; }
td.alignLeft {
	text-align: left;
	width: 40%;
}
td.alignRight {
	text-align: right;
	width: 35%;
}
.pic{
	border-color: #FFCC33;
	border-style: solid;
	border-width: medium;
}



/* Email Contact Form */
#contact {
	width: 95%;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
/*	float: left; */
}
label { text-align: right; }
.formtextarea {
	height: 150px;
	vertical-align: middle;
}
.contact td { padding: 5px; }



/* Contact Info */
#contactInfo {
	margin-top: 100px;
	margin-left: 80px;
}
.contactTable {
	width: 400px;
	display: inline-table;
}
.contactTableUnderline {
	border-bottom-color: #FFCC33;
	border-bottom-style: solid;
}

