﻿
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
 padding: 0; margin: 0;
 background: #8A9D9D;
}
dropcap 
{
	margin-right:6px;
	margin-top:5px;
	float:left;
	color:white;
	background:khaki;
	border:1px solid darkkhaki;
	font-size:80px;
	line-height:60px;
	padding-top:2px;
	padding-right:5px;
	font-family:times;
}
#wrapper {
 width: 770px;
 margin: 0 auto;
 border: 1px solid #fff;
 margin-top: 0px;
 background: #FFFFFF;
}
#header {
 background: #E9E3D1;
 height: 45px;
}
#top {
 background: #5E6F6F;
 height: 250px;
}
#nav {
 background: #dedede;
 padding: 0px;
 text-align: right;

}
#wrapper #nav ul { padding: 0; margin: 0; }
#wrapper #nav ul li{ display: inline; padding: 0; margin: 0 0 0 0; }

#wrapper #nav ul li a:link{ text-decoration: none; color: #333; }
#wrapper #nav ul li a:visited{ text-decoration: none; color: #333; }
#wrapper #nav ul li a:hover{ text-decoration: none; color: #999; }

p.ww { margin-right: 15px;}

#content { /* Faux Columns */
 background: url(/images/bg-repeat.jpg) repeat-y;
}
#content #right h1 {
 margin: 4px 0 3px 0;
 font-size: 22px;
}
#content #right h2 {
 margin: 8px 0 3px 0;
 font-size: 18px;
}
#left {
padding: 8px;
 margin: 5px;
 width: 172px;
 border: 1px solid #fff;
 float: left;
 display: inline;
}
#wrapper #left ul { 
 list-style: none;
 margin: 0;
 padding: 0;
}
#wrapper #left ul li { 
 margin-bottom: 3px;
}
#wrapper #left ul li a:link, #wrapper #left ul li a:visited, #wrapper #left ul li a:hover { 
 color: #333333;
 text-decoration: none;
}
#right {
 border: 1px solid #ECEFEF;
 width: 555px;
 float: left;
 margin: 5px 0px 5px 10px;
 text-align: left;
}
#footer {
 clear: both;
 background: #556666;
 height: 32px;
 padding: 5px 5px 5px 15px;
 line-height: 31px;
 color: #F3F3F3;
 text-align: right;
}
#footer a:link, #footer a:visited {
 color: #000000;
 text-decoration: none;
}
#footer a:hover {
 color: #000000;
 text-decoration: underline;
}
#footer img 
{
	border: none; float: left; margin-right: 5px; 
}
/*
.twitter li 
{
	font-family: "M+ 1m light", Sans-Serif;
	font-size: 12px;
	line-height: 18px;
}
.twitter
{
	border-top: dashed 1px #ddd;
	margin-left: 20px;
}
/* For IE */
/*
@font-face {
	font-family: 'Note this';
	src: url('../Note_this.eot');
}

/* For Other Browsers */
/*
@font-face {
	font-family: 'Note this';
	src: local('Note this Regular'),
	     local('Notethis-Regular'),
	     url('../Note_this.ttf') format('truetype');
}
@font-face {
	font-family: 'M+ 1m light';
	src: url('../mplus-1m-light.eot');
	src: local('M+ 1m light'), local('M+1m-light'), url('../mplus-1m-light.ttf') format('truetype');
}

*/