﻿body
{
	background-color: #ffffff;
	background-attachment:fixed;
	background-position:left bottom;
	background-repeat:no-repeat;
	font-family: Trebuchet MS;
	color: #222222;
	height: 624px;
}

h1, h2, h3
{
	color: Black;
}

p
{
	color: #222222;
}

#wrapper
{
	color: #222222;
	width: 600px;
	margin: 0 auto 0 auto;
}

div.header
{
	width: 50%;
	margin-top: 5px;
	overflow: hidden;	
}

#header_logo
{
	width:auto;
	float: left;
}

#header_links
{
	height:auto;
	float:right;
	margin-top:10px;
	/*font-size:small;*/
	text-align:center;
}

#content
{
	width: 100%;
	height: auto;
	padding-top:10px;
	padding-left: 5px;
	padding-right: 5px;
	clear:both;
	background-image: url("mango-content-bg.png");
	background-repeat: repeat-x repeat-y;
	border: solid 2px #333333;
}


a
{
	color: #5555ff;
	text-decoration: none;
	font-weight: bold;
}

a:hover, a:active
{
	text-decoration: underline;
}
