/* - - - - - - - - - - - - - - - - - - - - -

Title : 
URL : 

Author : SiteSuite Australasia
Author URL : http://www.sitesuite.com.au

- - - - - - - - - - - - - - - - - - - - - */

/*
----------------------------------------------------------------------------- 
GLOBALS
-----------------------------------------------------------------------------*/

/* default styles */
html {
  overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0px;
	padding: 0px;
	font: normal 11px arial, verdana, helvetica;
	color: #FFF;
	text-align: center;
}

p, td {
	font: normal 11px arial, verdana, helvetica;
	color: #FFF;
}

a {
	color: #323F50;
}

a:hover {
	/*color: #323F50;*/
	text-decoration: none;
}

h1 {
	font: bold 16px arial, verdana, helvetica;
	color: #FCFCFC;
	margin: 0;
}

h2 {
	font: bold 14px arial, verdana, helvetica;
	color: #FCFCFC;
	margin: 0;
}

/*
----------------------------------------------------------------------------- 
LAYOUTS AND WRAPPERS
-----------------------------------------------------------------------------*/

#top {
  width: 500px;
}

#menuwrap {
  display: none;
}

#bannerwrap {
  display: none;
}

div#contentwrap {
  width: 500px;
}

#footerwrap {
  display: none;
}