/*
	Global Column Layout v1.1
	built by Jason Geiger (130public.net)
	built on WSC3 CSS standards
	relys on Whatever:hover - v1.42.060206 by Peter Nederlof
	
	copyright 2007. all rights reserved.
		
*/
/****************************************|STRUCTURE|****************************************/
html,body {
	margin:0;
	padding:0;
	word-wrap:break-word;
	border:0;
}
body { 
	background: url(/lib/images/global/body_bg.jpg) 0 0 repeat;
}
#outter_wrapper {}
#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0 10px;
	background: url(/lib/images/global/wrapper_bg.gif) 0 0 repeat-y;
}
#header {
	height: 378px;
	width: 900px;
}
#inner { 
	width: 900px;
	background: url(/lib/images/global/inner_bg.gif) 0 0 no-repeat;
}
#footer {
	border-top: 1px #EAE2D8 solid;
	margin-top: 42px;
	padding: 14px 14px 28px 0;
	width: 200px;
}
/****************************************|COLUMNS|****************************************/

/****************************************|ALWAYS|****************************************/
hr {
	border: 0;
	height: 1px;
	color: #000000;
	background-color: #000000;
}
img {
	border: 0 !important;
}
/****************************************|FIXES (browser & structure)|****************************************/
.clear {
	clear:both;
	font-size:0px;
	height:1px;
	line-height:1%;
	margin-bottom:-1px;
	overflow:hidden;
}
a, a:visited, a:hover, a:active, a:focus {
  -moz-outline-style: none;
}
