body
{
	background-color: #ffffff;
	
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #000000;
	
	margin: 0;
	padding: 0;
	border: 0;
}
.clear
{
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	clear: both;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
#wrap
{
	width: 800px;
}
#header
{
	width: 100%;
	height: 100px;
	float: left;
}
#logo
{
	width: 363px;
	height: 82px;
	float: left;
	
	background-image: url('../i/logo.gif');
	background-repeat: no-repeat;
	background-position: top left;
}
#slogan
{
	font-size: 11px;
	text-align: center;
	color: #cccccc;
}
#content
{
	padding: 0 20px 0 20px;
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	color: #000000;
	line-height: 1.6em;
	text-align: left;
}
#content p
{
	text-indent: 20px;
}
.link
{
	color: #1595b0;
}
#content a:link, #content a:active, #content a:visited
{
	color: #1595b0;
	text-decoration: underline;
}
#content a:hover
{
	color: red;
	text-decoration: none;
}
#ads
{
	margin: 20px;
	padding: 10px;
	border: 2px dashed #ebebeb;
	text-align: center;
	
	font-size: 11px;
	color: #333333;
}
#ads a
{
	margin-right: 20px;
}
#menu
{
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
	border: 0;
}
#menu li
{
	display: inline;
}
#menu li a:link, #menu li a:active, #menu li a:visited
{
	color: #1595b0;
	text-decoration: none;
	padding: 4px;
	margin: 2px;
	background-color: #ebebeb;
}
#menu li a:hover
{
	color: #cfcfcf;
	text-decoration: underline;
	background-color: #ffffff;
}
#cv_table
{
	width: 100%;
	border: 0;
}
#cv_table th
{
	font-size: 11px;
}
.dt
{
	font-size: 11px;
	color: #666666;
}
#footer
{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #909090;
	
	text-align: left;
	color: #cfcfcf;
	font-family: Georgia, Tahoma, Arial;
}