@charset "utf-8";
/* CSS Document */

header {
	
	width: 270px;
	min-height: 700px;
	position: fixed;
    bottom: 0;
	top: 0;
    left: 0;
	background-color: #FFE7DD; 
}

#logo
{ position: fixed;
	top: 50px;
    left: 20px;
}

nav
	{
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	position: fixed;
	top: 327px;
    left: 20px;
	}
nav ul
	{
		margin: 0;
		padding: 0;
	}
	
nav ul li
	{
	display: block;
	padding:7px 15px;
	color:#000000;
	font-weight: 900;
	}

#website
	{
		position: fixed;
    	bottom: 0;
    	left: 50px;
		font-family:"Courier New", Courier, monospace; 
		font-size:8px;	
		
	}
#website h2
{ color: #333333; }



	
#boxcontent
	{
	width: 85%;
	margin:20px;
	position: relative;
    left: 270px;
	}
	
#boxcontent article 
	{
	width: 300px;
	height: 350px;
	margin: 25px;
	float: left;
	font-size:14px;
	margin-bottom:-40px;

	}
	
#boxcontent article h2
	{
	font-family: "Courier New", Courier, monospace;
	font-weight: 900;
	font-size:1em;
	color: #000000;
	margin-bottom:5px; margin-top:5px;
	
	}
	
#boxcontent article  p
	{
	font-family: "Courier New", Courier, monospace;
	font-size:.8em;
	color: #333333;
	font-style:italic;
	margin-bottom:7px;
	}

#categories
	{color: #FF6666;
	
	}
	

	

	
	
	
	
	


		
