/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
	background-image:url(../images/wood_bg.jpg);
	
}

.text_line {
	clear:both;
	margin-bottom: 2px
}	

a:link {
	color: #009900;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

a {
	color: #0077dd;
}

a:hover {
	text-decoration: none;
}

.list1 {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.list1_a {
	background: url(../images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

.list2 {
	margin: 0;
	list-style-type: none;
}

.list2_a {
	background: url(../images/img01.gif) no-repeat left 60%;
	padding-left: 12px;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0px 20px 3px 0px;
	border:10px groove #673423;

}

img.right {
	float: right;
	margin: 0px 0px 3px 20px;
	border:10px groove #673423;

}

img.leftnoborder {
	float: left;
	margin: 0px 0px 20px 5px;
	border:none;
}

img.rightnoborder {
	float: right;
	margin: 0px 0px 5px 20px;
	border:none;
}


img.vertmiddle {
	vertical-align:middle
}

img.lastone {
	border: 10px groove #673423;
}


p.announce {
	margin: 0 0 0 0px;
	padding-left: 20px;
	padding-right: 40px;
	text-align:justify;
	font-weight: bold;
	font-size: 13px;
	color: #990000;
}

p.indent {
	padding-left: 30px;
}

/** HEADER */

#header {
	width: 752px;
	margin: 0px auto;
	padding: 1em;
	height: 100px;
	color: #Ffffff;
	
	}

#header h1 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	font-weight: bold;
}

#header h2 {
	margin: 0 0 0 -80px;
	padding: 0px 0px 0px 95px;
	font-weight: bold;
	font-size: 16px;
}

#header h3 {
	height: 22px;
	font-size: 16pt;
	font-weight: bold;
	margin: 0;
	color: #0033ff;
	float: left;
	padding: 0;
}


/** CONTENT */

#content {
	width: 778px;
	margin: 20px auto;
	padding: 40px 20px 20px 20px;
	background-color:#fefefe;
	background-image:url(../images/sketch_knockbackx778.jpg);
	background-repeat: no-repeat;
	border:10px groove #673423;
	height: 100%
}

#content h3 {
	height: 22px;
	font-size: 12pt;
	font-weight: bold;
	color: #673423;
	}

#content h4 {
	height: 22px;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	margin-bottom: -10px;
}
#columnA {
	float: right;
	width: 538px;
	padding-left: 20px;
	padding-right: 10px;
/*	background-image:url(../images/sketch_knockbackx558.jpg);
	background-repeat:no-repeat;*/
}

#columnA h2 {
	height: 22px;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: -10px;
}




#columnB {
	float: left;
	width: 180px;
	padding-left: 10px;
}

#columnB h3 {
	height: 22px;
	border-spacing: 2px;
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: -10px;
}


/** FOOTER */

#footer {
	clear: both;
	margin: 0px auto;
	height: 59px;
	text-align: center;
}

#footer p {
	margin: 0px;
	padding: 18px 0px 0px 0px;
	font-size: 10px;
	color: #FFFFFF;
}

#footer a {
	color: #CCCCCC;
}

#footer img.left {
	float: left;
	margin: 0px 20px 3px 20px;
}

#footer img.right {
	float: right;
	margin: 0px 20px 3px 20px;
}

/** Gallery */

#gallery {width:538px;}
#gallery ul {list-style:none; padding:0; margin:0; width:180px; position:relative; float:right;}
#gallery ul li {display:inline; width:52px; height:52px; float:left; margin:0 0 5px 5px;}
#gallery ul li a {display:block; width:50px; height:50px; text-decoration:none; border:1px solid #000;}
#gallery ul li a img {display:block; width:50px; height:50px; border:0;}
#gallery ul li a:hover {white-space:normal; border-color:#ddd;}
#gallery ul li a:hover img {position:absolute; right:185px; top:0; width:auto; height:auto; border:1px solid #000;}

.menu{
	width: 778px;
	background-image:url(../images/wood_menu.jpg);
	margin: 0px auto;
	padding: 10px 0px 10px 10px;
}	

.menu ul{
        margin: 0; padding: 0;
        float: left;}

.menu ul li{
        display: inline;}

.menu ul li a{
        float: left; text-decoration: none;
        color: white;
        padding: 10.5px 11px;}

.menu ul li a:visited{
        color: white;}

.menu ul li a:hover, .menu ul li .current{
        color: #fff;
        background-color:#B39B79;}

#samplemenu {

	padding-left: 20px;
	padding-right: 20px;
	margin-left: 100px;
	margin-right: 100px;
	border: 20px groove #673423;
	text-align: center;
	font-size: 10pt;
	font-style: italic;
	font-weight:normal;
	color:#990000;
	background-color:#FDE8CC

}

#samplemenu h1 {
	height: 22px;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: -10px;
	color:#990000
}

#samplemenu h2 {
	height: 22px;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: -10px;
	color:#006600
}

#barmenu {

	width: 50%; 
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 40px;
	margin-right: 40px;
	border: 20px groove #673423;
	text-align: center;
	font-size: 10pt;
	font-style: italic;
	font-weight:normal;
	color:#FFFFFF;
	background-color:#000000;
/*	float: left*/

}

#barmenu h1 {
	height: 22px;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: -10px;
	color:#FF0000
}

#barmenu h2 {
	height: 22px;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: -10px;
	color:#FFFF00
}

#oapmenu {

	width: 50%;
	padding-left: 5px;
	padding-right: 5px;
/*	margin-left: 5px;
	margin-right: 5px;*/
	border: 5px ridge #003300;
	text-align: center;
	font-size: 10pt;
	font-style: italic;
	font-weight:normal;
	color:#CC9900;
	background-color:#FFFFCC;
	float:right;



}

#oapmenu h1 {
	height: 22px;
	font-size: 12pt;
	font-weight: bold;
/*	margin-bottom: -10px;*/
	color:#CC0000
}

#oapmenu h2 {
	height: 22px;
	font-size: 12pt;
	font-weight: bold;
	margin-bottom: -10px;
	color:#999900
}