body {
	background: #D8DBBC;
	text-align: center;
	font: .7em Arial, Helvetica, sans-serif;
	color: #505050;
	margin: 0px;
	padding: 0px;
}

#wrapper, #wrapper3col {
	margin: 0px auto;
	/* to fix centering in Mozilla */
	
	text-align: left;
	width: 780px;
	/* width should be the same as the background image*/
	padding: 0 0 0 0;
	/* box model hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 780px;
		background: transparent url(images/border_left.gif) 0 0 repeat-y;
}

html>body #wrapper, html>body #wrapper3col {
	width: 780px;
}

a:link, a:visited, a:hover, a:active {
	color: #000000;
	text-decoration:underline;
}

/* - - ---  ---  HEADER - --  -- - - - */
#header{
	background: transparent url(images/logo_bg.jpg) 0 0 repeat-x;
	width: 780px;
	height: 80px;
	text-align:left;

}
#header img{
	margin-left: 15px;
}
#contact{
	float: right;
	font-size: 18px;
	padding: 25px 20px 0 0;
	text-align:center;
	color: #000000;
}


.search{
	float: right;
	padding: 15px 15px 0 0;
}


/*          FORMS            */

input{
	border: 1px solid #505050;
}

/*  - -- - - -  BODY               */
#main{
	width: 780px;
	color: #101010;
}

h2{
	color: #000000;
}

/* -  - -- -- --- - MENU -- - --  - - - */


#left{	
	float: left;
	margin-left: 1px;
	width:280px;
}


#left ul{
	list-style-image: url(images/arrow.gif);
	list-style-type: circle;
}
#left li{
	line-height: 1.3;
}
#left ul ul li{
	font-size: .8em;
}
#left a:link, #left a:visited{
	color: #000000;
	text-decoration:none;
	font-size: 1.7em;
}
#left a:hover, #left a:active{
	text-decoration:underline;
}
#menu {
	line-height: 1.4;
	
}
.menuToll{

	text-align: center;
	font-size:18px;
	color: #000000;
	
}
/*  -  - --   - - -CONTENT -  -- - -- - */

 #right{
	 width: 496px;
	float:right;
	
	padding: 0px;
	border: 0px;
	font-size: 14px;
	line-height: 1.4;

}


/*                       Footer           */

#footer{
	display:block;
	height:46px;
	background: transparent url(images/footer.gif) 0 0 repeat-x;
	background-color:#434242;
	color: #FFFFFF;
	text-align: center;
}
#footer a:link, #footer a:visited{
	color: #ffffff;
	text-decoration:underline;
}
#footer a:hover, #footer a:active {


}

