html, body  {
	width: 100%; 
	margin: 0; padding: 0; 
	background-color: #fff;
	text-align: center;
	font-size: 11px;
	font-family:Tahoma;
	color: #4e4e4e;
}

p  {
	margin: 5px 6px; padding: 0;
}

a  {
	text-decoration: none;
}
a:hover  {
	text-decoration: underline;
}

#container  {
	width: 814px; 
	margin: 0 auto;
}

#top-menu  {
	height: 28px; 
	padding-top: 12px; 
	background-image: url(img/top-menu-bg.gif);
	background-position: center;
	text-align: center;
	margin-bottom: 5px;
}

#top-menu a  {
	margin: 0 10px; 
	color: #fff;
	font-weight: bold;
}

#top1  {
	clear: both;
}
#main-gfx  {
	float: left; 
	clear: left;
}

#main-quote  {
	float: right; clear: right;
	width: 290px; 
	padding-left: 35px; 
	padding-top: 15px;
	text-align: justify;
	background: #fff url(img/quote-bg.gif) no-repeat left top;
}

#main-quote a  {
	color: #4e4e4e; 
	font-weight: bold;
}

#top2-bg  {
	border-bottom: 1px solid #e8e7e2;
}

#main-table3, #main-table2  {
	margin-top: 5px;	
	width: 100%;
}
#main-table3 td  {
	width: 33%; 
	padding: 0 10px;
	border-right: 1px dotted #b0b0b0;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	vertical-align: top;
}
#main-table2 td.left  {
	width: 30%; 
	padding: 0 10px;
	border-right: 1px dotted #b0b0b0;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	vertical-align: top;
}
#main-table2 td.right  {
	width: 70%; 
	padding: 0 10px;
	border-right: 1px dotted #b0b0b0;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 10px;
	vertical-align: top;
}
.last  {
	border-right: 0 !important; 
}
td.header  {
	font-weight: bold;
	color: #666;
	border-right: 0 !important;
	padding-top: 0;
	padding-bottom: 0;
}
td.noborder  {
	border-right: 0 !important; 
}

tr.footer td  {
	border-right: 0 !Important;
	padding: 0 !important; 
	background: url(img/footer-bg.gif);
	height: 43px; 
}
tr.footer td div  {
	margin: 1px; 
	border-right: 1px solid #fff;
	height: 27px;
	text-align: left;
	color: #fff; 
	font-size: 10px;
	padding: 7px;
}

 tr.footer td div a  {
	color: #fff;
	font-size: 10px;
}

#author1  {
	float: left; 
	clear: left; 
	width: 60%;
	margin-top: 10px;	
	text-align: left;
	color: #6b6b6b;
	font-size: 10px;
}
#author2  {
	float: right; 
	clear: right; 
	width: 38%;
	margin-top: 10px;
	text-align: right;
	color: #6b6b6b;
	font-size: 10px;
	position: relative;  
	bottom: 6px;
}

#author2 img  {
	position: relative; 
	top: 6px;
	margin-left: 8px;
}

.right a  {
	color: #e50001;
	font-weight: bold;
}