body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	min-height: 650px;
}



#wrapper {
	position:relative;
	width: 981px;  /* using 20px less than a full 800/1024/1280px width allows for browser chrome and avoids a horizontal scroll bar */
	/*min-height: 680px;*/
	background: #FFFFFF;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top:0%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/images/lunite/back_05.gif);
	border:0px solid yellow;
}

#wrapper_bottom { 
	position:absolute; bottom:0px; height:15px;
}

#wrapper_top { 
	position:absolute; top:0px; height:15px;
}

#container {
	position:relative;
	width:950px;
	margin: 0px 20px 0 12px;
	/*border: 1px solid #000000;*/
	
}

#pagehead	{ height:53px;width:auto;
		  background: #fff url(/images/lunite/back_10.gif) repeat bottom left;
		}

/* column container */
#colmask 	{
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		/*float:left;*/
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
		border:0px solid red;
		margin-bottom:5px;
		}
#col_main	{ border:0px solid blue;margin:7px 18px 0 18px;}

#col_main div.content {margin-left:165px;} 

#col_left,#col_right	
		{
		float:left;
		width:100%;
		position:relative;
		}
		
#col_left	{ width:700px;}
#col_right	{ width:200px;margin-left:15px;border: 0px solid purple;}
#footer		{ height:25px;width:auto;text-align:center;padding-top:15px;color:#001464;letter-spacing: 1px;
		  background: #fff url(/images/lunite/back_07.gif) no-repeat top left;}

#logo 		{margin-left:15px;}
#nav		{position:absolute;top:17px;left:0px;width:auto;}
#sidenav	{float:left;width:135px;text-align:right;}
#toplinks	{position:absolute;top:0px;right:10px;}
/* --- PAGES ---*/

#ufo_home 	{width:auto; height:300px;}


