/*
	Global Layout v1.1
	built by AntalMedia (www.antalmedia.com)
	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/body_bg.gif) repeat scroll 0px 3px;
}
#outter_wrapper {
	min-width: 1000px;
	background: url(/lib/images/outter_wrapper_bg.gif) 0 0 repeat-x;
}
#wrapper {
	height: 800px;
	width: 1000px;
	margin: 0 auto;
}
#header {
	height: 100px;
}
#inner {
	width: 1000px;
}
#footer {
	width: 1000px;
}
/****************************************|ALWAYS|****************************************/
.horz_rule {
	line-height: 2px;
	height: 2px;
	width: 100%;
	background: url(/lib/images/body_bg.gif) 0 0 repeat-x;
}
hr {
	border: 0;
	height: 1px;
	color: #000000;
	background-color: #000000;
}
img {
	border: 0;
}
/****************************************|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;
}