body	{
		background-color: #D4D8BB;
		color: #D4D8BB;
		background-image: url(bkgrrdstrp.jpg);
		background-attachment: fixed;
		background-repeat: repeat;
		background-position: top;
		font-family: "Century Gothic", Verdana;
		font-size: 11px;
		padding: 0px 5px 0px 5px;
		margin-top: 0px;
		}
	
	a, a:link, a:visited {
		color: #D4D8BB;
		text-decoration: none;
		}
	
	a:hover {
		color: #D4D8BB;
		font-style: oblique;
		text-decoration: none;
		cursor: ne-resize;
		}
		
	#content {  	
		margin-left: auto;
		margin-right: auto;
		margin-top: 0px;
		background-color: transparent;
		width: 800px;
		height: 599px;
		}

 	#maincontent {	 	
		width: 465px;
		height: 583px;
		float: right;
		margin-right: 15px;
		margin-top: -583px;
		background-color: transparent;
		text-align: center;
		padding: 0px;
		visibility: visible;
		}
	
	#sidebar {
		width: 290px;
		height: 235px;
		text-align: center;
		margin-left: 17px;
		margin-top: 15px;
		background-color: transparent;
		padding: 0px;
		}

	#navigation {		
		width: 290px;
		height: 80px;
		text-align: center;
		margin-top: 250px;
		margin-left: 17px;
		background-color: transparent;
		vertical-align: middle;
		padding: 0px;
		}

	.h1 {
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		border-bottom: dotted;
		border-width: thin;
		}
		
	.h2 {
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		text-decoration: overline underline;
		}
		
	ul.list {
		padding-left: 50px;
		margin-left: 0px;
		list-style: square;
		line-height: 4px;
		}