		body
		{
			margin: 0;
			padding: 0;
			font-family: Courier New, Courier New, Courier6, monospace;
			color: #807459;
			background-color: #CCBA8F;
width: 100%;
		}
		
		a:link 
		{ 
			color: #BFA260;
			font-weight: bold;
		}
		
		a:visited
		{
			color: 333333;
			font-weight: bold;
		}
		
		a:hover
		{
			color: #CCCCCC;
			background-color: #333333;
			text-decoration: none;
		}
		
		a:active
		{
			color: #333333;
		}
		
		.aside
		{
			float: left;
			clear: left;
			width: 160px;
			margin: 20px 10px;
			padding: 1em;
			background-color: #D2D2E6;
			color: 5F5F80;
			font-size: smaller;
			text-align: justify;
		}

	    .aside hr
	    {
	    	color: #6A6A8F;
		background-color: #6A6A8F;
      		height: 1px;
    	}
		
		div.aside a:link 
		{ 
			color: #6A6A8F;
			text-decoration: none;
			font-weight: bold;
		}
		
		div.aside a:visited
		{
			color: #6A6A8F;
			text-decoration: none;
			font-weight: bold;
		}
		
		div.aside a:hover
		{
			color: #D2D2E6;
			background-color: #6D6DBF;
			text-decoration: none;
			font-weight: bold;
		}
		
		div.aside a:active
		{
			color: #333333;
			font-weight: bold;
		}
		
		.blog
		{
			padding: 10px;
text-align: justify;
width:100%;
margin: 30px 0px;
			/*margin: 20px 55px 10px 5px;*/
			/*margin: 20px 5px 10px 5px;*/
			/* border-top: 1px solid #333 */
			border-right: 6px double #807459;
			border-bottom: 6px double #807459;
		}
		
		#bottom
		{
			clear: both;
			border-top: 1px solid #333;
			background-color: #D2D2E6;
			color: #6A6A8F;
			line-height: 3ex;
		}
				
		.cleared
		{
			clear:both;
		}
		
		#container
		{
			margin: 1em 20px;
width: auto;
			background-color: #E6DFCF;
		}
		
		#content
		{
			padding: 20px 5px 40px;
			margin: 0 180px 0 210px;
width: auto;
		}
		
		#footer
		{
			clear: both;
			background-color: #807459;
			color: #CCBA8F;
			padding: 1em;
			text-align: right;
			border-top: 1px solid #333;
		}
		
		#header
		{
			background-color: #807459;
			color: #CCBA8F;
			border-bottom: 1px solid #333;
			height: 40px;
		}
		
		#main
		{
			clear: both;
width: 100%;
		}
		
		#mainlinks
		{
			background-color: #D2D2E6;
			color: #6A6A8F;
			/*float: right;*/
			line-height: 3ex;
			border-bottom: 1px solid #333;
			letter-spacing: .5ex;
		}
		
		a.mainlink:link 
		{ 
			color: #6A6A8F;
			text-decoration: none;
			font-weight: bold;
		}
		
		a.mainlink:visited
		{
			color: #6A6A8F;
			text-decoration: none;
			font-weight: bold;
		}
		
		a.mainlink:hover
		{
			color: #D2D2E6;
			background-color: #6D6DBF;
			text-decoration: none;
			font-weight: bold;
		}
		
		a.mainlink:active
		{
			color: #333333;
			font-weight: bold;
		}

.navigation
{
float: left; 
display: inline; 
line-height: 3ex; 
text-align: center; 
background-color: #D2D2E6; 
border-bottom: 1px solid #333; 
letter-spacing: .5ex;
}

.navigationSelected
{
float: left; 
display: inline; 
text-align: center; 
line-height: 3ex; 
border-bottom: 1px solid #333;  
letter-spacing: .5ex;
			color: #D2D2E6;
			background-color: #6D6DBF;
			text-decoration: none;
			font-weight: bold;
}
		
		#noAside
		{
margin: 20px 200px 10px 50px;
/*			padding: 20px 100px 40px 40px;*/
padding: 20px 0px;
		}
		
		#sublinks
		{
			background-color: #D2D2E6;
			line-height: 3ex;
			border-top: 1px solid #333;
			border-bottom: 1px solid #333;
			letter-spacing: .5ex;
			color: 5F5F80;
		}

		.thisPage
		{
			color: #D2D2E6;
			background-color: #6D6DBF;
			text-decoration: none;
			font-weight: bold;
		}
