body
{
	font-size: 15px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	margin: 0;
	background:#660000;
       text-align:center;
}
* {
      margin:0;
}
p{
	margin-bottom:1em;
}
h1
{
	font-size: 15px;
}
#globalnav
{
	background-color: #600;
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 4px;
	border-bottom: 1px solid #300;
}


#globalnav li
{
	display: inline;
	margin: 0;
	padding: 4px;
	border-right: 1px solid #700;
	border-left: 1px solid #300;
}

#globalnav li a{
	color: #fff;
	font-weight: bold;
}

#header
{
    background:#000000;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;

	background-position:top center;
	height: 110px;
}

#header img
{
	padding-right: 5px;
	float: left;
}
#subhead{
	padding:5px;
}
#about
{
	padding: 5px;
	width: 500px;
	margin-left:230px;
	vertical-align: top;
}
#feature{
	width:200px;
	vertical-align:top;
	height:100px;
	padding:5px;
	margin:5px;
	background:#DCDCDC;
}
#feature IMG{
	float:left;
	padding-right:5px;
}
#container{
	width:					750px;
	margin:					0 auto 0 auto;
	padding:				0 0 0 6px;
	background-color:		#FFF;
	text-align:				left;
	background-image:		url(../images/ds_left.png);
	background-repeat:		repeat-y;
	background-position:	left top;
	border:					none;
}
#container2{
	margin:					0;
	padding:				5px 11px 0 5px;
	background-color:		#FFF;
	background-image:		url(../images/ds_right.png);
	background-repeat:		repeat-y;
	background-position:	right top;
	border:					none;
}
#content
{
	margin-left: 10px;
	padding: 5px;
}


#news, #events, #nsgevents
{
	padding: 0 10px;
	width: 30%;
	vertical-align: top;
	border-left: 1px solid #ccc;
}
#news h1, #events h1, #nsgevents h1
{
	background:#660000;
	padding:3px;
	color:white;
}
#news dt, #events dt, #nsgevents dt
{
	font-weight: bold;
	background-image: url(../images/star.png);
	background-repeat: no-repeat;
	list-style-type: disc;
	padding-top: 3px;
	padding-left: 0px;
	padding-left:16px;
}

#news dd, #events dd, #nsgevents dd
{
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	padding: 0 0 6px 0px;
	border-bottom: 1px solid #ccc;
}

#footer
{
	color: #333;
	font-size: 16px;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	padding-top: 3px;
	width: 90%;
	border-top: 1px solid #ccc;
}