/**
 **********************************
 * HTML Elements
 **********************************
 */
BODY
{
	font: 72.5% 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #3a4247 url(images/background1.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
{
    text-decoration: none;	
	text-align: left;
}

#leftcol
{
	text-align: right;
	
	float: left;
	clear: left;
}

#divider
{
	position: relative;
	float: left;
	text-decoration: none;
	}

#rightcol
{
	
	float: right;
}

#logo
{
	text-align: right;
}

/**
 **********************************
 * Navigation
 **********************************
 */
#nav
{
	padding-right: 45px;
	margin-right: 0px;
}
 
 #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: 2px 10px 2px 5px;
	text-decoration: none;
	border: none;
} 

#nav a:hover
{
	border: none;
	padding: 2px 10px 2px 5px;
	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: 5em;
	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;
 }

 h3
 {
        color: #CCF0C1;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bolder;
        font-size: 1.5em;
        background: url(images/post.gif) no-repeat top right;
 }
 
 .content
 {
	padding: 0 0 5px 0;
 	border-bottom: 1px dotted #9AA3A8;
	color: #91A6B4;
        text-decoration: none;
 }
 
 .foot
 {
 	text-align: right;
	text-transform: capitalize;
	font-size: 10px;
	color: #FFE7CD;
 }
 
 #copyright
 {
 	padding-top: 100px;
        padding-right: 49px;
	color: #C2DEF1;
 }

 

.clear 
{
	clear: both; 
	height: 1px; 
	line-height: 1px;
	padding: 0; 
	margin: 0;
}

.texta { 
 font-size: 11px; 
 background-color: #FFFFFF; 
 border: 1px solid #CCCCCC; 
}

.textaa { 
 font-size: 10px;
 color: #333333; 
 border: none; 
}

.input {
font-family:  Verdana, Arial, Sans-Serif;
height: 17px;
border-bottom: #FFFFFF 1px solid;
border-left: #FFFFFF 1px solid;
border-right:#FFFFFF 1px solid;
border-top: #FFFFFF 1px solid;
color: #ffffff;
font-size: 8pt;
padding-left: 1px;
background-color: #3E3E40;
face-color: #333333;
shadow-color: #333333;
3dlight-color: #333333;
}
