*
{
	margin: 0px;
}

a:link {
	color: #ffffff;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}

a:visited {
	color: #ffffff;
}

body {
	background: #89BAD4 url(../images/back_all.gif) repeat-x;
	font: 13px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 30px;
}

#content
{
	margin: 0 auto;
	width: 900px;
	border: 3px solid #ffffff;
	clear: both;
}

#header {
	height: 130px;
	text-align: Center;
}

#topmenu
{
	height: 20px;
	background: url(../images/buttons.gif) repeat-x;
}

#main {
	clear: both;
}

#leftmenu {
	width: 175px;
	align: top;
	clear: both;
}

#mainbody {
	clear: both;
}

#footer {
	height: 15px;
	clear: both;
	background: url(../images/buttons.gif) repeat-x;
	border-top: 4px solid #2C5C89;
}
#footer p {
	margin: 0;
	font-size: 10px;
	text-align: center;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

