/*Content*/
body
{
	font: 12px 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	color:#333;
	text-align: center;
	background-color: #999;
	margin: 0;
}

h1,h2,h3,h4,h5,h6 { line-height: 1.3em; }
li { margin-bottom: 5px; }


#wrapper
{
		width:600px;
		margin-right:auto;
		margin-left:auto;
		margin-top: -12px;
		text-align:left;
		background: #fff;
}

#container
{
	margin: auto;
	height: 100%;
	width: 580px;
	padding: 10px;
 	text-align: left;

}


#footer {
	clear: both;
	padding: 1px;
	color: #555;
	border-top: 1px solid #999;
	margin:30px 0 -10px 0;
	text-align: center;

}


/*Images*/


#topimage
{
	margin-top: -10px;
	}
	

/*
Typography
*/

h1
{
margin-top: 10px;
font-size: 32px;
font-style: normal;
text-align: center;
color: #008894;

}

h2
{
font-size: 16px;
color: #666;
margin: 10px 0 0 0;
padding-bottom: 100px;
text-align: center;

}

h3
{
font-size: 12px;
color: #99cc00;
margin: 20px 0 0 0;
padding-top: 10px;
border-top: 1px dotted #666;
}


.rule
{
	border-top: 1px dotted #666;
	padding-bottom: 10px;
	
}

/*Links styles*/
a:link
{
	color: #000;
	text-decoration: none;

}

a:visited
{
	color: #000;
	text-decoration: none;


}

a:hover
{
	color: #008894;
	text-decoration: none;

}

a:active
{
	color: ##99cc00;
	text-decoration: none;

}

.href
{
	border: none;
	}
