body {
	background-color: #ffffff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Georgia;
	font-size: 14px;
	font-weight: normal;
	height: 100%;
	margin-top: 0px;

}

div#toptrim {
	background-color: #cce780;
	width: 100%;
	height: 35px;
}

div#container {
	width: 850px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: -35px;
	height: 400px;
}

div#header {
	background-color: #99cc44;
	height: 35px;
	width: 100%;
	
}

.hleft {
	float: left;
	position: relative;
	left: -5px;
}

.hright {
	float: right;
	position: relative;
	left: 5px;
}

div#logo {
	width: 100%;
	height: 65px;	
}

div#logo img {
	float: left;
	margin-top: 30px;	
}

div#menu {
	background-color: #ffffff;
	width: 100%;
	height: 30px;
	margin-top: 10px;
		
}

div#menu ul  {			
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	margin-bottom: 0px;
	background-color: #fbc177;
}

div#menu ul li {
	float: left;
	border-style: solid;
	border-right-width: 4px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-color: #ffffff;
	padding: 0px;
	width: 118px;
	
}

div#menu ul li a {
	display: block;
	line-height: 30px;
	text-decoration: none;
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-align: center;

}

div#menu ul li  a:hover, .selected a {
	color: #ffffff;
	background-color: #f7971c;
}

.menuleft, .menuleft a:hover {
	background: url(images/menuleft.png) top left no-repeat;
}

.menuright, .menuright a:hover {
	background: url(images/menuright.png) top right no-repeat;

}

div#sectionhead {

	width: 100%;
	margin-top: 4px;
}

div#contentcontainer {
	width: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}

div#contentleft {
	width: 145px;
	background-color: #ffffff;
	float: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 20px;
	text-align: left;
}

div#contentleft ul {
	list-style: none;
	padding: 0px;
	margin-top: -10px;
	margin-left: 0px;

}

div#contentleft ul li {
	list-style: none;
	padding: 0px;
	border-style: dotted;
	border-width: 0 0 1px 0;
	border-color: #9c9c9c;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 0px;
	
}

div#contentleft ul li a {
	text-decoration: none;
	color: #000000;
}

div#contentleft ul li a:hover {
	text-decoration: underline;
	color: #99cc44;
}


div#contentright {
	width: 665px;
	background-color: #ffffff;
	float: right;
	text-align: left;
	padding-right: 10px;
	line-height: 20px;
}


div#slide {
	width: 100%;
	height: 300px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	background-color: #ffffff;
	text-align: center;
	margin-bottom: 20px;
}

div#slide img {
	margin-top: 25px;
	
}

div#contentall {
	width: 830px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 20px;

}

#about #menuabout a,
#resume #menuresume a,
#projects #menuprojects a,
#webdesign #menuwebdesign a,
#photography #menuphotography a,
#contact #menucontact a {
	background-color: #f7971c;
	color: #ffffff;
}


#blog #menublog a {
	background: url(images/menuright.png) top right no-repeat;
	background-color: #f7971c;
	color: #ffffff;	
}

#about #menuabout a {
	background: url(images/menuleft.png) top left no-repeat;
	background-color: #f7971c;
	color: #ffffff;	
}


h2 {
	font-family: Georgia;
	font-size: 24px;
	font-weight: normal;
	color: #f7971c;
	margin-top: 0px;
}

h3 {
	font-family: Georgia;
	font-size: 17px;
	font-weight: normal;
	color: #000000;
	
}
h4 {
	font-family: Georgia;
	font-size: 14x;
	font-weight: normal;
	color: #000000;
	margin-bottom: 5px;
	
}

h5 {
	font-family: Georgia;
	font-size: 12x;
	font-weight: normal;
	color: #000000;
	margin-bottom: 5px;
	
}

a, a:visited {
	color: #f7971c;
}

input {
	width: 250px;
}

textarea {
	height: 150px;
	width: 500px;	
}

.right {
	float: right;
}

