
body {
	font-size:62.5%;
	background: url(/main_bg.jpg) no-repeat top center;}
	
div.outerwrapper {
	width:64em;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;
	border-left:1px dotted #999;
	border-right:1px dotted #999;
	background:#fff;
	border-top:1px dotted #999;}
	
div.wrapper {
	width:60.7em;
	margin-right:auto;
	margin-bottom: 0;
	margin-left:auto;}
	
p ul li {
	color:#303030;}
	
a {
	color:#aacc00;
	text-decoration:none;}
	
a:hover {
	color:#aacc00;
	text-decoration:underline;}
	
.dropcap {	
	color: #aacc00;
	display: inline;
	font-family:baskerville, times, serif;
	font-style:italic;	
	float: left;
	font-size: 4.8em;
	line-height: 0.8em;
	text-transform: uppercase;
	margin-top: 0.07em;
	margin-right: 0.20em;
	margin-bottom: 0pt;
	margin-left: 0pt;}
	
/* Title
------------------------------*/
div.title {
	background: url(/title.png) no-repeat;
	margin-top:2em;
	margin-left:4em;
	display:block;
	width:46em;
	height:10.9em;}
	
div.title a {
	height:11em;
	width:100%;
	display:block;
	outline:none;}
	
/* Nav 
------------------------------*/
div.nav { 
	margin-top:3em;
	margin-right:auto;
	margin-bottom:0;
	margin-left:auto;}
	
div.nav ul {
	padding:0;
	margin:0;
	list-style-type:none;}	
	
div.nav li {
	float:left;
	width:15em;
	position:relative;
	background-color:#aacc00;}
	
div.nav a  {
	font-family: verdana, arial, sans-serif; 
	height:1.6em; 
	display:block; 
	padding-top:0.3em; 
	text-align:center; 
	font-size:1.5em;
	border-top:1px solid;
	border-bottom:1px solid;
	border-color:#000;
	background:url(/nav_bg2.png) bottom repeat-x;}
	
div.nav a:link {
	text-decoration:none; 
	color:#fff;}
	
div.nav a:visited {
	text-decoration:none; 
	color:#fff;}
		
div.nav a:hover {
	color: #aacc00; 
	text-decoration: none; 
	background-color: #fff;}
	
div.nav a.active {
	color: #fff; 
	text-decoration: none; 
	background:url(/nav_bg3.png) top repeat-x;}
	
#nav_home {
	border-left:1px solid;
	border-right:1px solid;
	border-color:#000;}
		
#nav_about {
	border-right:1px solid;
	border-color:#000;}
	
#nav_portfolio {
	border-right:1px solid;
	border-color:#000;}
	
#nav_contact {
	border-right:1px solid;
	border-color:#000;}
	
/* Content 
------------------------------*/
div.main {
	margin-top:6em;
	margin-left:1px;
	margin-right:1px;
	text-align:left;
	font-family: verdana, arial, sans-serif; 
	font-size:1.4em; 
	line-height: 150%;}
	
.main a {
	color:#303030;
	text-decoration:none;
	border-bottom:1px solid #aacc00;}
	
.main a:hover {
	color:#aacc00;
	text-decoration:none;
	border-bottom:1px dotted #aacc00;}

p.caption {
	font-family: verdana, arial, sans-serif;
	font-size:.7em;
	color:#999;
	line-height:100%; 
	text-align:right;
	float:right;}
		
div.highlighted {
	text-align:left;
	font-family: verdana, arial, sans-serif;
	font-size:1em; 
	font-variant:small-caps;
	border-top:1px dotted #999;
	border-bottom:1px dotted #d6d6d6;
	padding-top:.2em;
	padding-bottom:.4em;
	margin-right:auto;
	margin-bottom: 0;
	margin-left:auto;
	background:url(/hr_shade.png) top repeat-x;}
	
div.info {
	text-align:left;
	font-family:verdana, arial, sans-serif;
	font-size:.8em;
	border-bottom:1px dotted #d6d6d6;
	line-height:150%;
	background:url(/info_shade.png) top repeat-x;}
	
/* Images
------------------------------*/

							
/* Floats
------------------------------*/
.floatright {
	float:right;
	margin-left:2em;}

.floatleft {
	float:left;
	margin:1em 1em 0 0;}
	
/* Header
------------------------------*/	
.header {
	font-family: verdana, arial, sans-serif;
	color:#999;
	width:60.7em;
	border-bottom:1px dotted #d6d6d6;
	padding-top:.2em;
	padding-bottom:.4em;
	text-align:right;
	margin-right:auto;
	margin-bottom: 0;
	margin-left:auto;}
		
.header a {
	color: #aacc00;
	text-decoration: none;}
	
.header a:hover {
	color: #aacc00;
	text-decoration: underline;}
	
/* Footer
------------------------------*/
.footer {
	font-family: verdana, arial, sans-serif;
	color:#999;
	width:60.5em;
	border-top:1px dotted #999;
	border-bottom:1px dotted #d6d6d6;
	margin-top:2em;
	margin-right: auto;
	margin-bottom:2em;
	margin-left: auto;
	padding-top:.2em;
	padding-bottom:.4em;}
		
.footer a {
	color: #aacc00;
	text-decoration: none;}
	
.footer a:hover {
	color: #aacc00;
	text-decoration: underline;}
	
.footer .left, .footer .right {padding: 0 1.2em;}
