﻿body 
{		
	background: #333333;
	text-align: center;
}

#MainContainer
{
	margin: 0 auto;
	text-align: justify;
	width:794px;
	background: #333333 url(images/mainbg.gif) repeat-y;	
}

#Header
{
	width:794px;
	height:19px;
	background-image: url("images/header.gif");
	background-repeat: no-repeat;
	background-position: center;
}

#Baner
{
	width:760px;
	height:101px;
	background-image: url("images/baner.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-color: #333333;
	text-align:center;
	margin-left:18px;
}

#Menu
{
	width:760px;	
	background-color:#333333;	
	margin-left:18px;
	height:22px;
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:Orange;
}

#MainContent
{
	width:740px;
	background-color:#ffffff;
	margin-left:18px;		
	font-size: 12px;	
	font-family: sans-serif;
	text-align:justify;	
	padding-top: 15px; 
	padding-left: 10px; 
	padding-bottom: 15px; 
	padding-right: 10px;
}

#Footer
{
	width:794px;
	height:19px;
	background-image: url("images/footer.gif");
	background-repeat: no-repeat;
	background-position: center;
}
