@charset "utf-8";
body {
	background-color:#5C1500;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

img {
	border:0;
}

p {
	font-style:italic;
	text-align:justify;
	margin:0;
	padding:10px 0;
}

h2 {
	color:#5C1500;
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding-bottom:10px;
}

h2 strong {
	font-size: 10px;
}


a {
	color:#751B01;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#header, #main, #footer {
clear:both;
}

#page {
	width:686px;
	margin:0 auto;
}

#main {
	background:#f4ebca url(img/main_bg.gif) repeat-y top left;
	overflow:hidden;
}

* html #main {
	height:1%;
}

* html body {
	text-align:center;
}
* html #page {
	text-align:left;
}

#header_img {
	margin-left:100px;
}

#header marquee {
	color:#F4EBCA;
	float:right;
	font-size:14px;
	font-style:italic;
	margin-top:30px;
	width:360px;
}

* html #header marquee,
*+html #header marquee  {
	margin:0;
	position:relative;
	top:-40px;
	left:120px;
}

#col1 {
	width:301px;
	float:left;
	text-align:center;
	background:#f4ebca url(img/col1_top.gif) no-repeat top left;
	padding-top:5px;
}

#col1 img {
	border:1px #000 solid;
}

#menu {
	background-color:#751B01;
	/*background-image:url(img/col1_bottom.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding-bottom:30px;*/
	margin-top:5px;
}

#menu_text ul {
	background-image:url(img/menu_text_top.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:60px 0 0 0;
	margin:0;
	list-style-type:none;
	text-transform:uppercase;
	border:5px #f4ebca solid;
	border-top:0;
	border-bottom:0;
	text-align:left;
	position:relative;
}

#menu_text ul ul {
	background-image:none;
	padding:0;
	border:0;
	text-transform:none;
}

#menu_text li {
	padding-left:70px;
	position:relative;
}

#menu_text ul ul li {
	padding-left:30px;
}

#menu_text div{
	margin:0px;
	padding:0px;
}

* html #menu_text,
*+html #menu_text {
	background-position:top 5px;
}

#menu_text li a {
	color:#A88065;
	font-family:"Times New Roman",Times,serif;
	font-weight:bold;
}

#col2 {
	width:381px;
	margin-left:305px;
	overflow:hidden;
}

* html #col2 {
	margin-left:302px;
}

#col2_top {
	background-image:url(img/col2_top.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-size:1px;
	height:34px;
}

#col2_content {
	/*background-image:url(img/col2_content.gif);
	background-repeat:repeat-y;
	background-position:top left;
	min-height:461px;*/
	padding:0 20px;
}

#col2_bottom {
	background-image:url(img/col2_bottom.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-size:1px;
	height:34px;
}

#col1 img {
	width:289px;
}

#footer {
	color:#F4EBCA;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-style:italic;
	text-align:right;
	clear:both;
	padding-top:68px;
	background-image:url(img/main_bottom.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.floatright {
	float:right;
	height:160px;
	text-align:right;
	width:115px;
}

.border_b{
   border: 1px solid #000000;
}

.gallery_row {
	height:145px;
}

.nav {
	margin-top:10px;
	text-align:center;
}

.gallery_cell {
	float:left;
	width:50%;
	text-align:center;
}

.float{
   visibility: hidden;
   position: absolute;
   left: -3000px;
   z-index: 10;
}

.news {
	margin-top:15px;
	padding-bottom:5px;
	border-bottom:2px dotted #5C1500;
}






/*
A tags 
*/
#menu_text .slMenuItem_depth1{	/* Main menu items */
	margin-top:1px;
	font-weight:bold;
}	
#menu_text .slMenuItem_depth2{	/* Sub menu items */
	margin-top:1px;
}	
#menu_text .slMenuItem_depth3{	/* Sub menu items */
	margin-top:1px;
	font-style:italic;
}	
#menu_text .slMenuItem_depth4{	/* Sub menu items */
	margin-top:1px;
}	
#menu_text .slMenuItem_depth5{	/* Sub menu items */
	margin-top:1px;
}

/* UL tags, i.e group of menu utems. 
It's important to add style to the UL if you're specifying margins. If not, assign the style directly
to the parent DIV, i.e. 

#menu_text .slideMenuDiv1

instead of 

#menu_text .slideMenuDiv1 ul
*/

#menu_text .slideMenuDiv1 ul{
	padding:0;
}
#menu_text .slideMenuDiv2 ul{
	margin:0;
	padding:0;
}
#menu_text .slideMenuDiv3 ul{
	margin:0;
	padding:0;
}
#menu_text .slMenuItem_depth4 ul{
	margin:0;
	padding:0;
}


