
html {
	margin: 0px;
	padding: 0px;
}


body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	line-height: 13px;
	color: #000000;
	background: #000000 url(images/bk.gif) repeat-y center;
	margin: 0;
	padding: 0;
}




/* div border--- 
div {border: solid 1px #f00;}--------------------------------- */




/* centering container
--------------------------------- */
#centering {  
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	margin: 0;
	text-align: center;
	position: relative;
	}
	
/* main container
--------------------------------- */
#main {  
	background: url(images/bk-top.gif) no-repeat top center;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: left;
	position: relative;
	min-height: 500px; 
	}
	
/* body
--------------------------------- */
#body {  
	width: 510px;
	padding-top: 120px;
	margin-bottom: 20px;
	text-align: left;
	float: right;
	padding-right: 60px;
	}
	
/* subpage container
--------------------------------- */
#subpage {  
	background: url(images/bk-top2.gif) no-repeat top center;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: left;
	position: relative;
	min-height: 500px; 
	}
	
/* subpagebody
--------------------------------- */
#body2 {  
	width: 510px;
	padding-top: 80px;
	margin-bottom: 20px;
	text-align: left;
	float: right;
	padding-right: 60px;
	}


/* side nav
--------------------------------- */
#menu {
	background: url(images/nav-bk.gif) repeat-y top right;
	float:left;
	width:333px;
	margin:0;
	text-align: right;
	}
	
#menu p { 
	font-size: 11px;
	line-height: 13px;
	text-align: left;
	margin: 5px 10px 5px 150px;
	}
	
#menu ul { 
	list-style-type: square;
	text-align: left;
	margin: 5px 10px 15px 165px;
	}
	
		
/* tags
--------------------------------- */

p {
	margin:0px 10px 10px 10px;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	}
	
p.caption {
	margin:0px 10px 10px 10px;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	}
	
.purged {
	font-weight: bold;
	color: #663300;
	}
		
h1 {
	font-family: comic sans ms, verdana, arial, sans-serif; 
	line-height: 24px;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	margin: 0 10px 10px 10px;
	}
		
a:link {
	color: #3A5A29;
	text-decoration: underline;
}

a:visited{
	color: #3A5A29;
	text-decoration: underline;
}

a:hover {
	color: #5B8D41;
	text-decoration: underline;
}

a:active {
	color: #5B8D41;
	text-decoration: underline;
}

a.image:link, a.image:visited, a.image:hover, a.image:active{
	text-decoration: none;
	border: none;
	}
	
hr {
	clear: both;}

.clear {
	clear: both;}

.logo {
	float: left;
	margin-left: 200px;
	margin-top: 20px;}