body {

	background: #e89024;
	margin: 0px;
	font-family: arial;
	
}

#container {

	width: 815px;
	height: 850px;
	background: #ffffff;
	margin: auto;
}

#top_strip {

	width: 100%;
	height: 180px;
	background: #30569e;
}

#left_panel {

	width: 255px;
	height: 650px;
	background: #ffffff;
	float: left;
}


#button_home {

	width: 235px;
	height: 42px;
	float: left;
	margin-left: 20px;
	background: url('images/button.jpg') no-repeat;
	margin-top: 10px;
}


#button_deal {

	width: 235px;
	height: 42px;
	float: left;
	margin-left: 20px;
	background: url('images/button.jpg') no-repeat;
	margin-top: 10px;
}

#button_contact {

	width: 235px;
	height: 42px;
	float: left;
	margin-left: 20px;
	background: url('images/button.jpg') no-repeat;
	margin-top: 10px;
}

#button_franchise {

	width: 235px;
	height: 42px;
	float: left;
	margin-left: 20px;
	background: url('images/button.jpg') no-repeat;
	margin-top: 10px;
}

#button_about {

	width: 235px;
	height: 42px;
	float: left;
	margin-left: 20px;
	background: url('images/button.jpg') no-repeat;
	margin-top: 10px;
}

.button {

	color: #ffffff;
	margin: 0px;
	font-weight: bold;
	text-align: center;
	margin-top: 2px;	
	text-transform: uppercase;
	text-decoration: none;
}


#right_panel {

	width: 560px;
	height: 650px;
	background: #ffffff;
	float: left;
}


#banner {

	width: 546px;
	height: 203px;
	background: #ffffff;
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	border: 0px solid #cccccc;
}

#text_main {

	width: 530px;
	height: 350px;
	background: #fff;
	float: right;
	margin-right: 20px;
	color: #4f5051;
	text-align: justify;
	font-size: 14px;
	
	
}

#text_main p {

	line-height: 20px;
}

#wide_banner {

	width: 780px;
	height: 134px;
	float: left;
	margin-left: 20px;
}

#footer {

	width: 780px;
	height: 150px;
	float: left;
	margin-left: 20px;
	background-image: url('images/footer.jpg');
	background-repeat:no-repeat;
	background-position: left top; 
}

#footer p {

	color: #30569e;
	text-align: justify;
	font-size: 12px;
	margin-left: 90px;
}

.selector {

	background: #cccccc;
	width: 250px;
	margin-bottom: 5px;
	color: #30569e;

	
}