/* CSS Document */

body 
{
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica;
	text-align:center;
	padding:0px 0px 0px 0px;
	margin-top:25px;
}

#frame 
{
	background-color: #ffffff;
	width: 710px;
	align: center;
	margin-right:auto;
	margin-left:auto;
	margin-top: 0px;
	padding: 0px 35px 0px 35px;
	text-align:left;
	border-left: 0px solid #000000;
	border-right: 0px solid #000000;
}

#header 
{
	background: #ffffff;
	float: left;
	padding: 35px 0px 0px 0px;
	width: 710px;
}

#headleft 
{
	background: #ffffff;
	height: 35px;
	padding: 5px 0px 15px 2px;
	width: 710px;
	color: #666666;
	font-size: 9pt;
	line-height: 10pt;
}

#headleft a
{
	color: #666666;
	text-decoration: none;
}		

#headleft a:hover
{
	color: #990000;
	text-decoration: none;
}

p
{
	font-family: Verdana, Arial, Helvetica;
	line-height: 15pt;
	font-size: 9pt;
	font-color: #cccccc;
}

.contact 
{
	font-family: Verdana, Arial, Helvetica;
	line-height: 12pt;
	font-size: 8pt;
	padding: 0px 0px 0px 102px;
}

.name
{
	font-family: Verdana, Arial, Helvetica;
	color: #333333;
	font-size: 8pt;
	padding: 7px 0px 0px 102px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
}

/*--------------------------------------
     menu
*-------------------------------------*/

#menu a 
{ 
	display:block;
	width:25px;
	height:25px;
	background-color: #fff;
	border: 1px solid #ccc; 
}
#menu a:hover
{ 
	border-color:#333333;
}
img {
	border: 0px;
}


/*--------------------------------------
     main navigation
*-------------------------------------*/

.nav 
{
	font-size: 8pt;
	color: #666666;
	letter-spacing: 1pt;
	text-transform: uppercase;
}

.nav a
{
	font-size: 8pt;
	color: #990000;
	text-decoration: none;
}

.nav a:hover
{
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
}


/*--------------------------------------
     main body
*-------------------------------------*/

#middle
{
	background-color: #ffffff;
	float:left;
	padding: 0px;
	margin-left: 14px;
}

/*--------------------------------------
     footer
*-------------------------------------*/

#footer 
{
	width: 615px;
	height:80px;
	background:#ffffff;
	clear: both;
	padding: 0px 0px 0px 15px;
	float:left;
}

.foot
{
	font-size: 8pt;
	color: #666666;
	line-height: 12pt;
}

.foot a
{
	color: #666666;
	text-decoration: none;
}

.foot a:hover
{
	color: #990000;
}

