
body
{
	margin: 0;
	padding: 0;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;	
	background: url(images/bg.png) repeat-x #640000;
}

.content 
{
  padding: 10px 10px 10px  10px;
}

.page-title {
  font-size: medium;
  font-weight: bold;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#CCCCCC;
	text-align: center;
}

.side-menu 
{
  margin:0 0 15px;
  padding:10px 10px 10px;
}
  
.side-menu ul 
{
  margin:0;
  padding:0;
  list-style:none;
}
  
.side-menu ul li 
{
  background: url("images/list-arrow.gif") no-repeat 3px .50em;
  margin:0;
  padding:0px 0 6px 16px;
  margin-bottom:6px;
  margin-right: 20px;
  border-bottom:1px dotted #cccccc;
  line-height:1.4em;
}
  
/*******************
	--- Links --- 
********************/

a:link {
  color:#000000;
}
a:hover {
  color:#3c3c3c;
  }
a:visited {
  color:#000000;
}

#page-container
{
	width: 988px;	
	text-align: justify;	
	margin: 0 auto;	
	background: url(images/middle-shadowed.png) repeat-y;
}

#header
{
	background: url(images/header-shadowed_revised.png);
	height: 150px;
}

#header-logo
{
	position: absolute;
	padding: 28px 0 0 22px;
}

#navbar
{
	margin: 8px 27px 8px 27px;
	height: 20px;
	background-color: #ffffff;
}

#footer
{
	padding: 8px 0px 8px 0px;
	text-align: center;
	clear: both;	
	width: 988px;
	height: 48px;	
		
	background: url(images/footer-shadowed.png);
	background-repeat: no-repeat;
}

#footer .copy
{
	color: #aaaaaa;
}

.clearfloat 
{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#inner
{	
	margin: 8px 27px 8px 16px;
}

#sidebar-left
{
	float:left; 
	border: solid 0px #DDDDDD;		
	background: url(images/sidebar-bg.png) #ffffff;
	background-repeat: no-repeat;
	width: 200px;	
	height: 400px;	
	padding: 8px 8px 8px 8px;
	margin: 0;
}

#content-2
{
	background: #ffffff;
	width: 710px;
	float: right; 		
	padding: 0px 16px 8px 0px;
	margin: 0;
}