/* mr wacky - created by tommo blue crush media ltd */

body {
	font-family:Verdana, Geneva, sans-serif;
	color:#fff;
	margin-top:15px;
	margin-bottom:15px;
	font-size:12px;
	background-image:url(/images/bg.gif);
}

#container {
	width:1000px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height:auto;

}



#header {
	width:1000px;
	height:273px;
	background:url(/images/header.png);
}



#navbar {
	width:1000px;
	height:25px;
	background:url(/images/navbar.png);
	text-align:center;
	line-height:20px;
}


A.navlink:link, active {
	color:#FFF;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
}

A.navlink:visited {
	color:#FFF;
	font-size:15px;
	text-decoration:none;
	font-weight:bold;
}

A.navlink:hover {
	color:#0FF;
	font-size:15px;
	text-decoration:underline;
	font-weight:bold;
}

#contentbox {
	width:1000px;
	height:auto;
	background-color:#FF0;
	font-size:12px;
	color:#C00;
	background-image:url(/images/cbg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

h1 {
	font-size:24px;
	color:#06F;
}

li, ul {
display:inline;
padding-right:12px;
padding-left:12px;

}

#content {
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
}


A:link, active {
	font-size:12px;
	color:#C00;
	text-decoration:undererline;
	font-weight:bold;
}

A:visited {
	font-size:12px;
	color:#C00;
	text-decoration:undererline;
	font-weight:bold;
}

A:hover {
	font-size:12px;
	color:#06F;
	text-decoration:none;
    font-weight:bold;
}
