﻿body
{
	margin: 0 auto;
	padding: 0;
	background: #000 url(../images/background.jpg) no-repeat top left;
	font: normal 11px/18px Verdana, Ariel;
	color: #FFF;
}

/*Layout*/
#wrapper
{
	margin: 0 auto;
	padding: 0 5px;
	width: 769px;
}

#header
{
	width: 779px;
	height: 210px;
	margin: 0;
	padding: 0 0 0 40px;
	background: #000 url(../images/logo.jpg) no-repeat top center;
}

#menu
{
	width: 779px;
	height: 40px;
}
#menu a:link, #menu a:visited
{
	margin: 0 auto;
	display: inline-block;
	text-align: center;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	width: 93px;
	background: #CCC url(../images/menu.jpg) repeat-x;
	color: #FFF;
}
#menu a:hover
{
	background-image: url(../images/menu_hover.jpg);
}

#content
{
	width: 769px;
	margin: 5px 0;
}

#footer
{
	clear: both;
	width: 769px;
	padding: 10px 0;
	margin: 0;
	color: #DFDFA2;
	border-top: 1px solid #DFDFA2;
}

#footer a
{
	color: #DFDFA2;
	text-decoration: none;
	border-bottom: 1px dashed #DFDFA2;
}

.warning
{
	color: #FF0000;
	font-weight: bold;
}

.success
{
	color: Green;
	font-weight: bold;
}


