/* --------------------------------------------------------------------------------------------
Coded by Darcey.Lloyd@gmail.com Senior & Lead New media web applications developer

Main global styles
--------------------------------------------------------------------------------------------  */
body {
	font-family: Arial;
	font-size: 12px;
	background-image: url("../../images/stage/siteBgTiler.gif");
}

img {
	border: 0px;
}
/* -------------------------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------------------------
Site container
--------------------------------------------------------------------------------------------  */
#siteContainer {
	width: 990px;
}
/* -------------------------------------------------------------------------------------------- */



/* --------------------------------------------------------------------------------------------
Stage styles
--------------------------------------------------------------------------------------------  */
#logoContainer {
	position: absolute; 
	top: 0px;
	left: 0px;
	width: 180px; 
	height: 96px;
}

#headerContainer {
	position: absolute; 
	top: 0px;
	left: 180px;
	width: 180px; 
	height: 96px;
}


#naviContainer
{
	position: absolute; 
	top: 96px;
	left: 0px;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	width:180px;
}


#pageTitleContainer
{
	position: absolute; 
	top: 106px;
	left: 202px;
	height: 32px;
}

#pageTitleUnderlineContainer
{
	position: absolute; 
	top: 140px;
	left: 202px;
	height: 1px;
	width: 770px;
	background-color: #666666;
}

#contentContainer
{
	position: absolute; 
	top: 150px;
	left: 202px;
	width: 789px;
}





/* -------------------------------------------------------------------------------------------- */


















