BODY{margin: 0px; 
padding: 0px;
background-color: #fff;}
	
BODY,INPUT,SELECT,TEXTAREA, ADDRESS, BLOCKQUOTE, CAPTION, CENTER, DD, DIR, DIV, DL, DT, FORM, H1, H2, H3, H4,
H5, H6, MENU, OL, P, TD, TH, UL, SPAN {font-size: 11px;font-family: arial, verdana, sans-serif; line-height: 14px;}

TD {vertical-align: top;}
FORM {margin: 0px 0px 0px 0px;}
P {margin: 0px 0px 10px 0px;}

/* headers */
	H1{font-size: 12px;margin: 0px 0px 15px 0px;}
	H2{font-size: 12px;margin: 0px 0px 3px 0px;}
	H3{font-size: 12px;margin: 0px 0px 3px 0px;}

/* links */
	A:link, A:visited, A:active, A:hover {color: #666;}




/*layout*/

	#wrappa{
		margin: 15px;
	}
	

	#nav{
		float: right;
		width: 130px;
		background-color: #fff;
		height: 100%;
	}

	#navAB{
		position: absolute;
		top: 15px;
		left: 600px;
		width: 130px;
		background-color: #fff;
		height: 500px;
	}

	#secondaryNav{
		width: 130px;
		/*margin-top: 230px;*/
	}
	
	#content{
		height: 500px;
		width: 570px;
	}
	
	
	#content1{
		width: 300px;
		overflow: auto;
		padding: 2%;
		height: 78%;
		}
		
	#content2{
		padding: 2%;
		height: 13%;
		}


	#contentFull{
		height: 490px;
		width: 305px;
		overflow: auto;
		padding: 10px 10px 0px 10px;
	}
	
	
	#mainImg{
		float:right;
	}
	
	
	#footer{
		clear: both;
		padding: 50px 0px 10px 0px;
		color: #999;
	}
	
		#footer A{
			text-decoration: none;
			color: #999;
		}
	
		#footer A:hover{
			text-decoration: underline;
		}
		
		#footer EM{
			color: #000;
			font-style: normal;
		}



