/* CSS Document */
* {
padding: 0;
margin: 0;
}
body {
	margin:10px;
}
a:link {
	color: #613d34;
	text-decoration:none;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}
a:visited {
	color:#613d34;
	text-decoration: none;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	margin-right: 20px;
}
#container {
	width: 750px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: repeat-y;
	background-image: url(images/bg_container.gif);
}
#content {
	float:left;
	width:35%;
	margin-left: 50px;
}
#content p {
	margin-left: 20px;
	margin-top: 20px;
}
#sidebar {
	float:left;
	width:56% !important;
	width:49.9%;
	margin-right: 15px;
}
.shell {
	margin:0 auto;
	width:85%;
}
#masthead {
	background-color: #000000;
	height: 190px;
	width: 750px;
}
#nav {
	height: 115px;
	width: 750px;
	float: left;
}
#nav2 {
	margin-left: 90px;
}
#nav2 li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}
#nav2 a {
	display:block;
	float:left;
	text-decoration:none;
	color:#613d34;
	padding-top: 0;
	padding-right: 2em;
	padding-bottom: 0;
	padding-left: 2em;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 45px;
}
#nav2 a:hover {
	color:#006600;
}		
#nav2 li:first-child a {
}
body#home #t-home a {
	color:#613d34;
	font-weight: bold;
}
body#about #t-art a {
	color:#613d34;
	font-weight: bold;
}
body#articles #t-articles a {
	color:#613d34;
	font-weight: bold;
}
body#projects #t-projects a {
	color:#613d34;
	font-weight: bold;
}
body#contact #t-contact a {
	color:#613d34;
	font-weight: bold;
}
body#links #t-links a {
	color:#613d34;
	font-weight: bold;
}
.imageleft {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 10px;
}
.clearthis {
	clear: both;
}
.imageright {
	float: right;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 20px;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #afa698;
	margin-left: 70px;
	line-height: 120%;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content2 {
	float:left;
	width:100%;
}
.imagemiddle {
	float: left;
	margin-top: 10px;
	margin-left: 220px;
	margin-right: 0px;
	margin-bottom: 10px;
}
div#formcontainer {
	width:500px;
	margin-left:75px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#formcontainer h3 {margin:20px 0 0 10px; font-weight:bold; font-size:100%;} /* adjust top margin for your context */
div#formcontainer h4 {margin:0 0 5px 10px; font-weight:normal; font-size:100%;}
div#formcontainer form  {
} /* the top border is visually 1 px thicker because it touches the div.clearfix bordertop */
div#formcontainer div.clearfix {
	border: 1px solid #8e5f55;
	padding:10px 0px;
	vertical-align: top;
} /* adds the line above each section and provides vertical spacing */
div#formcontainer form label {
	width:120px;
	float:left;
	font-size:100%;
	color: #663300;
	margin:0 10px;
} /* this is the text label on the left of each input */
/*some extra styles for the checkbox and radio button sets*/	
div#formcontainer input[type="submit"] {display:block; margin-left:auto; margin-right:10px;}
div#formcontainer input[type="reset"] {display:block; margin-left:auto; margin-right:10px;}
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
#cont/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */
 {
	float:left;
	width:100%;
	background-color: #FFFFFF;
}
#cont  p {
	margin-left:75px;
	font-size: 14px;
}
#links {
	float:left;
	width:100%;
}
#links p {
	margin-left:150px;
}
.bold {
	font-weight: bold;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #633a0a;
	margin-right: 10px;
	line-height: 120%;
	margin-left: 20px;
	margin-top: -5px;
}
.green {
	color: #358223;
}
#masthead2 {
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	height: 230px;
	width: 750px;
}
#nav3 {
	margin-left: 67px;
	margin-top: 0px;
}
#nav3 li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}
#nav3 a {
	display:block;
	float:left;
	text-decoration:none;
	color:#663300;
	padding-top: 0;
	padding-right: 2.4em;
	padding-bottom: 0;
	padding-left: 2.4em;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 45px;
}
#nav3 a:hover {
	color:#006600;
	font-weight: bold;
}
#masthead3 ul {
	margin-left: 67px;
	margin-top: -5px;
}
#masthead3 li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;

}
#masthead3 a {
	display:block;
	float:left;
	text-decoration:none;
	color:#663300;
	padding-top: 0;
	padding-right: 2.4em;
	padding-bottom: 0;
	padding-left: 2.4em;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 45px;
}
#navmasthead3 a:hover {
	color:#006600;
	font-weight: bold;
}
#masthead2 img {
	margin-top: 95px;
}
#masthead3 {
	background-color: #e2e3e5;
	background-repeat: no-repeat;
	height: 230px;
	width: 750px;
	margin-bottom: 50px;
}
.imagerightind {
	float: right;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 0px;
}
.smallertext {
	font-size: 90%;
	line-height: 150%;
}
#contentarticles {
	width:610px;
	margin-left: 70px;
}
.white {
	color: #FFFFFF;
}
#contentarticles p {
	margin-left: 0px;
	margin-right: 0px;
}
.imgarticles {
	margin-left: 0px;
	margin-right: 15px;
}
#contentarticles h2 {
	margin-left: 70px;
	margin-right: 0px;
	margin-top: -20px;
}
.imgarticles2 {
	margin-left: 75px;
	margin-right: 15px;
}
.imgarticles3 {
	margin-left: -50px;
	margin-top: -50px;
	margin-bottom: 10px;
}
.imgarticles4 {
	margin-left: 140px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#links h2 {
	margin-left:150px;
}
.imageright2 {
	float: right;
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 145px;
	padding-top: 0px;
}
#cont h2 {
	margin-left:75px;
	font-size: 14px;
	color: #633a0a;
}
.imgcontact {
	margin-right: 175px;
	float: right;
}
#contentart {
	width:620px;
	margin-left: 70px;
}
#contentart h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #613d34;
	margin: 0px;
	font-weight: normal;
	font-size: 16px;
}
.imgart {
	margin-left: 25px;
	margin-right: 0px;
}
.imgart2 {
	margin-left: 35px;
	margin-right: 0px;
}
#footer2 p {
	color:#613d34;
	padding: 10px;
}
#footer2 {
	color:#613d34;
	width: 750px;
	padding-top: 3px;
	padding-right: 0;
	padding-left: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 75%;
	font-weight: normal;
	text-align: center;
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	background-image: url(images/bg_footer2.jpg);
}
#footer p {
	color:#613d34;
	padding: 10px;
	font-size: 80%;
}
#footer a:hover {
	text-decoration:underline;
}
#footer {
	color:#613d34;
	width: 750px;
	padding-top: 3px;
	padding-right: 0;
	padding-left: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: center;
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	background-image: url(images/bg_footer.gif);
}