@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 76%;
	background-image:url(../gfx/bgBody.jpg);
	background-repeat:repeat-x}


/* #container
---------------------------------------- */
#container {
	width:680px;
	margin:0 auto;
	background-color:#FFFFFF;
	min-height: 700px;
	height: auto !important;
	height:700px;}


/* #header
---------------------------------------- */
#header {
	xwidth:1024px;
	height:159px;
	overflow:hidden;}


/* #left
---------------------------------------- */
#left {
	width:177px;
	float:left;
	margin-top:15px;}

	
/* #left .left-menu (see menu css files)
---------------------------------------- */



/* #mainContent
---------------------------------------- */
#mainContent {
	font-family:Tahoma, Verdana, Arial;
	width:480px;
	float:left;
	padding-bottom:20px;
	margin-top:18px;
	min-height: 500px;
	height: auto !important;
	height:500px;}
	

/* #footer
---------------------------------------- */
#footer {
	width:660px;
	margin:0 auto;
	background-color:#CCCCCC;
	font-size:10px;
	text-align:center;
	padding:3px 10px 3px 10px;
	color:#FFFFFF;}
	
#footer a:link,
#footer a:visited {
	color:#FFFFFF;}	
	
#footer p {
	margin:0;
	padding:0;}

/* Powered by I-Tools */
.itools {
	width:680px;
	text-align:center;
	font-size:9px;
	color:#999999;
	margin:0 auto;
	padding-top:8px;}
	
.itools a:link { color: #999999; text-decoration:none; }
.itools a:visited { color:#999999; text-decoration:none; }
.itools a:hover { color: #999999; text-decoration: underline; }
.itools a:active { color:#999999; text-decoration:none; }
