/*
Theme Name: Quality Drink Awards 2010
Description: Quality Drink Awards 2010, WordPress theme developed by <a href="mailto:matthew.stone@metropolis.co.uk">Matt Stone</a>.
Version: 1.0
Author: Matt Stone
Author URI: http://www.mattstone.me/
Tags: Metropolis
*/

/* begin Page */
body {
	background: #8B2345;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 82.5%;
}
a img {
	border: 0;
}
#content a {
	color: #fff;
}
#wrapper {
	margin: 0 auto;
	width: 978px;
	/*background: url(images/contentbg.png) no-repeat bottom;*/
	background: url(images/QDA_webfooter.jpg) no-repeat bottom;
	padding-bottom: 250px;
}
#left-col {
	float: left;
	width: 153px;
}
#left-col img {
	display: block;
	margin: 5px 0 5px 23px;
}
#logo {
	margin: 0 auto 12px 30px;
	text-align: center;
}
#logo img {
	margin: 0;
}
#nav-main, #nav-main li {
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;
} 
#nav-main a {
	background: url(images/rollover.png) no-repeat;
	display: block;
	width: 121px;
	height: 23px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#nav-main a:hover {
	background-position: 0 -23px;
}
#header {
	float: left;
	background: url(images/QDA_webheader.jpg) no-repeat;
	text-align: right;
	width: 778px;
	height: 200px;
	margin-left: 23px;
}
#content {
	float: left;
	width: 586px;
	margin-left: 23px;
	margin-right: 24px;
}
#right-col {
	float: left;
	width: 192px;
	text-align: center;
}
#footer {
	margin: 0 auto;
	width: 978px;
	text-align: center;
	margin-top: 10px;
}
#footer a {
	font-weight: bold;
	color: #E9B1C4;
	text-decoration: none;
}
#footer a:hover {
	color: #C93D72;
}


