/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	font-family:Arial;
	color: #FFF;
	font-size: 75%;
	font-weight: bold;
	text-align:center;
	min-width:820px;/* for mozilla*/
	background-color: #000;
	
}
#outer{
	height:50%;
	min-height:50%;
	width:820px;  /* 758 */
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	position:relative;
/*	border: 1px solid #DF7000;*/
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:470px;  /* change this */
	/*border: 1px solid #DF7000;*/
}

#header{
	position:absolute;
	top:0;
	left:-1px;
	width:820px;
	height:45px; /* 70 */
	overflow:hidden;
	color: #000000;
	z-index:100;	
	/* border: 1px solid #DF7000;  */
}
#left {
	position:relative;/*ie needs this to show float */
	width:125px;
	float:left;
	padding-top:47px;/*  72 needed to make room for header*/
	padding-bottom:2%;/* needed to make room for footer */

}

#right {
	font-family:Arial;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	position:relative;/*ie needs this to show float */
	width:340px;   /* change this */
	float:right;
	padding-top:47px;/*needed to make room for header*/
	padding-bottom:2%;/* needed to make room for footer */
/* border: 1px solid #DF7000;  */
	
}

#footer {	
	width:820px;
	clear:both;
/*	height:10%;   */
	background-color: #000;
	color: #000000;
	text-align:right;
	left:0;
	bottom:0;
	position: absolute;
	font-family:Arial;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;

}
* html #footer {/*only ie gets this style*/
	\height:32px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:345px;  /* change this    lower pushes it towards right*/ 
	float:right;
	padding-top:47px;
	padding-bottom:2%;   /* needed to make room for footer */
	font-family:Arial;
	color: #FFF;
	font-size: 100%;
	font-weight: bold;
	
}

		
	#right-format
	{
		padding-top:60px;
		
	}
	
	#col3-for
		{
			
			padding-top:80%;
			padding-left:27%;
			float: left;
			margin-bottom: 1em;
		}


#clearfooter {width:100%;height:20%;clear:both} /* to clear footer */

#left a:link {text-decoration: none; }
#left a:visited {text-decoration: none; }
#left a:hover {text-decoration: none;  }

a:link {text-decoration:  none; color: #FFFFFF;}
a:visited {text-decoration: none; color: #FFFFFF;}
a:hover {text-decoration: none; color: #FFFFFF;}