@charset "utf-8";
/* CSS Document */
@import url(reset.css);
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
color:black;
line-height : 110%;
} 

div#header{
	background-color:#CCC;
color: black;
border-bottom: solid 1px green;
margin: 0 0 5px 0;
padding: 2px;
}

div#content {
position: absolute;
top: 40px;
left: 50px;
width: 240px;
background-color: White;
}

div#navigation {
position: absolute;
top: 10px;
left: 50px;
width: 240px;
}

p{	
	font-size:12px;
	line-height:18px;
}

