/* ****** Babble css ******** */

a:link, a:visited {
	color: #333;
}

a:hover {
	color: #FF6600;
}

#container { 
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto; 
	text-align: center;
	background-color: #fff;
} 
 
#header {
	width: 100%;
	min-height: 130px; 
	background-color: #000;
	padding-bottom: 10px;
	padding-top:10px;
}

#top {
	background: #000 url(../images/logo.gif) top center no-repeat;
	padding-top:65px;
	height: 70px;
}

#nav {
	width: 100%;
	height: 2em;
	line-height:1.8em;
	text-align:center;
	background-color: #FF6600;
}

#nav a:link, #nav a:visited {
	color: #000;
	text-decoration: none;
	margin-right: 10px;
}

#nav a:hover {
	color: #fff;
	text-decoration:none;
}

#backHome{
	width:100%;
	height:20px;
	background: #fff url(../images/home.gif) top left no-repeat;
}
#backHome span{
	display:none;
}
#backHome a{
	display: block;
	width: 20px;
	height: 20px;
}

.main {
	width: 100%;
	color: #666;
	line-height: 1.2em;
	text-align: justify;
	background-color:#fff;
}

#footer {
	clear:both;
	width: 100%;
	height: 2em;
	background: #FF6600 url(../images/headandshouldersbar.gif) center no-repeat;
}

.lefttext, .righttext{
	float:left;
	width:230px;
	padding-right: 20px;
	margin-top: 60px;
	margin-bottom: 15px;
}

.boxBig {
	float:left;
	width:auto;
	margin-top: 60px;
	padding: 10px;
	margin-bottom: 15px;
}
