@charset "UTF-8";
/* CSS Document */

#body 
{
	text-align:center;
	
}

#top
{
	margin:auto;
	text-align:center;
	width:1024px;
	height:120px;
	
	background-repeat:no-repeat;
}

#wrapper
{
	width:1024px;
	height: auto;
	margin:auto;
	
}

#content
{
	width:950px;
	height:auto;
	text-align:left;
	margin:15px;
}

h2
{
	color:#999;
	font-family:Tahoma, Geneva, sans-serif;
	size:12pt;
}
.paragraph
{

	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	size:12pt;
}

