@charset "utf-8";
html {
	height: 100%;
	width: 100%;
	text-align: center;
}

body {
	margin: 0px;
	padding: 0px;
	background: #44281C;
	font: 12px Verdana, Geneva, sans-serif;
}

.content {
	background: #FFF url(../images/content_bg.jpg) repeat-y left;
	border-right: 5px solid #CEA682;
	border-bottom: 5px solid #CEA682;
	border-left: 5px solid #CEA682;
	border-top-style: none;
	width: 810px;
	text-align: left;
}

h1 {
	font: bold normal 16px Verdana, Geneva, sans-serif;
	background-color:#FAF6F3;
	color: #643226;
	width: 100%;
	padding: 10px 0px;;
	margin-top: 0px;
	border-top: none;
	border-bottom: 1px solid #A2938D;
	text-transform: uppercase;
}
h1:first-line {
	font-weight: normal;
}

.newsfooter {
	padding-bottom: 10px;
}


p, ul, li {
	color: #000;
	text-align: justify;
	font: 12px Verdana, Geneva, sans-serif;
}

.subnav {
	font: bold 8pt Verdana, Geneva, sans-serif;
	color: #FFF;
	height: 20px;
	padding: 0px 20px;
	vertical-align: middle;
}
.subnav a:link, .subnav a:visited {
	color: #FFF;
	text-decoration: none;
}
.subnav a:hover {
	color: #FFF;
	text-decoration: underline;
}
.picture {
	background-color: #F9F9F9; 
	border: 1px solid #CCCCCC;
	padding: 5px; 
	font: 11px/1.4em Arial, sans-serif;
	vertical-align: baseline;
} 
.picture img {
	border: 1px solid #CCCCCC; 
	vertical-align: top;
	margin-right: 5px;
	margin-bottom: 5px;
}
.wrapper {
	background: url(../images/page_bg.jpg) repeat-x bottom #643228;
	padding-top: 20px;
}

.small {font-size:9px; font-style:italic;}

.tixborder {border-right: #CCC solid 1px;}
.tixbottomborder {border-bottom: #CCC solid 1px;}