/* CSS Document */

body	{
	background-color: #fff; 
	margin: 0 0 0 0;
}	

body, td, tr, p, li 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

#container	{
	width: 100%;
}

#headerbg	{
	height: 75px;
	width: inherit;
	background-image: url(images/header-bg.gif) x-repeat;
}

#header	{
	width: 358px;
	background-image: url(images/header.gif) no-repeat;
}

#main	{
	width: 800px;
	background-image: url(images/body-bg.gif) y-repeat;
}

a	{
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}

a:hover	{
	color: #0000FF;
	text-decoration: underline;
}