body, td	{
	font-family: georgia;
	font-size: 12px;
	color: #787b82;
	background-color: #fff;
	background-image: url('bg.jpg');
	margin: 0;
	padding: 0;
	}

body	{ text-align: center; }

a	{
	color: #6c6c6f;
	text-decoration: none;
	font-weight: bold;
	}
	

a:hover {
	border-bottom: 1px solid #505256;
	}

input, textarea, select {
	font-family: georgia;
	font-size: 12px;
	background-color:#6c6c6f;
 	color: #ffffff; 
	border: 1px solid;
	border-color:#fff; 
	padding: 0px 3px;
	letter-spacing: 1px;
	}

.wrap	{
	margin: 10px auto;
	width: 550px;
	background-color: #fff;
	background-image: url('bg.jpg');
	}

.content{
	width: 360px;
	text-align: justify;
	padding: 10px;
	padding-top: 20px;
	float: right;
	}

.head	{
	border-bottom: 1px solid;
	font-weight: bold;
   font-style: italic;
   border-bottom: 3px double #ffffff;
   margin-bottom: 3px;
	letter-spacing: 1px;
	font-size: 12px;
	color: #787b82;
	}

blockquote{
	margin: 0px 20px;
	padding: 5px;
	font-size: 11px;
	color: #787b82;
	background-color: #ffffff;
	letter-spacing: 1px;
	}

.nav	{
	text-align: justify;
	padding: 10px;
	padding-top: 20px;
	width: 150px;
	float: left;
	}

#nav a {
	text-align: center;
	font-family: georgia;
	font-size: 10px;
	line-height: 18px;
	text-transform: none;
	font-weight: normal; 
	margin: 0px;
        display: block;
        padding-left: 5px;
        background-color: #6c6c6f;
        margin-bottom: 2px; 
	color:#bfc0c3;
	text-decoration: none;
	font-weight:none;
	font-family: georgia;
	border-left: 3px solid #ffffff;
	border-right: 3px solid #ffffff;;
}

#nav a:hover {
	text-align: center;
	color:#bfc0c3;
	background-color: transparent;
	border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;}
	

