@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
	background-color: #fff;
}
.twoColFixRt #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/container-bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.twoColFixRt #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin-left: 25px;
}
#ad1 {
	height: 150px;
	width: 150px;
	background-color: #FFF;
	margin-bottom: 10px;
}
#ad2 {
	height: 150px;
	width: 150px;
	background-color: #FFF;
	margin-bottom: 10px;
}
#ad3 {
	height: 150px;
	width: 150px;
	background-color: #FFF;
	margin-bottom: 10px;
}
#ad4 {
	height: 150px;
	width: 150px;
	background-color: #FFF;
	margin-bottom: 12px;
}
#ad5 {
	height: 150px;
	width: 150px;
	background-color: #FFF;
	margin-bottom: 10px;
}





#header {
	height: auto;
	width: auto;
	background-color: #FFF;
	background-image: url(../images/Romsey-Purbani_logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.twoColFixRt #inner_container {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

.twoColFixRt #mainContent {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFF;
} 
#menu_col1 {
	width: 49%;
	margin-right: 10px;
	float: left;
}
#menu_col2 {
	width: 49%;
	float: left;
}
#menu_col3 {
	width: 49%;
	margin-right: 10px;
	float: left;
}
#menu_col4 {
	width: 49%;
	float: left;
}



.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 15px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-size: 18pt;
	font-weight: normal;
	color: #6F0300;
}
#contact {
	height: 50px;
	width: 275px;
	float: left;
	margin-left: 10px;
	padding-top: 5px;
	font-weight: bold;
}
.Tel-large {
	font-size: 16px;
	font-weight: normal;
	color: #7A0402;
}
.Tel-large2 {
	font-size: 13px;
	font-weight: bold;
	color: #F2991B;
}

.Tel-large-under {
	font-size: 16px;
	font-weight: bold;
	color: #7A0402;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #491613;
	padding-bottom: 2px;
}


#lunchtime {
	height: 50px;
	width: 110px;
	float: right;
	margin-left: 10px;
	display: inline;
}


h2 {
	font-size: 16px;
	font-weight: normal;
	color: #9F291D;
}
h3 {
}
.twoColFixRt #footer {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	font-size: 11px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/content_footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
	padding-left: 30px;
}
#foot1 {
	padding-top: 1px;
	width: 200px;
	float: left;
}
#foot2 {
	padding-top: 1px;
	width: 200px;
	float: left;
	margin-left: 75px;
}
#foot3 {
	padding-top: 1px;
	width: 200px;
	float: right;
	margin-right: 20px;
}
a:link {
	color: #810F05;
	text-decoration: none;
	border:none
}
a:visited {
	text-decoration: none;
	color: #790200;
	border:none
}
a:hover {
	text-decoration: underline;
	color: #D64D16;
	border:none
}
a:active {
	text-decoration: none;
	color: #7B0C00;
	border:none
}

a {
border: none;
}




p {
	line-height: 16px;
	color: #740402;
}
