@charset "utf-8";
body  {
	padding: 0;
	text-align: center;
	color: #000000;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #fff;
	background-image: url(images/maincontentbackground.jpg);
	background-repeat: repeat-y;
	background-position: right center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: normal;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #369;
	text-decoration: none;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #369;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #369;
	text-decoration: underline;
}
a:active {

}
h1{
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 16px;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	color: #695e4a;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
#linkbox {
	margin-right: 20px;
	margin-bottom: 20px;
}


.twoColHybLt #container {
	width: 80%; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	height: 500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	line-height: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
} 
img {
	margin-right: auto;
	margin-left: auto;
}



.twoColHybLt #sidebar1 {
	float: left;
	width: 200px; /* top and bottom padding create visual space within this div  */
	background-color: #FFF;
	height: 480px;
	padding-right: 0;
	padding-left: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	margin-right: 20px;
	background-image: url(images/logo.png);
	padding-bottom: 20px;
	background-position: top;
	background-repeat: no-repeat;
}
.twoColHybLt #sidebar1 h3, .twoColHybLt #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}


.twoColHybLt #mainContent {
	margin: 0 20px 0 13em; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */


} 

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	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;
}
.nav {
	background-color: #CCC;
	height: 20px;
	width: 80%;
	clear: both;
	float: right;
}
.icons {
	height: 16px;
	text-align: center;
	padding-top: 470px;
	letter-spacing: 20em;
	width: auto;
}
#icon {
	margin-bottom: 20px;
	margin-right: 15px;
}
.work {
	height: auto;
	width: 520px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 0px;
	font-size: 12px;
	line-height: 13pt;
}

