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

html, body {
	margin:0;
	padding:0;
	height:100%;
}
body, h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, li, dd, dl, fieldset, address, legend, td, th, table, code, div {
	margin: 0;
	padding: 0;
}
h1 {
	font-size:32px;
}
h2 {
	font-size:24px;
}
h3 {
	font-size:16px;
}
h4 {
	padding-top:10px;
}
.twoColFixLt #sidebar1 p {
	padding:5px;
	padding-left:10px;
}
.twoColFixLt #mainContent p {
	padding:5px;
	line-height:24px;
	padding-left:0px;
}
body {
	background-image:url(../images/bg.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#060;
}
a img {
	border:none;
}
img {
	border:none;
}
hr {
	background-color:#000;
	height: 5px;
	margin:0px 0px 10px 0px;
}
a {
	color:#03F;
}
ul {
	padding-left:15px;
	line-height:20px;
}
/* --------------- wrapper -------------------*/

.twoColFixLt #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin:0;
	padding:0;
	margin-top:10px;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px 10px 15px 20px;
	
}
.twoColFixLt #mainContent {
	margin: 0 0 0 250px; 
	padding: 10px 40px 20px; 
	border-left:1px #A6D69E dashed;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
a#contact {
	float:left;
	margin-top:5px;
	padding-left:10px;
	color:#060;
	font-size:14px;
	width:100%;
	margin-bottom:40px;
}
a#gallery {
	float:left;
	margin-top:5px;
	padding-left:10px;
	color:#060;
	font-size:14px;
	width:100%;
}
a#home {
	float:left;
	margin-top:30px;
	padding-left:10px;
	color:#060;
	font-size:14px;
	width:100%;
}

input, textarea {
	border:1px solid #666;
}
