* { margin:0; padding:0; }

body {
	background: #75303f;
	background: url("images/Bkgd.gif");	
	font-size: 15px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: normal;
	color: #a76473;
	line-height: 130%;
	}

h1 {
	font-size: 24px;
	text-align: left;
	font-weight: normal;
	line-height: 140%;
	padding-bottom: 10px;
	}

h2 {
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	line-height: 140%;
	padding-bottom: 10px;
	}
	
h3 {
	font-size: 11px;
	font-weight: normal;
	}


p {
	text-align: left;
	padding-bottom: 10px;
	}
	
ul {
	text-align: left;
	list-style-image: url('images/bullet.gif');
	}
	
li {
	margin-left: 40px;
	}

#topcontainer {
	background: url("images/bkgd.jpg");
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	width: 1000px;
	}

#banner {
	background: #551d29;	
	margin-top:0px !important;
	padding-top:0px !important;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 250px;
	}

#nav {
	background: url("images/navBkgd.jpg");	
	margin-top:0px !important;
	padding-top:0px !important;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	height: 47px;
	}

#content {
	float: left;
	border: 2px solid #38141c;
	background: #ecebeb;
	width: 920px;
	margin-left: 30px;
	}
		
#text {
	float: left;
	padding: 20px 15px 15px 30px;
	width: 590px;
	margin-bottom: 10px;
	margin:0px 0px 10px 0px;
	}

#text a:link {
	color: #38141c;
	text-decoration: underline;
	}
	
#text a:hover {
	background: #75303f;
	color: #ffffff;
	}

#text a:visited {
	text-decoration: underline;
	color: #a76473;
	}

#events {
	float: left;
	border: 2px solid #38141c;
	background: #75303f;
	font-size: 14px;
	color: #ecebeb;
	margin-left: 30px;
	margin-bottom: 25px;
	margin-top: 25px;
	width: 200px;
	padding: 10px 10px 25px 15px;
	letter-spacing: 1px;
}

#events a:link {
	color: #38141c;
	text-decoration: underline;
	}
	
#events a:hover {
	background: #75303f;
	color: #ffffff;
	}

#events a:visited {
	text-decoration: underline;
	color: #a76473;
	}



#events li {
	margin-left: 25px;
	}

div.img
  {
  margin: 2px 20px 2px 2px;
  border: 1px solid #38141c;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  }
  
div.img img
  {
  display: inline;
  margin: 3px;
  border: 1px solid #ecebeb;
  }
  
div.img a:hover img
  {
  border: 1px solid #a76473;
  }
  
div.desc
  {
  text-align: center;
  font-weight: normal;
  margin: 2px;
  }

#footer { 
	float: left;
	margin-top: 15px;
	margin-left: 80px;
	margin-right: 75px;
	font-size: 11px;
	color: #ecebeb;
	letter-spacing: 1px;
	width: auto;
}
	
#footer a:link {
	color: #ecebeb;
	text-decoration: underline;
	}
	
#footer a:hover {
	background: #ecebeb;
	color: #75303f;
	}

#footer a:visited {
	text-decoration: underline;
	color: #38141c;
	}
