body {
	background-color: #FFFBEF;
	background-image: url(../img/aa-background.jpg);
	background-repeat: repeat;
}
* {
}


#main {
	background-color: #FFFBEF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.container {
	font-size: 1.2em;
	margin: 0 auto;
	width: 755px;
	border: ridge 10px #005588;
}
.subnav {
	float: left;
	width: 160px;
}
.main {
	float: relative;
	margin-left: 160px;
	margin-right: 5px;
	width: 595px;
}

/* sub-navigation */
.subnav h1 {
	background: #1259f9;
	color: #f8f58a;
	font: bold 1.1em Verdana,sans-serif;
	line-height: 24px;
	padding-left: 8px;
}
.subnav ul {margin: 0; padding: 0;}

.subnav li {
	border-bottom: 1px solid #696755;
	list-style: none;
}
.subnav li a {
	background: #1259f9;	
	color: #f8f58a;
	display: block;
	padding: 8px 0 8px 12px;
	width: 148px;
	text-decoration: none;
}
.subnav li a:hover {
	background: #f8f58a;
	color: #1259f9;
}

/*
=============
FOOTER
=============
*/
* {
	margin: 0;
}

.footer{
	position: bottom;
	background-color: #000000
	align: center
}

.push{
	clear: both;
	height: 100px;
	
}

.footer ul{
	margin-bottom:10px;
}

.footer ul li{
	display:inline;
	margin-right:7px;
	padding-right:8px;
	border-right:1px solid #333;
}

.footer ul li.last{
	margin-right:0;
	border:none;
}

.footer ul li a{
	color:#333;
	text-decoration: none;
}

.footer ul li a:hover{
	text-decoration: underline;
}

#footer_cont{
	position:relative;
	text-align:center;
	z-index: 10;
}

#bott_nav img{
	position:relative;
	
}