* { margin:0; 	padding: 0; }

body {
	margin: 0px; 
	padding: 0;
	background: #e7e7e7 url('../images/body_bg.jpg') repeat-x;	
	text-align: center; font-style:normal; font-variant:normal; font-weight:normal; line-height:1.5em; font-size:80%; font-family: 'Trebuchet-MS', Tahoma, Arial, sans-serif 
}

#logo {
	height: 44px;
	width: 379px;
	background-image: url(../images/green_arrow_logo.gif);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/**************************************
   LAYOUT 
***************************************/	
#wrap {
	clear: both;
	margin: 0 auto; 
	padding: 0px; 
	width: 977px;
	text-align: left;
	background: url('../images/total_body_bg.jpg') top center no-repeat;	
}

/* CONTENT WRAP */
#content-wrap 
{
	clear: both;
}

.hori_space
{
	height:300px;
	clear:both;
}
/* MAIN COLUMN */
#main {
	float: right;
	width: 100%;
	padding: 0;
	margin: 0 auto;	
}

.navigation
{
	margin:0 auto;
	width:100%;
	text-align:center;
}

/* footer*/
#footer {
	clear: both;
	background: url('../images/footer_bg.gif') top center repeat-x;	
	width: 100%;
	height:59px;
	padding-top:15px;
	padding-bottom:10px;
	text-align: center;
	color: #FFF;
	font:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#504F4F;
}

#footer a {
	text-decoration: none;
	color: #FFF;
	
}
#footer a:hover {
	color: #000;
	text-decoration:none;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

