@charset "utf-8";
/* CSS Document */
body {
	background-color: #190A27;
	color: #CCC;
	margin: 0px;
	background-image: url(../graphics/dogs-bollocks-header-logo.jpg);
	background-repeat: no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10pt;
}
#header {
	height: 90px;
}
#wrap {
	height: auto;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
#left {
	float: left;
	height: auto;
	width: 200px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
}
#right {
	height: auto;
	width: 350px;
	float: right;
	background-image: url(../graphics/bg.png);
	background-repeat: repeat;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
	margin-bottom: 50px;
}
#info {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	clear: both;
	height: 250px;
	margin-top: 20px;
	padding: 5px;
	width: 585px;
	font-size: 8pt;
}
#leftcol {
	width: 270px;
	font-size: 8pt;
	float: left;
	margin-left: 5px;
}
#rightcol {
	width: 300px;
	font-size: 8pt;
	float: right;
}
#footer {
	height: 90px;
	margin-right: auto;
	font-size: 8pt;
}
img.front {
	height: 50px;
	width: 50px;
	padding: 5px;
	background-color: #FFF;
}
img.inner {
	height: 201px;
	width: 300px;
	padding: 5px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: 20px;
}
h1 {
	color: #CC0;
	font-size: 9pt;
}
h2 {
	color: #CC0;
	font-size: 9pt;
}
h3 {
	color: #CC0;
	font-size: 8pt;
}
a {
	color: #CF0;
}

