/* base
----------------------------------------------- */
	
*{
	padding: 0px;
	margin: 0px;
	}
	
html, body, form, fieldset {
	margin: 0px;
	padding: 0px;
	color: #444;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
}

form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea { font-size: 100%; }

/* layout
----------------------------------------------- */

body{
	text-align: left;		/* centers content in IE5.5 and earlier */
	background: #000000 url(../images/background.jpg) repeat;
	}

p, span {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.main {
  font-family:Verdana; font-size:11px; color:#00000;
}

a:link {color:rgb(184,53,55);font-weight:bold;text-decoration:none;}
a:visited {color:rgb(184,53,55);font-weight:bold;text-decoration:none;}
a:hover {color:rgb(229,229,229);background-color:rgb(184,53,55);font-weight:bold;text-decoration:none;}
a:active {color:rgb(184,53,55);font-weight:bold;text-decoration:none;}

div.hr {
	height: 39px;
	background: #fff url(images/hr_paper.gif) no-repeat scroll center;
}
div.hr hr {
 	display: none;
}

div.hr_line {
	color: #b83537;
	background-color: #b83537;
	height: 5px;
	margin: 10px 0;
}

div.hr_thin {
	color: #b83537;
	background-color: #b83537;
	height: 1px;
	margin: 10px 0;
}

div.hr_line hr {
 	display: none;
}

input  {
    line-height: normal;
    text-align: left;
    margin-left: 5px;
    float: left;
    }

span.sub_header {
	margin: 0px;
	font-size: 80%;
	color: #b83537;
	text-align: left;
	
}

img.floatLeft { 
    float: left; 
    margin: 10px; 

}
img.floatRight { 
    float: right; 
    margin: 4px; 
}

div.floatRightClear { 
    float: right; 
    clear: right; 
    margin: 4px; 
}


td.events_entry {
	text-size: 70%;
	margin: 5px;
}

.links_posted {
	text-size: 100%;
	margin: 0px;
	padding: 0px;
}

H2
{
	font-family: trebuchet ms;
	text-decoration: none;
	color: #b83537;
}

#wrapper {
	width: 700px; /* the width of the thumbnail block */
	text-align: center;
	margin: 0 auto;
}
#wrapper ul li {
	list-style: none;
	float: left;
}
#wrapper a img {
	border: 1px solid #7d5757;
	margin: 5px;
}
