/* CSS Document */

html,body {
	margin:5px 0 0 0;
	padding:0;
	height: 100%;
	background-color: #000;
	
	text-align: center;
	font-size: 13px;
	line-height: 19px;
	color: #00262B;
	font-family:Arial, Helvetica, sans-serif;
}
#bodyWrapper {
	width: 926px;
	position:relative; /* needed for footer positioning*/
	margin:0 auto; 
	
	height:auto !important; /* real browsers */
	height: 100%;
	min-height:100%; /* real browsers */
	
	text-align: left;
}
#content {
	clear:right;
	float:right;
	width: 605px;
	margin-top: 30px;
	min-height:490px; /* real browsers */
	text-align:justify;
	background-color:#FFFFFF;
	padding:20px;
}
#navBar {
	width: 256px;
	min-height:530px; /* real browsers */
	background-color: #B4CC50;
	clear:both;
	float: left;
	
	color:#FFFFFF;

	margin-top: 30px;
	background-image:url(/images/layout/yaa-nav-bg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	
}
#navBar a {
	color: #FFFFFF;
	text-decoration:none;
}
#navBar ul li:HOVER {
	background-color: #178C89;
}
#navBar ul {
	padding: 15px;
	margin: 0;
	list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14pt;
	line-height:normal;
}
#navBar ul li {
	margin-bottom:15px;
	padding: 5px 5px 5px 10px;
}
#navBar ul ul {
	margin-left: 20px;
	padding:0;
	font-size: 12pt;
	list-type: circle;
}
#footer {
	position: realtive;
	width: 100%;
	bottom:0; /* stick to bottom */
	text-align:center;
	margin:0 auto; 
	clear:both;
	padding: 10px 0;
}
