body
{
font-family: 'trebuchet ms';
background: #e9e9e9;
font-size: 12px;
color: #494949;
}

a:link, a:visited
{
text-decoration: underline;
color: #494949;
}

a:hover, a:active, a:focus 
{
text-decoration: none;
color: black;
outline: none;
}

ul, ol
{
margin: 0px 0px 0px 0px;
}

li
{
list-style: square;

}

#wrap
{
position: absolute;
width: 400px;
left: 50%;
margin: 40px 0px 0px -200px;
}

	#wrap #logo
	{
	background: url(../images/79p.png) no-repeat;
	width: 59px;
	height: 67px;
	margin: 0px 0px 40px 170px
	}
	
	#wrap .page
	{
	width: 360px;
   border: 1px dashed #494949;
	padding: 20px 20px 0px 20px;
	margin: 0px 0px 20px 0px;
	text-align: justify;
	background: #e2e2e2;
	}
	
		#wrap .page h1
		{
		font-size: 18px;
		font-family: Georgia;
		font-style: italic;
		margin: 0px 0px 20px 0px;
		}
		
		#wrap .page p
		{
		margin: 0px 0px 20px 0px;
		}
	
	#wrap #copyright
	{
	width: 400px;
	text-align: right;
	margin: -10px 0px 0px 0px;
	color: #494949;
	font-size: 10px;
	line-height: 18px;
	}
	
		#wrap #copyright a.copy:link, #wrap #copyright a.copy:visited
		{
		font-weight: bold;
		text-decoration: none;
		color: #494949;
		}
		
		#wrap #copyright a.copy:hover, #wrap #copyright a.copy:active, #wrap #copyright a.copy:focus 
		{
		font-weight: bold;
		text-decoration: underline;
		color: #494949;
		}
		
		
	#wrap #validator
	{
	width: 300px;
	padding: 30px 0px 0px 100px;
	}
	
		#wrap #validator .icon1
		{
		margin: 0px 20px 0px 0px;
		}