BODY {
	margin: 0;
	padding: 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: #ffffff;
}

#page { 
	margin: 10px 50px 10px 30px; 
	background: #202020; // url(images/palms_wide.jpg) top left repeat-x;
	border: solid 1px #3366cc;
	width: 800px;
}

a:link, a:visited  { 
	color: #cc6600;
}

a:hover, a:active, a:focus { 
	color: #003366;
}

/* Header */

#header { 
	background: url(images/header.jpg) top right no-repeat;
	width: 100%;
	height: 100px;
	margin: 0px;
}

#header img {
	margin: 0px;
}

/* Content */

#content { 
	margin: 20px 50px 30px 195px;
	background: #202020;
}

#content h1 {
	font-size: 1.2em;
	color: #cc6600;
	display: block;
	border-bottom: 1px solid #cc6600;
}

#content h2 {
	font-size: 1em;
	color: #cc6600;
}

/* Navigation */

#navigation {
	position: absolute; 
	top: 115px; 
	left: 35px;
	width: 150px; 
	margin: 10px;
	background: #eff9db url(images/nav_bg.jpg) top right repeat-x;
	border: 1px solid #3b4c1c;
}
	
#navigation ul {
	margin: 0px;
	padding: 10px 10px 20px 16px;
}

#navigation ul ul {
	margin: 0px;
	padding: 0px 0px 0px 16px;
}

#navigation li {
	list-style-type: none;
	margin: 6px 0px 2px 0px;
	padding: 1px;
}

#navigation a { 
	display: block; 
	font-weight: bold;
}

#navigation a:link, #navigation a:visited { 
	text-decoration: none; 
	color: #003366;
}

#navigation a:hover, #navigation a:active, #navigation a:focus { 
	color: #cc6600;
}