@charset "iso-8859-1";

body {
    background: #bcbcbc;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:65%; /* default font size */
	color:#000000;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#B4C835;
	}
	
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}

#wrapper {
	margin:0 auto;
	width:760px;
	background:#ddbe90;
	font-size:1.20em;
	}
	
#header {
	height:130px;
	background:url(../images/pen+clouds.jpg) no-repeat;
	margin:10px 0 0 0;
	border-bottom:10px solid #bcbcbc;
	}

#header h1 {
	font-size:3em;
	font-weight:normal;
	cursor:default;
	position:relative; top:50px; left:30px;
	letter-spacing:1px;
	color:#ffffff;
	font-style:italic;
	}

#menu {
	clear: right;
	float: right;
	width: 220px;
	margin: 20px 0 10px 0;
	padding: 0;
	}

#menu ul {	
	list-style: none;
	width: 220px;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 1.0em;
	}	

#menu li {
	margin-bottom: 4px;
	}

#menu li a {
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 0 10px;
	background: #caa16d;
	border-left: 5px solid #a47040;
	}	

#menu li a:hover {
	background: #a47040;
	color: #ffffff;
	border-left: 5px solid #caa16d;
	}
	
#content {
	float:left;
	width:540px;
	min-height:400px;
	}
	
#content h1 {
	font-size:2em;
	font-weight:normal;
	padding:20px 0 15px 50px;
	font-style:italic;	
	color:#006600;
	}
	
#content h2 {
	font-size:1.7em;
	font-weight:normal;
	padding:20px 0 15px 50px;
	font-style:italic;	
	color:#006600;
	}
	
#content p {
	font-size:1.2em;
	padding:5px 10px 0 50px;
	text-align:justify;
	line-height:1.5em;
	font-style:italic;
	}
	
#content a {
	color:#006600;
	}    	
	
#content a:hover {
	color:#000000;
	} 
	
#footer {
	clear:both;
	height:0;
	background: #bcbcbc;
	border-top:10px solid #bcbcbc;
	border-bottom:10px solid #bcbcbc;
	}
	
#footer p {
	font-family:"Comic Sans MS";
	font-style:italic;	
	font-weight:700;	
	padding:10px 0 10px 20px;
	font-size:1.2em;
	}
	
#footer a {
	color:#ffffff;
	text-decoration:none;
	}
	
#footer a:hover {
	color:#ffffff;
	text-decoration:underline;
	}
