body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	color: #222222;
	padding: 0;
	margin: 0 auto;
	/*background:url(../images/back.jpg) repeat-x left top;*/
	z-index:1;
	line-height: 1.25; 
	vertical-align: baseline
}
body {
	position: relative;
}
* html {
	 overflow-x: hidden;
}
a {
	color:#0f3e8b;
}
a:hover {
	text-decoration:underline;
}
img {
	border: none;
}

h1, h2, h3, h4, h5, h6 { font-weight: normal }

ul, ol{
	list-style:none;
	padding:0px;
}
#global {
	background:url(../images/background.gif) repeat-y center top;
}
#header {
	margin:0 auto;
	background: url(../images/header.jpg) no-repeat center top;
	width:900px;
	height:175px;	
	top:0px;
	z-index:2;
	
}

#main {
	width:900px;
	height:100%;
	margin:0 auto;
	background: url(../images/rest.jpg) no-repeat top left;
}
#main:after{
	clear:both;
	display: block;
	content: '';
}

#left {
	float:left;
	width:182px;
	padding-left:0px;	
	margin-top:40px;
}

#center {
	height:100%;
	margin-top:40px;
	float:left;
	width:468px;
	padding:0px 5px 0px 5px;
}
#centerBig {
	height:100%;
	margin-top:40px;
	float:left;
	width:665px;
	padding:0px 5px 0px 5px;
}

#right {
	margin-top:20px;
	float:right;
	width:225px;
	margin-right:15px;
}

#footer {
	background: url(../images/footer.jpg) no-repeat top center;
	width:900px;
	height:77px;
	margin:0 auto;
	margin-top:20px;
}
