/* @override http://necessarydesign.com/necessary.css */

/*
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(Links/bkgrd.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7F6A63;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
}

ul,li {
}

h1 {
	font-size: 21px;
	color: white;
}

h2 {
	font-size: 21px;
	color: #589aa4;
}


p, ul, ol {
	margin-top: 0;
	margin-bottom: 1.6em;
	line-height: 160%;
	font-size: 12px;
}

p {
}

blockquote {
	float: right;
	width: 160px;
	padding-top: 1.6em;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #492B21;
}

ul {
}

ol {
}

a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #589aa4;
}

a:hover {
	border: none;
	text-decoration: underline;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 953px;
	height: 208px;
	margin: 0 auto;
	background: url(Links/header.gif);
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	
	color: #513913;
}

#header a {
	border: none;
	text-decoration: none;
	color: #513913;
}

#header a:hover {
	color: #589aa4;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 140px 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	background: url(images/img03.gif) no-repeat left center;
	font-size: 18px;
	padding: 0 78px 0 8px;
}

#menu .first a {
	background: none;
}

/* Page */

#page {
	width: 953px;
	margin: 0 auto;
	height: 489px;
}

/* Content */

#content {
	float: right;
	width: 473px;
	height: 439px;
	background: url(Links/main_section.gif) no-repeat;
	padding: 25px;
	clear: right;
	margin-right: 40px;

}

#recent {
	float: left;
	margin-right: 25px;
	border-style: none;
	margin-top: 44px;
}

#project {
	color: #513913;
	font-size: 10px;
	text-align: left;
	margin-top: 84px;
	width: 205px;
	float: right;
}

#contact {
	color: #513913;
	font-size: 10px;
	text-align: left;
	margin-top: 110px;
	width: 205px;
	margin-left: 134px;
}

.vline {
	border-top: 2px dotted #CCCCCC;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 327px;
	padding-top: 0;
	padding-right: 15px;
	margin-left: 40px;
}

#blue_box {
	float: left;
	height: 255px;
	width: 277px;
	color: white;
	font-size: 10px;
	text-align: left;
	padding: 25px;
	background: url(Links/blue_bar.jpg) no-repeat;
}

#blue_box h1 {
	display:block;
	height: 25px;
	width: 277px;
	margin-top: 1px;
	margin-bottom: 8px;
}

#blue_box a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: white;
}

#blue_box img {
	float:left;
	height: 202px;
	border-style: solid;
	border-width: 2px;
	clear: left;
	margin-bottom: 15px;
	margin-top: 17px;
}

#blue_box ul {
	list-style-type: none;
}

#brown_box {
	float: left;
	height: 128px;
	width: 277px;
	color: white;
	font-size: 9px;
	text-align: left;
	padding: 25px;
	margin-top: 17px;
	_margin-top:-5px;
	background: url(Links/brown_bar.jpg) no-repeat;
	clear: left;
}

#brown_box h1 {
	display:block;
	height: 25px;
	width: 277px;
	margin-top: -5px;
}

#brown_box ul {
	float: left;
	width: 82px;
	_margin-left: 50px;
	list-style-position: outside;
	list-style-type: disc;
	opacity: 1;
}

#brown_box p {
	font-size: 12px;
	font-style: italic;
	line-height: 23px;
	text-align: center;
}

#brown_box img {
	float:left;
	height: 68px;
	border-style: solid;
	border-width: 2px;
	clear: left;
	margin-bottom: 15px;
}

#brown_box ul.first {
	margin-right: 11px;
	_margin-left: 20px;
	float: left;
}

#brown_box a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: white;
}


/* Footer */

#footer {
	clear: both;
	width: 953px;
	height: 208px;
	margin: 0 auto;
	padding-top: 50px;
	text-align: center;

	color: #589aa4;
	background: white url(Links/btm_swirl.gif) no-repeat;
}

#footer p {
	text-align: right;
	margin-right: 40px;
	font-size: 11px;
}


#footer a {
	border: none;
	
		font-size: 11px;
}