/**
* @file			style.css
* @author		Andrew King
* @version  	24/02/2010
*/

* {
	font-size: 95%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

body {
	background-color: #E5E5E5;
}

a:link, a:visited, a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	color: #f140a9;
	text-decoration: underline;

}

#container {
	margin: 25pt auto;
	width: 600px;
	height: 400px;
}

#header {
	background:	#39d4f0 url('../images/top.gif') no-repeat;
	display: block;
	width: auto;
	height: 125px
}

#header h1 {
	background: url('../images/logo.png') no-repeat;
	height: 78px;
	width: 423px;
	position: relative;
	top: 5px;
	left: 88px
}

#header h2 {
	background: url('../images/url.png') no-repeat;
	height: 46px;
	width: 298px;
	position: relative;
	left: 240px
}

#header span {
	display: none;
}

span.copyright {
	display: none;
}

#mainContent {
	display: block;
	width: auto;
	min-height: 300px;
	background-color: #39d4f0;
}

#mainContent p {
	padding: 10px;
}

#links {
	background: url('../images/footer.gif') repeat-x;
	vertical-align: bottom;
	display: block;
	height: 40px;
	width: auto
}

/* Affiliates List */

#links ul li {
	display: block;
	float: left;
}

p span.affiliates_title {
	display: block;
	height: 0px;
	margin: 0pt;
	overflow:hidden;
	width: 0px;
}

ul#affiliates li a {
	display: block;
	height: 15px;
	margin-left: 5px;
	overflow: hidden;
}

ul#affiliates {
	list-style-type: none;
	margin: 0pt auto;
	padding:0pt;
	width: 200px;
}

ul#affiliates li {
	margin: 0px 0pt;
	text-indent:-999em;
}

ul#affiliates li a.xhtml {
	background: url('../images/buttons/xhtml.gif') no-repeat 0pt 0pt;
	width: 80px
}

ul#affiliates li a.css {
	background: url('../images/buttons/css.gif') no-repeat 0pt 0pt;
	width: 80px
}

/* Advert 728x90 */
div#advert {
	margin: 0 auto;
	width: 728px;
	height: 90px;
	padding-top: 60px;
}

.noblob li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
}

div.move {
	padding: 10px;
}

div.info {
	margin-left: 5px;
}

