body {
	background-image: url(images_new/background_column.jpg);
	background-repeat: repeat-x;
	background-color: #4A4034;
	margin: 0;
	padding: 0;
}
#blogPosts, #projects, #photos {
	border-color: #FFCC33;
	border-width: 3px;
	border-style: dashed;
	float:left;
	height:420px;
	margin: 0 10px 20px 0 !important;
}

#blogPosts, #photos {
	width: 220px;
}

#projects {
	width: 282px;
}

#projects p, #blogPosts p {
	padding:0 14px;
	text-align:left;
	font-size: .96em;
}

 #blogPosts li {
 padding-top: .8em;
 margin:0;
 list-style:none;
 text-align:left;
 font-size: .94em;
 }
 
  #blogPosts ul {
 padding: .2em .4em .4em .8em;
 margin:0;
}

.projectPhoto {
  padding: 3px;
  border:1px solid #CCCCCC;
  }

.sectionTitle {
	background-color:#FFEDDD;
	padding: 5px 0;
}

#mid {
	background-image: url(images_new/midb.png);
	padding-left: 70px;
	padding-right: 40px;
	overflow: hidden;
	background-repeat: repeat-y;
}
#bottom {
	background-image: url(images_new/bottomb.png);
	height: 85px;
	overflow: hidden;
}
#topNav {
	background-image: url(images_new/top_main_2b.png);
	height: 19px;
	text-align: left;
	overflow: hidden;
}
#portfolio {
	background-image: url(images_new/top_main_3b.png);
	height: 196px;
	overflow: hidden;
	padding-left:200px;
}
#content {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
}
#top {
	height: 104px;
}
#topNav img {
	margin-right: 30px;
}
	

#topNav img.but1 {
  margin-left: 225px !important;
}

a:link {
	color: #600D00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;

}
#portfolio .thumb {
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-left: 2px;
}

#portfolio img.thumb:hover {
  border: 1px solid #999999;
}

#bottom {
	font-size: 12px;
}

