body
{
	background-color: black;
	margin: 12px auto 24px auto;
	padding: 0;
	text-align: center;
	background-image: url(images/bg.gif);
}
#header  {
	background: white url(images/bg_header1.jpg) no-repeat right center;
	margin: 0;
	padding: 0;
	height: 150px;	
	text-align: left;
	}
#wrapper {
	width: 960px;
	text-align: left;
	margin: 0;
	padding: 0;
	background: white;
	-moz-box-shadow: 0px 5px 15px #000;
	-webkit-box-shadow: 0px 5px 15px #000;
}
#navwrapper {
	text-align: center;
	background: red;
	padding: 2px;
	height: 30px;
	border-bottom: 1px solid black;
	}

#content  { 
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 120%;
	color: #333;
	background-color: white; 
	text-align: left;
	margin: 1em 64px; 
	}

#content ul li {
	list-style-type: default;
	list-style-image: url(images/bullet.gif);
	list-style-position: default;
}
	
.sidebar {
	float: right;
	margin: 0 0 1em 4em;
	width: 200px;
	text-align: left;
	padding: 8px;
	border: 1px solid #393;
	font-style: italic;
	background-color: #e8e8e8;
	background-image: url(images/bg_sidebar.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

h1, h2, h3, h4, h5, h6 {
	color: red;
	line-height: normal;
	}
h1 {
	font-size: 1.6em;
	}
h2, h3 {
	font-size: 1.4em;
}
h4, h5, h6 {
	font-size: 1.25em;
	}
.smaller {
	font-size: 90%;
	}
.larger {
	font-size: 110%;
	}
#content p, ul, table {
	margin: 1em 24px;
	}

#footer  { 
	width: 960px;
	background-color: red;  	 	
	border-top: 1px black solid;
	}	
#footer p {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-align: center;
	line-height: 100%;
	padding-bottom: 12px;
}
#footer a:hover, a:focus {
	color: black;
}

a:link {
	color: #339;
	text-decoration: underline;
	font-weight: bold;
	}
a:visited {
	color: #636;
	text-decoration: underline;
	font-weight: bold;
	}
a:hover, a:focus {
	color: #c03;
	text-decoration: none;
	font-weight: bold;
	}
a:active {
	color: #339;
	text-decoration: underline;
	font-weight: bold;
	}
