@charset "utf-8";
/* CSS Document */

body
{
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 14px;
margin: 0px;
padding: 0px;
background-color: #3332CB;
background-image: url(../images/content_bg_x.gif);
background-repeat: repeat-x;
}

div {padding: 0px; margin: 0px;}
ul {padding: 0px; margin: 0px;}

#container
{
width: 650px;
margin: 0px;
padding: 0px;
}

#left
{
margin-top: 74px;
float: left;
width: 160px;
}

#nav
{
list-style: none;
}

	#nav li
	{
	display: block;
	width: 147px;
	height: 24px;
	margin-bottom: 8px;
	}
	
	#nav li a
	{
	display: block;
	width: 147px;
	height: 24px;
	text-decoration: none;
	}
	
	.home
	{
	background-image: url(../images/nav_home.gif);
	background-repeat: no-repeat;
	}
	
		.home:hover
		{
		background-image: url(../images/nav_home_h.gif);
		}
	
	.services
	{
	background-image: url(../images/nav_services.gif);
	background-repeat: no-repeat;
	}
	
		.services:hover
		{
		background-image: url(../images/nav_services_h.gif);
		}
	
	.staff
	{
	background-image: url(../images/nav_staff.gif);
	background-repeat: no-repeat;
	}
	
		.staff:hover
		{
		background-image: url(../images/nav_staff_h.gif);
		}
	
	.contact
	{
	background-image: url(../images/nav_contact.gif);
	background-repeat: no-repeat;
	}
	
		.contact:hover
		{
		background-image: url(../images/nav_contact_h.gif);
		}
	
#main
{
margin-top: 74px;
float: right;
width: 480px;
margin-left: 10px;
}

.first
{
margin-top: 0px;
padding-top: 0px;
}

.clear
{
clear: both;
}