BODY {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #4D1309;	/*background: url(images/main.jpg) repeat-y 50% top #333333;	*/
	background-image: url(images/back.jpg);
	background-repeat: repeat-x;
}
/*#container 
{
	width: 590px;
	height:100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border: none;
	background : none;
	text-align: left;
	background-image: url(images/main.jpg);
	background-repeat: repeat-y;
}*/
#container 
{
	width: 610px;
	height:100%;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/main.jpg);
	background-repeat: repeat-y;	
}
#container1
{
	width: 610px;
	height:100%;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	background-image: url(images/main1.jpg);
	background-repeat: repeat-y;	
}
#header {
	position:relative;
	width:610px;
	height:186px;
	z-index:1;
	background-image: url(images/top.jpg);
}
#footer {
	position:relative;
	width:610px;
	height:48px;
	z-index:2;
	background-image: url(images/bottom.jpg);
}
#main {
	width:580px;
	left:10px;
	color: #333333;
	position: relative;
	text-align: left;
}
#menu {
	position:absolute;
	width:610px;
	height:19px;
	z-index:1;
	left: -2px;
	top: 167px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a:link {
	color: #006699;
	text-decoration: none;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px none #CCCCCC;
}
a:visited {
	color: #006699;
	text-decoration: none;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	border-left: 1px none #FFFFFF;
}
a:hover {
	color: #000000;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
	border-bottom-color: #006699;
	border-top-style: solid;
	border-bottom-width: 1px;
	
}
a:active {
	color: #CC0000;
}
div.img {
	padding-right: 5px;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
	background: url(images/img_back.jpg) no-repeat right bottom;
	float: right;
	margin: 1px 1px 1px 1px;
	position: relative;
	z-index: 1;
	cursor: hand;
}
div.img img {
	border-right: #999 1px solid; 
	border-left: #999 1px solid; 
	border-bottom: #999 1px solid; 
	border-top: #999 1px solid; 
	padding-right: 4px; 
	padding-left: 4px; 
	padding-bottom: 4px; 
	padding-top: 4px; 
	display: block; 
	margin: -5px 5px 5px -5px; 
	position: relative; 
	background-color: #ffffff
}
a.menu:link {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
	padding-right: 3px;
	padding-left: 3px;
	width: 116px;
	float: left;
	text-align: center;
}
a.menu:visited {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	border-style: none;
	padding-right: 3px;
	padding-left: 3px;
	width: 116px;
	float: left;
	text-align: center;
}
a.menu:hover {
	color: #CC0000;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px none #FFFFFF;
	border-left: 1px none #FFFFFF;
	padding-right: 3px;
	padding-left: 3px;
	width: 116px;
	float: left;
	text-align: center;
	background: transparent;
}
a.menu:active {
	color: #000000;
}
.red {
	color: #CC0000;
}
#home {
	position:absolute;
	width:589px;
	height:115px;
	z-index:2;
	left: 12px;
	top: 9px;
	cursor: pointer;
}
