/*///////////////////////////////////////////////////////

	Layout Stylesheet
	Last updated 11/11/2009

	(C) 2009 Shock Media Pty Ltd

	All Browsers [SCREEN]
	This is the common layout defintion.

///////////////////////////////////////////////////////*/

/*********************
 * CANVAS DEFINITION *
 *********************/

* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
	font-size: 9pt;
	background: #191919 url(../images/background.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

html>body {
	font-size: 10px;
}

a img {
    border: none;
}

/*********************
 * LAYOUT DEFINITION *
 *********************/

div {
    width: 616px;
    margin: 0 auto;
}

#footer ul {
    text-align: center;
}

#footer ul li {
    display: inline;
    list-style: none;
    padding: 0 5px;
    border-right: 2px #535252 solid;
}

#footer ul li.last {
    border: none;
}

#footer ul li a {
    color: #535252;
    font-size: 1.4em;
}

#footer p {
    margin-top: 9px;
    color: #CCC;
    text-align: center;
    font-size: 1.4em;
}
#footer ul li a:hover {
	color: #E03925;
	font-size: 1.4em;
}
