html 
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body 
{
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: left;
	height: 100%;
	width: 100%;
	background-color: #d50000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	color: #850e0f;
}
#container 
{
	width: 925px;
	margin-right: auto;
	margin-left: auto;
	/*background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	padding-top: 312px;*/
	z-index: 4;
	position: relative;
}
#main
{
	background-color: #FFFFFF;
	clear: left;
}
#menu
{
	background-color: #FFFFFF;
	width: 925px;
	height: 30px;
}
#menu a
{
	display: block;
	float: left;
	background-image: url(../images/menu.gif);
	margin-right: 10px;
	width: 138px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	vertical-align: middle;
}
#menu a:hover
{
	background-image: url(../images/menuhover.gif);
}
h1
{
	display: block;
	background-image: url(../images/h1.gif);
	width: 343px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	font-size: 18px;
	color: #FFFFFF;
	vertical-align: middle;
	margin-left: 10px;
}
h2
{
	font-size: 16px;
	margin-left: 10px;
}
h2
{
	font-size: 14px;
}
#bas
{	
	width: 925px;
	background-image: url(../images/bas.png);
	background-repeat: no-repeat;
	padding-top: 93px;
}
p
{
	margin-left: 10px;
}
a
{
	color: #850e0f;
}
a:hover
{
	color: #850e0f;
}