@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: 44px;
    left: 27px;
}

nav
	{
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	position: fixed;
	top: 327px;
    left: 20px;
	}
nav ul
	{
		margin: 0;
		padding: 0;
		list-style:none;
	}
	
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; }

#website2
	{
		position: fixed;
    	bottom: 0;
    	left: 35px;
		font-family:"Courier New", Courier, monospace;
		font-size:6px;	
		
	}
#website2 h2
{ color: #333333; }

	
#boxcontent
	{
	max-width:80%;
	position: relative;
    left: 300px;
	top: 30px;
	
	}
	
#boxcontent article 
	{
	width: 700px;
	height: 1000px;
	float: left;
	font-size:15px;
	
	}
	
#boxcontent article h2
	{
	font-family: "Corbel";
	font-weight: 900;
	font-size:1em;
	color: #000000;
	margin-bottom:5px; margin-top:5px;
	}
	
#boxcontent article  p
	{
	font-family: "Corbel";
	font-size:1em;
	color: #333333;
	text-align: justify;
	line-height:22px;
	}

#categories
	{color: #FF6666;
	margin-bottom:20px;
	margin-top:20px;
	}
	
