@charset "UTF-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	background:#fff url(../img/bg.jpg) top center repeat-x;
}
#wrapper {
	width:960px;
	margin:0 auto;
}
#header {
	width:960px;
	height:220px;
	text-align:center;
	overflow:hidden;
}
#header img {
	margin:40px 0 0 0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
}
#container {
	float:left;
	width:960px;
}
.col {
	width:300px;
	float:left;
	display:inline;
}
.middle {
	border-left:#ededed 1px solid;
	border-right:#ededed 1px solid;
	margin:0 14px;
	padding:0 15px;
}
h1 {
	font-size:20px;
	color:#906;
}
h2 {
	font:bold 14px/18px Arial, Helvetica, sans-serif;
	color:#333;
	padding:5px 0 0 0;
}
p {
	color:#666;
	font:12px/18px Arial, Helvetica, sans-serif;
	padding:18px 0 5px 0;
}
.col a {
	color:#666;
}
.col a:hover {
	color:#333;
}

#footer {
	width:960px;
	height:50px;
	float:left;
	background:#fff url(../img/footer.jpg) top left no-repeat;
	font:12px/18px Arial, Helvetica, sans-serif;
	color:#fff;
	padding:100px 0 0 0;
	text-align:center;
	text-shadow: 1px 1px #666;
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}