@charset "utf-8";
/* CSS Document */

html, body
{
	margin:0px auto 0px auto;
	background-color: #ffffff;
	background-image: url("images/bg.jpg");
	background-repeat:repeat-x;
	padding-top: 20px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

.main
{
	width: 820px;
	height: 100%;
	margin: 0px auto 0px auto;
	text-align: left;
	/*
	position: absolute;
	left: 50%;
	margin-left: -410px;
	*/
}

.header
{
	width: 820px;
	height: 198px;
	background-image: url("images/header3.png");
}

.menu
{
	width: 820px;
	height: 38px;
	background-image: url("images/menu.jpg");
	background-repeat: no-repeat;
}

.menu_position
{
	width: 800px;
	height: 38px;
	margin-left: 10px;
}

.cimsor {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bolder;
	color: #009;		
}

.content
{
	width: 820px;	
	background-image: url("images/content2.jpg");
	background-repeat: repeat-y; 
	padding-top: 20px;
}

.text
{
	width: 770px;
	margin-left: 25px;	
	padding-bottom: 20px;	
	text-align: justify;
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
}

.footer
{
	width: 820px;
	height: 43px;
	background-image: url("images/footer2.jpg"); 
}

.footer_text
{
	padding-top: 15px;
	width: 820px;
	text-align: center;	
	color: #000000;
	font-family: Verdana;
	font-size: 12px;
}