body
{
	background-image: url('../images/elements/bg_main.gif');
	background-repeat: repeat-x;
	background-color: #757e6e;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333333;	
	text-align: center;
}

/*--------------------------------------------------------------*/
img { border:0px; }

/* top navigation bits */


#topnav 
{ 
	width: 664px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 10px;
}

#topnavleft
{
	float: left;
	width: 332px;
	text-align: left;
}

#topnavright
{
	float: right;
	width: 332px;
	text-align: right;
}


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

#container
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 664px;
	background-color: #ffffff;
}

#pagetop
{
	background-image: url('../images/elements/pagetop.gif');
	background-repeat: repeat-x;
	height: 7px;
}

#topleft { float: left; }

#topright {	float: right; }

#pagebottom
{
	background-image: url('../images/elements/pagebottom.gif');
	background-repeat: repeat-x;
	height: 7px;
}

#bottomleft { float: left; }

#bottomright {	float: right; }

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

/* main page bits */

#santabanner
{
	width: 664px;
	text-align: left;
	border-left: 1px solid #3a4c12;
	border-right: 1px solid #3a4c12;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
}

/* box model hack */
#santabanner
{
	width: 664px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 652px;
}

/* be nice to Opera */
html>body #santabanner { width: 652px; }



#header
{
	width: 664px;
	text-align: left;
	border-left: 1px solid #3a4c12;
	border-right: 1px solid #3a4c12;
	padding-left: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}

/* box model hack */
#header
{
	width: 664px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 652px;
}

/* be nice to Opera */
html>body #header { width: 652px; }

#header img { border: 0px; }

#wrapper
{
	width: 664px;
	margin-top: 0px;
	padding: 5px 10px 10px 10px;
	text-align: left;
	border-left: 1px solid #3a4c12;
	border-right: 1px solid #3a4c12;	
}

/* box model hack */
#wrapper
{
	width: 664px;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 642px;
}

/* be nice to Opera */
html>body #wrapper { width: 642px; }


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

/* main bit */

#content
{
	width: 642px;
	padding: 10px 0px;
	font-size: 100%;
}

/* ---- intro bits --- */

#lhs_intro
{
	float: left;
	width: 311px;
	font-size: 90%;
	color: #7a7a7a;	
}

#lhs_intro p { padding: 8px; }

#rhs_intro
{
	float: right;
	width: 311px;
	font-size: 90%;
	color: #7a7a7a;
}

#rhs_intro p { padding: 8px; }


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



/* footer bits */

#footer
{
	width: 664px;
	padding: 5px 0 0 0;
	margin-left: auto;
	margin-right: auto;
}

#footer .left
{ 
	font-weight: bold;
	color: #ffffff;
	text-align: left;
	font-size: 80%;
	float: left;
	margin-left: 12px;
}


#footer .right
{
	text-align: right;
	font-weight: bold;
	color: #babfb7;
	font-size: 80%;
	float: right;
	margin-right: 10px;
}

#footer .right a
{ 
	color: #babfb7;
	text-decoration: none;
}

#footer .right a:hover
{ 
	text-decoration: underline;
}

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

/* generic bits */

.divclear
{
   	clear: both;
   	display: block;
   	height: 0px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	font-size: 1px;
}

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

a:link
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:visited
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:active
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

