body
{
	background: url(images/bg.gif) 50% center repeat-y #fef5ec;
	margin: 0px;
	text-align: center;
}
#holder
{
	width: 750px;
	text-align: left;
	margin-bottom: 50px;    
	margin-left: auto;    
	margin-right: auto;    
	padding: 0px;
}
#toplinks
{
	padding: 8px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#top
{
	margin: 0px;
	padding: 0px;
	
	background: url(images/header.gif) no-repeat center;
	
	height: 150px;
	width: 750px;
}
#main
{
	width: 730px;
	margin-left: 20px;
}
#menu
{
	padding: 4px;
	margin-left: 5px;
	
	text-align: left;
	
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	bottom: 25px;
	left: 70px;
}
#menu a:link
{
	color: #000000;
	text-transform: lowercase;
	text-decoration: none;
}
#menu a:active
{
	color: #000000;
	text-transform: lowercase;
	text-decoration: none;
}
#menu a:visited
{
	color: #000000;
	text-transform: lowercase;
	text-decoration: none;
}
#menu a:hover
{
	color: #f78f1e;
	text-transform: lowercase;
	
	text-decoration: underline;
}
.mainitem
{
	line-height: 2;
	text-transform: uppercase;
	font-weight: bold;
}
.mainitem a:link
{
	color: #f78f1e;
	text-decoration: none;
	line-height: 2;
	text-transform: uppercase;
	font-weight: bold;	
}
.mainitem a:active
{
	color: #f78f1e;
	text-decoration: none;	
	line-height: 2;
	text-transform: uppercase;
	font-weight: bold;	
}
.mainitem a:visited
{
	color: #f78f1e;
	text-decoration: none;	
	line-height: 2;
	text-transform: uppercase;
	font-weight: bold;	
}
.mainitem a:hover
{
	color: #000000;
	text-decoration: none;	
	line-height: 2;
	text-transform: uppercase;
	font-weight: bold;	
}
.contentitem
{
	line-height: 2;
	text-transform: uppercase;
	font-weight: bold;
}
.contentitem a:link
{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 2;
	text-transform: uppercase;
	font-weight: bold;	
}
.contentitem a:active
{
	color: #FFFFFF;
	text-decoration: none;	
	line-height: 2;
	text-transform: uppercase;
	font-weight: bold;	
}
.contentitem a:visited
{
	color: #FFFFFF;
	text-decoration: none;	
	line-height: 2;
	text-transform: uppercase;
	font-weight: bold;	
}
.contentitem a:hover
{
	color: #000000;
	text-decoration: none;	
	line-height: 2;
	text-transform: uppercase;
	font-weight: bold;	
}
.subitem a:link
{
	color: #000000;
	text-decoration: none;

}
.subitem a:active
{
	color: #000000;
	text-decoration: none;	

}
.subitem a:visited
{
	color: #000000;
	text-decoration: none;	
}
.subitem a:hover
{
	color: #f78f1e;
	text-decoration: none;	
}
a:link
{
	color: #000000;
	text-decoration: none;

}
a:active
{
	color: #000000;
	text-decoration: none;	

}
a:visited
{
	color: #000000;
	text-decoration: none;	
}
a:hover
{
	color: #000000;
	text-decoration: underline;	
}
#sidebar
{
	float: left;
	width: 151px;
	text-align: left;

	color: #f78f1e;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	
	padding: 10px;
}
#sidebar p
{
	line-height: 2;
	text-transform: uppercase;
	font-weight: bold;
}
#content
{
	float: left;
	color: #FFFFFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
	width: 539px;
	text-align: left;
	
	padding: 10px;	
}
#content h1
{
	color: #FFFFFF;
	
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	
	padding-bottom: 10px;
	border-bottom: 2px solid #FFFFFF;
}
#content h2
{
	color: #FFFFFF;
	
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;	
	border-bottom: 1px solid #FFFFFF;
}