@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
}

#banner{
width:1000px;
margin:0 auto;
padding:0;
position:relative;
	height:345px;
	/*background:url(/ui/aapar/graphics/BG_banner01.jpg) center top no-repeat;*/
}
#banner div#feature a{
	display:block;
	position:absolute;
	top:110px;
	left:20px;
	background:url(/ui/aapar/graphics/BG_transparent.gif) center top no-repeat;
	width:125px;
	height:130px;
	text-indent:-1000px;
}
#container_top{
	width:1000px;
	margin:0 auto;
	padding:0;
	clear:both;
}
#content_wrapper{
	width:1000px;
	margin:0 auto;
	padding:0;
	position:relative;
	background:#6bb2e8 url(/ui/aapar/graphics/BG_Wrapper.gif) center top repeat-y;
}
#content{
width:100%;
min-width:1000px;
margin:0 auto;
padding:0;
	padding-bottom:200px; /*leave extra rooms for the footer */
	background:url(/ui/aapar/graphics/BG_content.jpg) center top no-repeat;
}
#footer {
	width:100%;
	height:200px;
    position: absolute;
    bottom: 0;
	text-align:center;
	background:url(/ui/aapar/graphics/BG_footer.gif) center bottom repeat-x;
	z-index:1;
}
#header{
	clear:both;
	height:65px;
	margin:0 105px;
	text-align:right;
}
#leftNav {
	width:250px;
	height:100%;
	float:left;
}
#leftNav div.leftNavMenu { 
	background:url(/ui/aapar/graphics/BG_nav_bottom.jpg) bottom left no-repeat;
	margin: 5px;
	padding: 0;
	color:#0c0;
	padding-bottom:20px;
	width: 240px; /*width of menu*/
}

#main_content{
	margin: 0 250px; /*leave room for left and right columns*/
}
#main_content_full{ /*For full content layout*/
	margin-left:120px;
	margin-right:250px;
}
#thirdColumn{
	width:245px;
	float:right;
}
#Wrapper {
width:100%;
margin:0 auto;
padding:0;
    position: relative;
    min-height: 100%;
	background:#6bb2e8 url(/ui/aapar/graphics/BG_Wrapper.gif) center top repeat-y;
	z-index:0;
}

