body, html {
	height: 100%;
}

body {
	background-image:url(images/bg.jpg);
	margin: 0px;
	padding: 0px;
	font-family:"Times New Roman", Times, serif;
	color: #660000;
	font-weight: normal;
	font-size: 14px;
	font-style: normal;
	text-align: center;
}

#container {
	width: 760px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-left: 1px solid #660000;
	border-right: 1px solid #660000;
	border-bottom: 1px solid #660000;
	background-image: url(images/Menu_BG2.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

A{ text-decoration:underline; color:#993300 }
a:link, a:active { text-decoration:underline;  }
a:hover { text-decoration:none;  }
A:visited { color: #660000; text-decoration:underline; }

img.imgborder {
	background-color: #660000;
	border: 3px solid #660000;
}

h1 {
	font-size:20px; 
	font-weight:bold; 
	color: #660000;
	margin: 0px 0px 3px 0px;
}

h2 {
	font-size:16px; 
	font-weight:bold; 
	color:#993300; 
	margin: 0px 0px 5px 0px;
}

blockquote {
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #660000;
}

div.top{
  	width: 760px;
} 

div.top span.logo {
	width: 760px; 
	height: 191px; 
	position: relative;
}

div.row {
	clear: both; 
	width:760px;
	padding: 0px;
	height: 100%;
}

div.row span.menu {
	float: left;
	width: 150px;
	height: auto;
}

div.row span.content{
  	float: right;
  	width: 610px;
} 

div.footer { 
	display: block;
	font: 12px Arial; 
	line-height: 20px;
	text-align: center;
	padding-top: 30px;
}

.res_cat {
	width: 30%;
	text-align: center;
	padding-bottom: 10px;
	white-space: nowrap;
	float: left;
}
.clearer {
	width: 100%;
	display: block;
	clear: both;
}
.inner_left, .inner_middle, .inner_right {
	width: 30%;
	padding: 5px;
	float: left;
}
.inner_half_left, .inner_half_right {
	float: left;
	width: 45%;
	padding: 10px;
}
