@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:url(../images/page-bg.png) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	color:#898989;
}
#header{
	background:url(../images/header-bg.png) no-repeat left bottom;
}
#header img{
	margin:40px 0px 0px 187px;
}
#masthead{
	height:315px;		
}

#sidebar{
	padding-bottom:50px;
	background:url(../images/sidebar-bg.png) no-repeat top center;
}
.sidebar-ad{
	margin-top:40px;	
}
#main-content{
	padding-top:15px;
	padding-bottom:350px;
	background:url(../images/main-content-bttm-bg.jpg) no-repeat right bottom;
}
.links-container{
	margin:10px 20px 15px 20px;
	border:#d1d1d1 2px solid;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}
.contact-container{
	padding:0px 10px 10px 10px;
	text-align:right;
}
#footer{
	padding:25px 0px;
	text-align:center;
	background-color:#6f150e;
	border-top:#a95226 3px solid;
	color:#a95226;
}
#masthead object{
	outline: none;
}
#gallery-container{
	text-align:center;	
}
#footer em{
	color:#fff;
}
p{
	line-height:20px;
}
p strong{
	color:#666;	
	font-family:Georgia, "Times New Roman", Times, serif;
}
p.resume-duties{
	padding: 0px 20px 20px 0px;
	border-bottom:#ccc 1px dashed;
}
h1, h2{
	margin-bottom:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6f150e;
}
#main-content ul{
	margin:0px 20px 30px 10px;
	list-style-type:circle;
}
#main-content ul li{
	padding:8px 0px 8px 0px;
	border-bottom:#d1d1d1 1px dotted;
}
#main-content .links-container ul{
	margin:5px;
	padding:10px;
	background-color:#efefef;
	list-style-type:none;
}
#main-content .links-container ul li{
	margin:inherit;
	padding:8px 0px 8px 5px;
	border-bottom:#d1d1d1 1px dotted;
}
#main-content ul#ul-contact{
	list-style-type:none;
}
#main-content ul#ul-contact li{
	padding:4px 0px 4px 15px;
	background-image:none;
	border-bottom:none;
}
#main-content dl.gallery{
	border: 1px dotted #d1d1d1;
	background-color: #efefef;
	width: 170px;
	text-align: center;
	padding: 10px;
	float: left;
	margin-right: 1em;
}
#main-content .gallery dt img{
	border: 1px solid #666;
	width: 100px;
	height: 100px;
}
#main-content .gallery dd{
	margin: 0;
	padding: 0;
}
#main-content dl.gallery-wide{
	border: 1px dotted #d1d1d1;
	background-color: #efefef;
	width: 580px;
	text-align: left;
	padding: 10px;
	float: left;
	margin-right: 1em;
}
#main-content .gallery-wide dt img{
	border: 1px solid #666;
	float:left;
	margin:10px;
	width: 100px;
	height: 100px;
}

a:link, a:visited{
	text-decoration:none;
	color:#900;
}
a:hover, a:active{
	text-decoration:underline;
	color:#900;
}
#footer a:link, #footer a:visited{
	text-decoration:none;
	color:#a95226;
}
#footer a:hover, #footer a:active{
	text-decoration:underline;
	color:#a95226;
}
#footer em a:link, #footer em a:visited{
	text-decoration:none;
	color:#fff;
}
#footer em a:hover, #footer em a:active{
	text-decoration:underline;
	color:#fff;
}
