body
{
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	color: #262C2A;
	/* http://www.colourlovers.com/palette/727661/Sugar_Martini */
}
a
{
	color: #236071;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a:visited
{
}
a:active
{
	color: #4BA8A2;
}
input, textarea
{
	font-family: Verdana, Tahoma, Arial, sans-serif;
}
form
{
	margin: 0px;
}
#header
{
	height: 130px;
	padding: 0px;
	margin: 0px;
	background-color: #236071;
	border: solid 1px #236071;
	border-bottom: solid 5px #262C2A;
}
#header h1
{
	color: #E2E9E6;
	font-size: 4em;
	margin: 40px 0px 0px 50px;
	padding: 0px;
}
#content
{
	color: #333;
	text-align: center;
	width: 760px;
}
#content #visits
{
	background-color:#262C2A;
	color:#E2E9E6;
	text-align: left;
	/* top, right, bottom, left */
	padding: 0px 20px 0px 20px;
	font-size: 1.2em;
	position: absolute;
	top: 120px;
	left: 50px;
	width: 400px;
}
#footer
{
	background-color:#236071;
	height: 100px;
	color:#E2E9E6;
	clear: both;
	border-top: solid 5px #262C2A;
}
#footer #copyright
{
	background-color:#262C2A;
	color:#E2E9E6;
	font-size: .7em;
	padding: 5px 0px 5px 20px;
	position: relative;
	top: -15px;
	left: 50px;
	width: 400px;
}
#footer #copyright a
{
	color: #E2E9E6;
	text-decoration: underline;
}
