/* 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 #000;*/
}
 
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 #000;
}

#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 */
	
}

#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 */
	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;
}

#col2-left
		{
		  /* border: 1px solid #DFAEFA;  */
			width:100px;
			float:left;
			text-align:right;
			padding-left:15%;
			margin-top: 12%;
		}
		
		#col2-right
		{
			 /*border: 1px solid #AFEFEF;  */
			float:right;
			text-align:left;
			margin-top: 12%;
		}
		
	#right-format
	{
		padding-top:60px;
	}


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

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