body {/* set everything to zero for a good cross-browser starting point */
	margin: 0;/*zeroes the margins on the body*/
	padding: 0;/*zeroes the padding on the body ** Opera carries a default padding and requires this zeroing*/
	border: 0px none;/*zeroes off any existing border*/
	background-image: url(../images/bkg_gradient.gif);
	background-repeat: repeat-x;
	background-color: #654121;/*sets the body background colour*/
	color: #000000; /*set the default text color */
	font-family: Arial, Helvetica, sans-serif;/*set the default fonts */
	font-size: 13px;
	min-width: 770px;
	text-align:center;

}
#wrapper {
	margin:10px auto;
	padding: 0px;
	width: 770px; /* sets the width of the wrapper */
	position: relative; /* important to position it relatively */
	border: 0px none;/*zeroes off any existing border*/
	background-color: #e4d5b6;
	text-align: left;/* Realigns the text to the left after the IE hack in the body rule */
}

#header {
	margin:0px auto;
	padding: 0px;
	width: 770px;
	height: 200px;
	position: relative;
	border: 0px none;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}
#toplinks {
   float: right; 
   margin-top: 20px;
   margin-right: 15px;
   height:32px; 
}

#menu {
   position: relative;
   clear: both;
   float: right; 
   margin-top: 90px;
   margin-right: 15px;
   height:32px; 
}

#location {
   position: relative;
   clear: right;
   float: right; 
   margin-top: 7px;
   margin-right: 15px;
   height:17px; 
   color: #e0d0ae;
   font-weight: bold;
}

#content-container {
	margin: 0px;
	padding: 0px;
	width: 770px;
	border: 0px none;
	color: #654121;
	background-color: #e4d5b6;
}

#content-left {
    float: left;
	padding: 0px;
	width: 510px; /* sets the width of the wrapper */
	border: 0px none;/*zeroes off any existing border*/
	margin: 8px 10px 10px 20px;
    background-color: #e4d5b6;
}

#content-right{
    float: right;
	padding: 0px;
	margin: 10px 20px 10px 10px;
	width: 200px; /* sets the width of the wrapper */
	border: 0px none;/*zeroes off any existing border*/
    background-color: #e4d5b6;
}
#footNotes {
   position: relative;
   clear: both;
   margin: 20px;
   width: 730px;
   color: #654121;
}

#footer {
   position: relative;
   clear: both;
   margin: 0px;
   width: 770px;
   height: 40px;
   background-color: #150301;
   color: #e0d0ae;
   text-align: center;
   vertical-align: middle;
}
#sponsors {
   position: relative;
   clear: both;
   margin: 0px;
   padding: 20px;
   width: 730px;
   background-color: #d0b588;
   color: #654121;
}
#pic_holder {
	position: absolute;
	left: 337px;
	top:484px;
	border-width: 5px;
	border-style: solid;
	border-color: #654121;
	width: 400px;
	height: 300px;

}

ul.announcements {
   margin: 0px;
}

.clearer {     /* hack to make FireFox fill the background of the content-container */
   clear: both; 
   line-height: 0; 
   height: 0;
}

.header {
	font-size: 20px;
	margin: 10px 10px 5px 0px;
	padding: 0px;
	color: #654121;
	font-weight: bold;
}
.header2 {
	font-size: 16px;
	margin: 10px 10px 5px 0px;
	padding: 0px;
	color: #654121;
	font-weight: bold;
}
.brownlinks a{
	font-size: 13px;
	font-weight: bold;
	color: #150301;
	text-decoration: none;
}

.brownlinks a:hover {
	text-decoration: underline;
}
.lt_brownlinks a{
	font-weight: bold;
	color: #654121;
	text-decoration: none;
}

.lt_brownlinks a:hover {
	text-decoration: underline;
}

.floatleft {
   float: left;
}

.floatright {
   float: right;
}

