/* 
copyright (c) 2005
www.evenaswespeak.com

made by:
www.lefthandedtoo.com
 */

/* Neutralize styling */
html, body {
	margin: 0;
	padding: 0;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background: #333 url(images/main-tile.gif) repeat-y top left;		
}
h1, h3, ul {
	margin: 0;
}
img {
	border: none;
}

/* IDs and Classes */
#wrapper {
	width: 700px;
	margin: 0;
	padding: 0;
	text-align: left;
	background: #fcfcf7 url(images/main-tile.gif) repeat-y top;			
}
#header {
 	height: 202px;
	background: #fcfcf7 url(images/mast-head.jpg) no-repeat top;
}
#header h1 {
	display: none;
}
#main-menu {
	height: 27px;
	position: absolute;
	top: 167px;
	left: 285px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#main-menu li {
	padding: 0 2px;
	display: inline;
}
#content {
	padding: 0;
	margin: 0;
}
#extra-bg {
	margin: 0;
	padding-top: 325px;
	background: transparent url(images/main-bg.gif) no-repeat top;
}
#content h3 {
	color: #3bb878;
	font: 24px/22px Georgia, Times, serif;
}
#side-column {
	position: absolute;
	top: 422px;
	left: 30px;
	width: 215px;
	margin: 0;
	padding: 0;
	list-style: none;
	padding-bottom: 40px;		
}
#side-column li {
	margin: 0;
	padding: 0 0 10px 0;
}
#side-column p {
	color: #999;
}
#main-column {
	position: absolute;
	top: 235px;
	left: 238px;
	width: 430px;
	margin: 0;
	padding: 0;
	padding-bottom: 40px;	
}
h3 {
	margin-top: 0px;
	margin-bottom: 6px;
}

p {
	margin: 0px;
	font-size: 11px;
	line-height: 20px;
}

#content a:link { 
	text-decoration: none; 
	color: #060;
}
	
#content a:visited { 
	text-decoration: none; 
	color: #096;
}

#content a:hover, a:active { 
	text-decoration: none; 
	color: #096;
	border-bottom: 2px dotted #ccc;
}

#main-menu a:link { 
	text-decoration: none; 
}
	
#content a:visited { 
	text-decoration: none; 
}

#main-menu a:hover, a:active { 
	text-decoration: none; 
	border-bottom: none;
}

.floated {
	float: right;
	padding-top: 2px;
	padding-left: 15px;
}
