body	{font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
		font-weight: light;
		font-size: .9em;
		}

/* fricken links */

a:link	{color: #865900;
		text-decoration: none;
		}
		
/* header area to the right */
#header	{text-align:right;
		width: 800px;
		border-top: 15px #865900 solid
		}
		
#header p {font-size:1.9em;
		font-style:italic;
		font-weight:lighter;
		}
		
/* logo area to the left */
#logo	{float:left;
		padding-left:5px;
		margin-bottom: 2px;
		}
		
/* general content */
#content{clear:left;
		}

/* content links to the left */
#content-side
		{float:left;
		padding-top:20px;
		padding-left:15px;
		width:220px;
		}
		
/* main content to the right */
#content-main 
		{margin-left:270px;
		padding-right:50px;
		max-width: 500px;
		min-width: 450px;
		}
		

		