body
{	
		font-family: Arial, sans-serif;
		font-size: 11px;
		text-align: left;
		margin: 0px;
		padding: 0px;
		background: #FFFFFF url(../images/bg.gif) no-repeat;
}

p
{      
		font-size: 11px;
		line-height: 16px;
		margin: 0px;
		margin-bottom: 20px;
/*		margin-top: 20px;*/
		color: #333333;
}

#logo
{	
		position: absolute;
		background: #FFFFFF url(../images/logo.gif) no-repeat;
		top: 39px;
		left: 39px;
		width: 331px;
		height: 132px;
		padding: 0px 0px 0px 0px;
}

#nav
{	
		position: absolute;
		top: 176px;
		left: 86px;
		width: 81px;
		height: 132px;
		padding: 0px 0px 0px 0px;
}

#content
{	
		position: absolute;
		top: 176px;
		left: 209px;
		width: 544px;
		height: 524px;
		padding: 0px 0px 0px 0px;
}

	a:link { 
 		color: #0064C1;
		text-decoration: none;
		text-decoration: underline;
		}

	a:visited { 
 		color: #4594E4;
		text-decoration: none;
		text-decoration: underline;
		}

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

	a:active { 
		color: #0064C1;
		}
