body
{
	margin: 0;
	padding: 0;
	font-family: verdana, georgia, times, "times new roman", serif;
  font-size: 12px;
	color: #000;
	background-color: #ddd;
}

#container		
{
	margin: 1em auto;
  width: 800px;
	background-color: #FFF;
	background-image:  url(images/background.gif);
	background-repeat: repeat-y;
	border: 1px solid #333;
	background-position: right;
}

#header
{
	background-color: #FFFFFF;
    background-image:  url(images/header.jpg);
	border-bottom: 1px solid #333;
	height: 100px;
}

#sidebar
{
	float: right;
	width: 160px;
	margin-right: 10px;
	padding-top: 30px;
}

#sidebar-content
{ 
    margin:0 10px;
}

#breadcrumb {
	font-size: 90%;
	margin-bottom: 10px;
}

			
#sidebar-content a
{
    color: #000000;
}

#main
{
	margin: 15px 190px 30px 20px;
}

#previousnext {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

#next {
	float:right;
	position: relative;
	display: inline;
	width: 45%;
	text-align: right;
	padding-right: 15px;
	background: url(/images/raquo.gif) 100% 5px no-repeat;
}

#previous {
	float: left;
	position: relative;
	display: inline;	
	width: 45%;
	text-align: left;
	padding-left: 15px;
	background: url(/images/laquo.gif) 0px 5px no-repeat;	
}

#content
{
	padding-top: 1em;
}

#content a
{
	color: #0000FF;
}

#content a:visited 
{ 
	color: #999999;
}

#footer
{
	clear: both;
	background-color: #455F0C;
	border-top: 1px solid #333;
}

#footer-content
{
	margin:0;
	padding: 3px;
	line-height: 14px;
	font-size:10px;
	text-align: center;
	color: #FFFFFF;
}

#footer-content a
{
	color: #FFFFFF;
}

h1 
{ 
    margin-top: 0; 
    font-size: 170%; 
}

h2 
{ 
    margin-top: 0; 
    font-size: 120%; 
}

.small 
{
		font-size: 90%;
}	

#content ul {
margin: 10px 0;
padding:0;
list-style-type:none;
}

#content ul li {
background: url("images/bullet.gif") no-repeat;
background-position: 2px 4px; /* Left and Top position of layer */
padding-left:17px;
margin: 6px 3px;
}

#centerAd {
margin-top: 8px;
margin-bottom: 8px;
}

#commentform {
	margin-top: 15px;
	background-color: #F0F0F0;
	border: #B4B4B4 1px solid;
	padding: 10px;
}
