/**
 **********************************
 * HTML Elements
 **********************************
 */
BODY
{
	font: 62.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #3a4247 url(images/background.gif) repeat-y top left;
	text-align: center;
	margin: 0 0;
}

A
{
	color: #CCF0C1;
	text-decoration: none;
	border-bottom: 2px solid #E9F9E5;
}

A:HOVER
{
	color: #657860;
	text-decoration: none;
	border-bottom: 2px solid #DDF5D6;
	background-color: #CCF0C1;
}

/**
 **********************************
 * ID Containers
 **********************************
 */
#container
{
	width: 925px;
	margin: 40px 217px;
	text-align: left;
}

#leftcol
{
	text-align: right;
	width: 240px;
	float: left;
	clear: left;
}

#divider
{
	position: relative;
	float: left;
	width: 198px;
	left: 93px;
}

#rightcol
{
	width: 600px;
	float: right;
}

#logo
{
	margin: auto auto auto -130px;
	text-align: right;
}

/**
 **********************************
 * Navigation
 **********************************
 */
#nav
{
	padding-right: 0px;
	margin-right: -6px;
}
 
 #nav ul
 {
 	list-style: none;
	margin-left: 0;
	padding-left: 0;
 }
 
 #nav ul li
 {
 	padding-left: 0;
	margin-left: 0;
	padding-bottom: 10px;
 }

#nav a
{
	padding: 15px 10px 8px 10px;
	text-decoration: none;
	border: none;
} 

#nav a:hover
{
	border: none;
	padding: 15px 10px 8px 10px;
	background-color: #3a4247;
	text-decoration: none;
	border-top: 1px solid #4f585e;
	border-bottom: 1px solid #4f585e;
	border-left: 1px solid #4f585e;	
}


 .nav_head
 {
 	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	text-decoration: none;
	font-variant: small-caps;
 }
 
 .nav_tag
 {
	color: #C2DEF1;
	padding-right: 10px;
 }


/**
 **********************************
 * Headers
 **********************************
 */ 
 h1
 {
 	color: #444C52;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	letter-spacing: -2px;
	font-size: 7em;
	margin-top: 0px;
	margin-bottom: 0px;
 }
 
 h2
 {
 	color: #CCF0C1;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 2.5em;
	background: url(images/post.gif) no-repeat top right;
 }
 
 .content
 {
	padding: 0 0 5px 0;
 	border-bottom: 1px dotted #9AA3A8;
	color: #91A6B4;
 }
 
 .foot
 {
 	text-align: right;
	text-transform: capitalize;
	font-size: 0.9em;
	color: #FFE7CD;
 }
 
 #copyright
 {
 	padding-top: 100px;
	color: #C2DEF1;
 }

 
/**
 **********************************
 * Misc. Things
 **********************************
 */
.clear 
{
	clear: both; 
	height: 1px; 
	line-height: 1px;
	padding: 0; 
	margin: 0;
}



