
body {
	background-color: #B4B49D;
	text-align:center;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	color: #777262;
}

#container {
	background-color: #FFFFFF;
	width: 800px;
	margin: 0px auto -1px auto; 
	text-align: left;
	border: 1px solid #FFFFFF;
}

#header {
	padding-bottom: 1px;
}


/ * Top Menu */

#menu {
	margin-bottom: 1px;
	width: 800px;
	height: 21px;
	background-color: #6C6757;
}

#menu ul {
	margin-top: 1px;
	width: 800px;
	height: 21px;
	list-style-type: none;
	overflow: hidden;
	padding: 0px;
	margin-left: 0px;
}

#menu li {
	margin-right: 1px;
	width: 160px;
	height: 21px;
	float: left;
	background: url('/templates/sacommercialgates/images/menu_back.png') repeat-x 0px 0px;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	background-color: #6C6757;
}

#menu li.last {
	margin-right: 0px;
	width: 155px;
}

#menu a {
	padding-top: 3px;
	display: block;
	color: #ffffff;
	text-decoration: none;
}

#menu a:hover {
	color: #B1AF9C;
}



#content {
	float: left;
	width: 380px;
	padding-left: 5px;
	padding-bottom: 1px;
}

#page_pic {
	position: relative;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

#footer {
	clear: both;
	background-color: #6C6757;
	
	background: url('/templates/sacommercialgates/images/menu_back.png') repeat-x 0px 0px;
	
	padding: 0px;
	margin: 0px;
	
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	height: 21px;
}


