body{
	margin:0;
	text-align:center;
	font-family:Tahoma;
	font-size:12px;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-position:center;
	background-position:top;
	
}

#container{
	margin:0 auto;
	width:960px;
	border: 0px solid #333;
	background-color:#F3F3F3;
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	
}   

#left{
	float:left;
	width:260px;
	background-color:#fff;

	text-align:center;
	
	height:241px;
	
	
}

#right{
	
	width:700px;
	background-color:#fff;
	margin-left:260px;
	
}


.menutext{
	font-size:14px;
	color:#333;
	font-weight:bold;
}


#message{
	
	width:960px;
	background-color:#666;
	clear:both;
	height:50px;
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
	
	
}

.message-text{
	font-size:18px;
	font-weight:bolder;
	color:#FFF;
}

.menu_cell{
	border:1px solid #666;
}

#bottomleft{
	float:left;
	width:260px;


	text-align:center;
	font-size: 18px;
	
	
}

#bottomright{
	
	width:700px;
	background-color:#fff;
	margin-left:260px;
	font-weight:normal;
	text-align:center;
	height:600px;
	
}

.content-style{
	font-size:15px;
	line-height:22px;
	text-align: justify;
	font-weight:normal;
	color:#666;
}


.content-style-header{
	font-size:18px;
	line-height:18px;
	
}

.image{
	border:1px solid #CCC;
}

.quotetext{
	font-size: 12px;
	color:#FFF;
	
}

.quotetextbox{
	font-size:11px;
	color:#666;
	font-weight:bold;
	padding:2px;
	background-color:#f3f3f3;
	width:165px;
	font-family: Tahoma;
}

.limosubtitles{
	font-size:9px;
}

#main-content{
	width:960px;

	background-color:#fff;
}