body {
	margin: auto;
	font-family: Veranda, sans-serif;
	font-size: 14px;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	background-color: #BBAAAA;
	color:#202020;		
}

a:link {color: #222222;}

a:visited {color: #222222;}

a:hover {color: #222222; text-decoration: none;}

.hide {
}

a.hide:link    {text-decoration: none; color: #222222;}
a.hide:visited {text-decoration: none; color: #222222;}
a.hide:hover   {text-decoration: underline; color: #2D3B13;}
a.hide:active  {text-decoration: none; color: #2D3B13}

.screen_wrapper {
	width: 940px !important;
	margin: 20px auto;	
}

.page_wrapper {	
	width:940px !important;	  	
	background-color: #FFFFFF;
	background-image: url(images/content.png);
	background-repeat: repeat-y;
}

.header_wrapper {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FAF8EC;
	top: 0;
	left: 0;
	height:94px;
	width: 940px;	
	background-repeat: no-repeat;
	background-position: left top;	
}

.header {
	text-align: left;	
	overflow: hidden;
	width: 910px;
	font-family: Georgia, times, serif;
	font-size: 28px;
	font-weight: normal;
	font-variant: normal;
	padding: 15px 15px 0px 15px;	
	height: 64px;	
	color: #613810;
}

.image {
	float:right;
	display:inline;
	width: 785px;
	height: 246px;
	background-image: url(images/image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.navbar {	
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	float: left;	
	width: 155px;
	height: auto !important;
	text-align: center;
	text-transform: uppercase;	
	font-weight: bold;
	font-size: 10px;		
}

.navbar ul {		
	height:auto !important;
	list-style-type: none;	
	margin: 0px;
	padding: 0px;
	padding-bottom: 30px;	
}

.navbar ul:after {
	content: ".";   
	visibility: hidden;
	height: 0px;
	font-size: 1px;
	clear: both;		
}

.navbar ul li {	
	height: auto;
	margin: 0px;	
	padding: 0px 0px 1px;	 
}

.navbar ul li a {	
	padding: 11px 3px 10px 3px;	
	text-decoration: none;		
	display: block;	
	min-height: 13px;
	height:auto !important;
	height: 13px;		
	background-image: url(images/button_normal.png);
	background-repeat: repeat-y;
	color: #FAF8EC;
}

.navbar ul li a:visited {		
	text-decoration: none;		
	display: block;	
	color: #FAF8EC;
}

.navbar ul li a:hover {	
	text-decoration: none;	
	display: block;
	background-image:url(images/button_active.png);
	background-repeat: repeat-y;
	color: #FAF8EC;
}

.subhead {	
	padding: 5px 10px 5px 27px;
	text-align: left;
	font-size: 19px;
	font-weight: normal;
	font-family: Georgia, times, serif;	
	width: 748px;
	display: block;
	background-image: url(images/subhead.png);
	background-repeat: no-repeat;
	float: right;
	background-color: #ECEADD;
	color: #603910;	
}

.content {
	float: right;
	display: inline;
	width: 760px;	
	padding-top: 15px;
	padding-bottom: 30px;
	margin-right: 5px;
}

.content img {
}

div#content1 {
	width: 93%;
	padding: 5px 10px;
	overflow: auto;
	position: relative;
}

.footer {	   
	font-family: Arial, Verdana, Helvetica, sans-serif;	
	clear: both;
	text-align: center;
	min-height: 15px;
	height:auto !important;
	height: 15px;
	padding: 10px 10px;
	font-size: 11px;	
	background-image: url(images/footer.png);
	background-repeat: repeat-y;	
	color: #FAF8EC;
}


.secthead {
	font-size: 15px;
	font-weight: bold;
	color: black;
}

.company {
	text-align: left;
	font-size: 14px;
	color: black;
}

.years {
	text-align: right;
	font-size: 14px;
	color: black;
}
	
.jobtitle {
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: black;
}

.blog-title {
	font-size: 16px; 
	font-weight: bold; 
	color: #546030;
}

.blog-date {
	font-size: 14px;
	color: gray;
}

.blog-author {
	font-size: 14px;
	color: #636600;
}
