@CHARSET "ISO-8859-1";

*{ margin: 0; padding:0;}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

img { border: 0px; }

body {
	color: #3d2100;
	background: #ef8a1d;
	background-image: url(../pics/bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}

#wrapper {
	width: 100%;
	height: 100%;
	text-align: center;
}

#wrapper #main {
	width: 910px;
	height: 100%;
	margin: auto;
}

#wrapper #main #top {
	width: 100%;
	height: 88px;
	background-color: #7e7e7e;
	background-image: url(../pics/top_bg_gray.gif);
	background-repeat: repeat;
}

#wrapper #main #top #sections {
	width: 321px;
	float:left;
}



/*------------ Text formatting -------------------------*/

.text {
	font-size:13px;
	margin: 0px 25px 0px 25px;
}

.text_medium {
	font-size:12px;
	line-height: 15px;
	font-weight:normal;
	margin: 15px 25px 0px 25px;
}

.text_small {
	font-size:10px;
	line-height: 14px;
	font-weight:normal;
	margin: 15px 25px 0px 25px;
}

.text_small1 {
	font-size:10px;
	line-height: 12px;
	font-weight:normal;
}

.dates {
	width:190px; 
	height:22px; 
	padding-left:10px;
	font-size: 11px;
}

.title {
	font-size:14px;
	font-weight:bold;
}
#wrapper #footer {
	width: 900px;
	height: 20px;
	text-align:left;
	padding:5px;
}

/*------------ Links */

a:link {
	color:#be2c62;
	text-decoration: none
}

a:visited {
	color:#be2c62;
	text-decoration: none
}

a:hover {
	color:#be2c62;
	text-decoration: underline;
}

#wrapper #footer a {
  	color:#f5f1e6;
	text-decoration: none
}

#wrapper #footer a:hover {
  	color:#f5f1e6;
	text-decoration: underline
}

/*---------- Navigation CSS ---------------------*/



/*---------- clearing floats hacks ---------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	overflow: hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */