html,body {
	font-family: Arial, Helvetica, sans-serif;
	color: #464646;
	font-size: small;
	margin: 0;
	padding:0;
	height: 100%;
	background-color: #e9e9e6;

}

#top {
	width:100%;
	height: 221px;
	background-color: black;
	margin: 0 auto;
	clear:both;
}
#banner {
	width: 750px;
	margin: 0 auto;
}

#content-wrap {
	position: relative; /* needed for footer positioning*/
	width: 100%;
	margin-bottom: 1px;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6:treaded as min-height*/
	min-height: 100%;
	background:#0e0d0a url(images/background.gif) repeat center top;
}
/* START: Nav Bars */
#top-nav-bar-wrap {
	width: 100%;
		float: left;
	display: inline;
	position:relative;	
	background-color: #660033;
}

#top-nav {
	font-size: 14px;	
	width:750px;
	margin: 0px auto;	
	
}

#top-nav a {
	color: #ffffff;
	display: block;
	padding: 8px 15px;
	text-decoration: none;	
}
#top-nav .topmenu-off {
	float: left;
	color: #ffffff;
	display: inline;
}
#top-nav .topmenu-on {
	background: #660033;
	color: #fff;
	float: left;
	display: inline;	
}
#top-nav .topmenu-on a {
	color: #fff;
}
#top-nav a:hover {
	color: #fff;
	text-decoration: underline;
}



/* START: Content */
#content {
	width: 750px;
	margin:0 auto;
	padding-bottom: 70px;	
	clear: both;
}
/* START: Content */

#maincontent {
	margin: 10px 30px;
	padding: 0;
}
/* START: 2 alt column  */
.column2alt .column2b {
	float:right;
	width: 70%;
	border-left:2px dotted #b1a68c ;
	padding-left: 10px;
	padding-top:20px;
}
.column2alt .column2a {
	float:left;
	width: 20%;
	margin-left: 15px;
	padding-top:20px;
}



#box {
	background: url(images/box-bkg.jpg) repeat-y  ;
	width: 260px;
	padding:15px 0 0 15px;
	float: left;
	margin-left: -15px;
	margin-top: -20px;
}
.box-content {
	width: 240px;
	padding-bottom: 15px;
}
.box-content h1 {
	background: url(images/header-deco.gif) no-repeat bottom;
	padding-bottom: 5px;
}
#box-edge {
	background: url(images/box-edge.jpg) no-repeat 10px ;
	width: 260px;
	height: 12px;
	float: left;
	padding:0 0 0px 15px;
	float: left;
	margin-left: -25px;
	margin-bottom: 15px;
}

/* 3 column fce for full page*/
div.column3{
	width: 100%;
}
div.column1_COL3{
	width: 65%;
	float: left;
}
div.COL3A{
	float: left;
	width: 45%;
	margin-bottom: 10px;
	padding-right: 5px;
	display: inline; /* fixes ie/win double margin bug */
}
div.COL3B{
	float: right;
	width: 45%;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 2px dotted #b1a68c;
	display: inline; /* fixes ie/win double margin bug */
}
div.COL3C{
	float: right;
	width: 30%;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 2px dotted #b1a68c;
	display: inline; /* fixes ie/win double margin bug */
	
}

hr {
	clear: both;
	visibility: hidden;
}
/* START: footer styles */
#footer {
	background-color: #000000;
	width: 750px;
	position: absolute;
	margin: 0 auto;
	bottom: 0; /* stick to bottom */
	border-bottom: 1px solid Black;
	clear: both;	
	}
#footer-nav {
	margin: 0 auto;
	text-align: center;
	padding-top:15px;
	color: #e5e3da;
	
}
#footer-nav a{
	color: #e5e3da;
	padding: 10px 15px;
	text-decoration: none;
}
#footer-nav a:hover{
	color: #e5e3da;
	text-decoration: underline;
}
#copyright {
	margin: 0 auto;
	width: 750px;
	text-align: center;
	padding:5px;
	color: #e5e3da;
}
#copyright a {
color: #b5865f;
}
#copyright a:hover {
color: #711c07;
}
/* START: Basic Styles */
a:link {
	color: #711c07;
}
a:visited {
	color: #711c07;
}
a:hover {
	color: #b5865f;
}
a:active {
	color: #711c07;
}

a {
	outline: none;
}
h1 {
	font-size: 115%;
	text-transform: uppercase;
	margin: 0;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 0;
	}
	
h1 a {
	text-decoration: none;
}
h2,h3,h4 {
	font-size: 110%;
	text-transform: normal;
	padding:5px 0 0 0;
	margin: 0;
	display: inline;
}
p.bodytext {
	padding: 0 0 5px 0;
}
/* 2 collumn fce */

div.column2 {
	width: 100%;
}
div.column2a {
	width: 45%;
	float: left;
	margin-bottom: 10px;
	padding-right: 5px;
	display: inline;
}
div.column2b {
	float: right;
	width: 45%;
	margin-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border-left: 2px dotted #b1a68c;
	display: inline; /* fixes ie/win double margin bug */
}

/* Seminar styles */
#category-list-table th {
	background: white;
	text-align: left;
	font-weight: normal;
}
span.event-label {
	font-weight: bold;
}
div.event-text {
	padding: 5px;
	clear: both;
}
#event-top-wrap {
    background-color: #f3f3f3;
    float: left;
    width: 100%;
	margin-top: 10px;
}
#event-bottom-wrap {
    background-color: #f3f3f3;
    float: left;
    width: 100%;
	margin-top: 5px;
}
div.event-title {
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	width: 70%;
	padding: 5px;
margin-top: 5px;
}
div.event-reg {
	padding: 5px;
	text-align: right;
	float: right;
	width: 20%;
    text-transform: uppercase;
}

.event-reg a {
	display: block;
	font-weight: bold;
	font-size: 115%;
}
.event-text p.bodytext {
margin:0px;
padding:0px 0px 10px 0px;
}

/*photo album styles */
#photo-image {
float: right;
}
#photo-thumbs {
float: left;
}