/* CSS Document */
body {
	margin:0px;
	color:#000000;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
#banner_head {
	background-image:url(../images/header.png);
	width:790px;
	height:102px;
}
#menu_line {
	background-image:url(../images/menuBG.gif);
	height:24px;
	width:790px;
	position:relative;
}
#container {
	display:block;
	border-style:solid;
	border-width:1px;
	border-color:white black;
	width:790px;
	min-height:426px;
}
#right_panel {
	background-image:url(../images/rightBG.jpg);
	background-position:right;
	background-repeat:repeat-y;
	width:230px;
	height:100%;
	min-height:100%;
	display:block;
	border-width:0px;
	text-align:left;
	float:right;
}
#main_content {
	width:535px;
	float:left;
	display:block;
	padding-right:10px;
	padding-left:10px;
	text-align:left;
}
#single_column {
	background-image:url(../images/rightBG.jpg);
	background-position:right;
	background-repeat:repeat-y;
	display:block;
	padding-right:10px;
	padding-left:10px;
}
#contact_details {
	float:left;
	text-align:left;
}
#footer {
	display:block;
	height:12px;
	width:795px;
	background-image:url(../images/footer.png);
	background-repeat:no-repeat;
	position:relative;
}
.order_left {
	width:20%;
	float:left;
	height:150px;
}
.order_right {
	width:80%;
	float:right;
	height:150px;
}
