/* Coded by - pxwebdesign.com.au - 2007 */

body {
	margin: 0 auto;
	color: #fff;
	font: 16px Arial, Verdana, sans-serif;
	text-align: center;
	background: #0060aa url(images/bg.gif);
}

small { font-size: 85%; }



/*//////////      MAIN DIV     //////////*/

#container {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}

#header {
	background: url(images/topbg.gif) no-repeat top right;
	padding-top: 25px;
}



/*//////////      CONTENT     //////////*/


#header img { display: block; }


#links a:link, #links a:visited {
	display: block;
	margin: 10px 200px 20px 70px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: #666;
	padding: 10px 80px 10px 20px;
	font-size: 2.5em;
}

#links a:hover {
	background: #074b7f url(images/linkbg.jpg) 98% 50% no-repeat;
}

#links span {
	display: block;
	font-size: 0.5em;
	font-weight: normal;
}

#links span em {
	font-size: 0.8em;
	font-style: normal;
}




/*//////////      MAIN HEADERS     //////////*/

h1 {
	font-size: 2.1em;
	margin: 25px 0 30px 15px;
	padding: 0;
	color: #fff;
	font-weight: bold;
	letter-spacing: -1px;
}

