body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-family: arial, sans-serif;
  font-size: 12px;
	background: url(assets/bg.jpg) repeat-x #965F23;
}
a {outline: 0}
/* Logo on homepage*/
#logo-home {
	display: block;
	position: absolute;
	z-index: 10;
	left: 194px;
	top: 135px;
	}
#inside #logo-home {display: none;}	
/*Flash on homepage */
#flash-home {
	width: 358px;
	height: 213px;
	background: url(assets/flash-bg.jpg);
	float: right;
	position: relative;
	z-index: 100;
	margin: 0 -10px 10px 5px;
	display: inline;
	}
#inside #flash-home {display: none;}	
#wrapper {
	width: 760px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	}
#home #wrapper {
	background: url(assets/top-home.jpg) no-repeat;
	padding-top: 124px;
	}
#inside #wrapper {
	background: url(assets/top-inside.jpg) no-repeat;
	padding-top: 143px;
	}
	
#main-outer {
	background: url(assets/main-bg.gif) repeat-y;
	position: relative;
	}
#main-inner {
	background: url(assets/main-bg.jpg) no-repeat;
	height: 1%;
	overflow: hidden;
	}
#inside #main-inner {background-image: none;}
	
#col {
	width: 174px;
	float: left;
	position: relative;
	background: #fcf2e9;
	margin-top: 38px;
	}
	
#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
	padding-left: 10px;
	position: relative;
	}
#nav ul ul {
	padding-left: 0;
	margin-top: 3px;
	}	
#nav li {
	/* padding: 5px 0 5px 15px; */
	padding-left: 15px;
  background-image: url(assets/nav-bullet.gif);
  background-repeat: no-repeat;
  background-position: 0 2px;
	border-bottom: 1px solid #ffcb50;
	padding-top: 5px;
	padding-bottom: 5px;
	}
#nav li li {
	border-bottom: 0;
	background-image: none;
	padding-left: 15px;
	background-color: #FFB66F;
	margin-left: -15px;
	padding-bottom: 5px;
	}
#nav li li li {
	background-color: #FFC68F;
	margin-left: -15px;
	padding-left: 15px;
	}	
#nav li a {text-decoration: none; font-weight: bold; padding: 4px 0; }
#nav li a:link {color: #4d381c;}
#nav li a:visited {color: #4d381c;}
#nav li a:hover {color: #000;}
#nav li a:active {color: #4d381c;}
#nav #current {cursor: text;}
#nav a#current:link {color: black !important;}
#nav a#current:visited {color: black !important;}
#nav a#current:hover {color: black !important; }
#nav a#current:active {color: black !important;}


#inside #nav {
	background: url(assets/lewis-left.jpg) no-repeat bottom;
	padding-bottom: 150px;
	} 	
#inside #col {margin-top: 0;}


/* side banners */
#side_banners { background-color: #F4BD88; text-align: center;}
#side_banners img {margin: 10px auto; border: 0; text-align: center; margin: 0 auto;}
/* main section */
#content {
	margin-left: 184px;
	margin-left: 194px;
	margin-top: 10px;
	margin-right: 10px;
	position: relative;
	}	
#content img {border: 0;}	
#bottom {
	background: url(assets/bottom-bg.jpg) no-repeat #fff;
	padding-top: 73px;
	}
#bottom img {display: block;}	
#news-home {padding: 10px;}
#news-home h2 {color: #552e01; font-size: 14px; margin: 0;}
#news-home p {margin: 0.5em 0;}
#news-home a:link {color: #552e01;}
#news-home a:visited {color: #552e01;}
#news-home a:hover {color: #000;}
#news-home a:active {color: #552e01;}

#copyright {
	background: url(assets/copyright-bg.jpg) no-repeat;
	height: 77px;
	}
#copyright p {margin: 0 auto; text-align: center; font-size: 11px; padding: 30px 0;}
#copyright a:link {color: #000;}
#copyright a:visited {color: #000;}
#copyright a:hover {color: #000;}
#copyright a:active {color: #000;}


/* RegistrationPages */
#registrations {
	/* border: 1px solid #000;
	margin: 20px; */
	padding: 20px;
	}
#registrations #ingress {
	/* padding: 0px 10px;
	background: #F4BD88;
	color: black;
	border: 2px solid #965F23; */
	}

#registrations .item {
	/*  */padding: 5px 10px;
	background: url(assets/bg-box.gif) no-repeat top right #F4BD88;
	color: black;
	border: 2px solid #965F23;
	margin: 12px 0;
	height: 1%;
	overflow: hidden;
	position: relative;
	}
#registrations .item h2 {font-size: 16px;}	
.registration-rate {
	margin-left: 50px;
	}
.item-info {margin-top: 1em;}
#registrations .item img {
  display: block;
  margin: 0 0 10px 10px;
  float: right;
  position: relative;
	}
	
#registrations .warning {
	background: url(assets/warning2.gif) no-repeat top right #FFD9BF;
	color: #006B6B;
	border: 2px solid #B34700;
	padding: 20px;
	font-weight: bold;
	}	
		
