body {
    background-image:url(../images/main_background.gif);
	margin-left:0px; margin-right:0px; margin-top:10px; margin-bottom:0px;
	text-align:center;
padding:10px

}
a {
    text-decoration:none;
    color:#FFCC66;
}
a:hover { 
    text-decoration:underline;
}
#top { 
    width:100%;
	height:20px;
	background-image:url(../images/top.jpg);
	background-repeat:no-repeat;
	margin:auto;

	text-align: center;
	background-color: #995500;

}
#main { 
    width:100%;
	height:inherit;
	/*background-image:url(../images/background-main.jpg);*/
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	text-align:left;

}
#top-boarder { 
    width:100%;
	height:30px;
	background-color:#640000;
}
#bottomMenu {
    width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFCC66;
	font-weight:bold;
	
	/*background-image:url(../images/bottom-menu-background.jpg);*/
	background-repeat:no-repeat;
	margin:auto;
	position:relative;
	line-height:36px;
}
#title { 
    font-family:"Times New Roman", Times, serif;
	filter: Shadow(Color=#333333, Direction=135, Strength=3);
	font-size:34px;
	color:#FFFFFF;
	text-align:left;
	float:left;
	margin-left:10px;
	margin-top:10px;
}
#pagetitle { 
    text-align:left;
	float:right;
	margin-right:5px;
	margin-top:40px;
}
h1 {
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
	font-weight:normal;
	filter: Shadow(Color=#000000, Direction=135, Strength=5);
	display:inline;
}
#images { 
	float:left;
	width:370px;
	height:260px;
	clear:right;
}

li {
	margin:0 0 0 10;
}

.bannerLeftBg {
	background-color: #995500;
}

.bannerRightBg {
	background-color: #aa6606;
	background-repeat: repeat;

}