body {
 text-align: center;
 margin-right: 0px;
 margin-bottom: 0px;
 margin-top: 0px;
 margin-left: 0px;
 background-color: #c0c9c8;
}

* {
 scrollbar-arrow-color: #b2bebe;
 scrollbar-track-color: #c0c9c8;
 scrollbar-face-color: #b2bebe;
 scrollbar-highlight-color: #b2bebe;
 scrollbar-3dlight-color: #b2bebe;
 scrollbar-darkshadow-color: #b2bebe;
 scrollbar-shadow-color: #b2bebe;
}

.nav {
	border-top: 4px solid #b2bebe;
	border-bottom: 4px solid #b2bebe;
	color: #000000;
	background-color: #b2bebe;
	line-height: 13px;
	text-transform: uppercase;
	font-family: century gothic;
	display: block;
	text-decoration : none; 
	text-align: center;
	letter-spacing: 8px;
} 

.nav:hover {
	border-top: 4px solid #6c7a7a;
	border-bottom: 4px solid  #829090;
	color: #ffffff;
	background-color: #6c7a7a;
	text-transform: uppercase;
	display: block;
	text-decoration : none; 
	cursor: crosshair;
}

#content { 
	width: 500px;
	color: #778787;
	font-size: 11px; 
	margin: 0px auto;
	padding: 0px; 
	line-height: 155%;
	font-family: arial;
	text-align: center;
	padding-top: 105px;
	background-color: #e0e0e0;
	background-image: url(head.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#footer {
	width: 100%;
	color: #778787;
	line-height: 16px;
	font-size: 10px;
	font-family: Trebuchet MS;
	margin: 0px auto;
	text-align: center;
}

input, textarea, select { 
 background-color: #c0c9c8;
 font-size: 10px;
 font-family: verdana,helvetica,Times New Roman,arial narrow;
 color: #455353; 
 border: 1px solid #c0c9c8;
}

p {margin-right: 10px; margin-bottom: 14px; margin-top: 6px; margin-left: 10px; text-align: justify;}

.left {
	float: left;
	width: 195px;
	padding: 10px; 
	background-color: #c5cdcd;
	margin: 6px 10px 0px 10px;
	text-align: left;
	color: #566161;
}

.code {line-height: 10px; margin-right: 3px; margin-bottom: 3px; margin-top: 3px; margin-left: 3px;}
.center {text-align: center;}
i {font-family: Georgia; color: #000000;}
em {font-family: Georgia; color: #3d5555;}
b {font-weight: normal; font-family: century gothic; text-transform: uppercase; color: #3e3e3e;}
h1 {
	font-family: century gothic;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	color: #5b6468;
	letter-spacing: 10px;
	text-align: center;
	}
h1:first-letter{
	color: #41474a;
}
h2 {
	font-family: century gothic;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #829393;
	letter-spacing: 5px;
	text-align: center;
	}

blockquote {
	margin-right: 70px; margin-bottom: 11px; margin-top: 11px; margin-left: 70px;  
	padding: 5px; 
	color: #566161;
	line-height: 19px;
	font-size: 10px;
	font-family: Trebuchet MS;
	background-color: #c5cdcd;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top right;
}

a {color: #26475e; text-decoration: none;}

a:hover { color: #ffffff; font-weight: none; text-decoration: none; cursor: crosshair;}
