body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000066;
	background: #ffffcc;
	margin: 0;
	padding: 0;
}
#wrapper {
	display: block;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #ffffff;
}
#header {
	display: block;
	width: 800px;
	height: 100px;
	margin: 0;
	padding: 0;
	background: #ffffcc;
}

#header a:link {
	border-bottom: none;
	text-decoration: none;
}	
#header a href: {
	border-bottom: none;
}
#header a:visited {
	border-bottom: none;
	color: #606092;
	text-decoration: none;
}
#header a:hover, a:active {
	border-bottom: none;
}
#header a href:hover, a:active {
	border: none;
}

	
#headermenu {
	display: block;
	width: 800px;
	height: 20px;
	margin: 0;
	padding: 10px;
	border-bottom:thick #33346C;
}
#sidebar {
	float: right;
	width: 150px;
	color: #606092;
	margin: 0;
	padding: 10px 0 10px 0;
}
#content {
	display: block;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 0;
}
#main {
	float: left;
	width: 620px;
	margin: 0;
	padding: 10px;
	border-right:solid #606092;
}
h1 {
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 18px;
}
h2 {
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 16px;
}
h3 {
	margin: 0;
	padding: 5px 0 5px 0;
	font-size: 14px;
}

#menu {
	width: 800px;
	background: #ffffcc;
	display: block;
	height: 6px;
	border-top: 2px solid #663333;
}

/* LINKS */

a:link {
	border-bottom: 1px solid #000066;
	color: #000066;
	text-decoration: none;
}
a:visited {
	border-bottom: 1px dotted #000066;
	color: #606092;
	text-decoration: none;
}
a:hover, a:active {
	border-bottom: 1px solid #000066;
}
a href:hover, a:active {
	border: none;
}
a img {
	border: 0;
}

#clear {
	display: block;
	width: 600px;
	height: 2px;
	clear: both;
}
#footermenu {
	border-top: 1px solid #000066;
	display: block;
	clear: both;
	width: 800px;
	margin: 0;
	padding: 0;
}
#footermenu p {
	letter-spacing: .1em;
	font-size: 9px;
	color: #78aaba;
	margin: 0;
	padding: 10px;
}
#footermenu a:link {
	color: #606092;
	border-bottom: none;
}
#footermenu a:hover {
	color: #000066;
	border-bottom: 1px solid #000066;
}
#footermenu a:visited {
	color: #606092;
	border-bottom: 1px dotted #606092;
}
#footermenu a:active {
	color: #000066;
	border-bottom: 1px solid #000066;
}
#footer {
	display: block;
	border-top: 1px solid #ABABC9;
	background: #ffffff;
	clear: both;
	width: 800px;
	height: 70px;
	margin: 0;
	padding: 10px 0 10px 0;
}
#footer p {
	letter-spacing: .1em;
	font-size: 12px;
	color: #606092;
	margin: 0;
	padding: 10px;
	text-align:right
}
#footer a:link {
	color: #606092;
	border-bottom: none;
}
#footer a:visited {
	color: #606092;
	border-bottom: 1px dotted #606092;
}
#footer a:hover, #footer a:active {
	color: #000066;
	border-bottom: 1px solid #000066;
}