html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

h1, h2, h3, h4, h5{
	margin-top: 0;
}

body{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	color: #000;
	text-align: center;
	background: #999 url(bkg.gif) repeat; 
	
}

a { 
	border-bottom: 1px dotted #666;
	text-decoration: none;}
a:visited { color: #666; }
a:hover { background: #ccc; }

body {
	font-family: "trebuchet ms", verdana, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

/*body { text-align: center; }  center on ie */

img{
	border: 0;    
}

#wrapper{
	position: relative;
	margin: 0 auto;
	width: 776px;
	text-align: left;
	background: #fff;
	border-left: 12px solid #fff;
	border-right: 12px solid #fff;
}

#header{
	text-align: center;
	height: 123px;
}

#nav_links{
	margin: 0px;
	width: 100%;
	padding-top: 7px;
	min-height: 24px;
	background: #000;
	text-transform: uppercase;
	font-size: 115%;
}

#nav_links a { 
	text-decoration: none;
	color: #fff;
	padding: 0px 10px;
}
#nav_links a:visited { color: #fff; }
#nav_links a:hover { 
	color: #ccc;
}

#news{
	float: left;
	width: 182px;
	font-family: "Georgia", times, serif;
	text-transform: uppercase;
}

#news ul{
	padding-left: 0px;
	margin-left: 0px;
	list-style-type: none;
}

#news li{
	padding: 5px;
}

#news a { 
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000;
}
#news a:visited { color: #666; }
#news a:hover { background: #ddd; }


#sidebar{
	float: right;
	width: 168px;
	text-align: center;
	text-transform: uppercase;
	color: #666;
	line-height: 140%;
	padding: 0px 5px;
}

#sidebar p{
	padding-bottom: 5px;
}

#sidebar p.boilerplate{
	font-family: Georgia, Times, serif;
	text-transform: none;
	color: #000;
}

#sidebar .eyecatching{
	color: #c63;
}

#sidebar a { border: 0px;}
#sidebar .eyecatching a { 
	text-decoration: none;
	color: #c63;
	border-bottom: 1px dotted #c63;
}
#sidebar .eyecatching a:visited { color: #c63; }
#sidebar .eyecatching a:hover { 
	background: #ddd;
 }

#sidebar h3.eyecatching{
	color: #c63;
	margin-top: -10px;	
	margin-bottom: 25px;
}


#main{
	float: left;
	padding: 10px;
	background: #ff6;
	text-align: center;
	width: 394px;
}

#main .feature{
	border: 2px solid #666;
	background: #fff;
	padding: 10px;
	text-align: left;
}

#main .feature h1{
	font-size: 24px;
	line-height: 28px;
	color: #c63;
	/*text-transform: uppercase;
	float: right;
	width: 75%;*/
}

#main .feature p{
	clear: both;
	color: #333;
	font-size: 120%;
	line-height: 120%;
/*	text-transform: uppercase;*/
}

#calendar{
	font-family: "Georgia", times, serif;
	text-transform: uppercase;	
	padding: 10px 0px;
	
}

#footer{
	padding-bottom: 10px;
	padding-top: 15px;
	clear: both;
	text-align: center;
	text-transform: uppercase;
	color: #666;
}

#footer a { 
	text-decoration: none;
	color: #666;
	padding: 0px 5px;
}
#footer a:visited { color: #666; }
#footer a:hover { 
	color: #eee;
}

#footer .copyright{
	color: #000;
	font-size: 95%;
	text-transform: none;
}

