#container{
	margin: 0 auto;
	background: url('../images/xv.png') repeat;
}

#main{
	position: relative;
	width: 900px;
	border: 0px;
	height: 100%;
	min-height: 100%;
	margin: 0px auto;
	padding-top: 16px;
	padding-bottom: 32px;
	padding-left: 25px;
	padding-right: 25px;
	background: url('../images/main-bg.png') repeat-y;
}

header{
	position: relative;
	background: url('../images/header.png') center no-repeat;
	height: 200px;
	width: 960px;
	margin: 0 auto;
}

footer{
	position: relative;
	width: 100%;
	height: 106px;
	background: url('../images/footer-bg.png') repeat-x;
}

section{
	padding-left: 16px;
	padding-right: 16px;
}

a, a:visited{
	color: #797979;
	text-decoration: none;
}

a:hover{
	color: #333;
}

.grid {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.col9 {
	width: 665px;
}

.col6{
	width:440px;
}

.col3{
	width: 215px;
}