body {
	background-image: url(images/bg.jpg);
	margin: 0px;
}
.top {
	background-image: url(images/top.jpg);
	height: 150px;
	width: 760px;
	background-repeat: no-repeat;
}
.bottom {
	background-image: url(images/base.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 760px;
}
.main {
	border-left: 2px #F0A43D solid;
	border-right: 2px #F0A43D solid;
	width: 760px;
}
.left {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	vertical-align: top;
	background-color: #FFF6AB;
}
.lefttop {
	margin-bottom: -20px;
	text-align: center;
}
.leftbase {
	text-align: center;
}
.leftnav {
	background-image: url(images/180m.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Verdana;
	font-size: 11px;
	text-indent: 15pt;
	margin-bottom: -15px;
	font-weight: bold;
	color: #000000;
	height: 20px;
	padding-top: 5px;	
	text-align: left;
}
.leftnav a {
	color : #000000;
	text-decoration : none;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
}
.leftnav a:hover {
	color : #C10202;
	text-decoration : none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
.left a:active {
	color : #FF9500;
	text-decoration : none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
.right {
	vertical-align: top;
	background-color: #FFF6AB;
	background-image: url(images/530m.jpg);
	background-position: center;
	background-repeat: repeat-y;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px 25px 0px 25px;
	text-align: left;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.right a {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed #C10202;
}
.right a:hover {
	color: #F0A43D;
	text-decoration: none;
}
.righttop {
	margin-bottom: 0px;
	background-color: #FFF6AB;
}
.rightbase {
	margin-top: 0px;
	background-color: #FFF6AB;
}
h1 {
	font-family:Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #C10202;
	text-transform: capitalize;
}
.index-ul {
	margin-bottom: 0px;
	padding-left: 15px;
}
.index-ul a {
	color: #C10202;
	border-bottom: none;
}
.index-li {
	padding-bottom: 1px;
}	
ul {
	margin-bottom: 0px;
}
li {
	padding-bottom: 5px;
}
.black {
	color: #000000;
}
.red {
	color: #C10202;
}

