/* Layout and Reset */
* {
	font-family: arial;
	font-size: 1em;
	outline: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	white-space: normal;
}

html, body {line-height: 1}
ul {list-style-type: disc}
ol {list-style-type: decimal}
a {color: #000}



html, body {
	margin: 0;
	padding: 0;	
}

body {
	font-size: 12px;
	line-height: 18px;
	font-family: "arial", serif;
	text-align: center;
}


#outer {
	text-align:left;
	padding: 7px 0px 0px 0px;
	width: 1000px;
	margin: 0 auto;
}
 
#top{
	height: 94px;
	background: #FFF;
}

#right-column {
	float: right;
}

#footer{
	width: 1000px;
	margin: 12px auto;	
	padding: 5px 10px 20px 30px;		
	background: transparent url(../img/footer-bg.gif);
	background-repeat: repeat-x;	
	text-align: center;	
	font-size: 11px;
	color: #909090;
	clear: both;
}