body {
	margin: 0;
	padding: 0;
	background: #0070B8 url(header_spacer.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F9F9C1;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.5em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-top: 0;
	margin-bottom: 1.6em;
	line-height: 180%;
	font-size: 1em;
}

a {
	border-bottom: 1px dotted #CCCCCC;
	text-decoration: none;
	color: #F9F9C1;
}

a:hover {
	border: none;
	text-decoration: underling;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 760px;
	height: 170px;
	margin: 0 auto;
	background: url(logo2.png);
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FAE6D4;
}

#header a {
	border: none;
	text-decoration: none;
	color: #F9F9C1;
}

#header a:hover {
	text-decoration: underline;
}

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 180px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0 10px 0 22px;
	background: url(dot.gif) no-repeat left center;
	font-size: 18px;
}

#menu .first a {
	background: none;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
}

/* Content */

#content {
	float: righ;
	text-align: justify;
	padding: 20px 0px 15px 0px; /* 20 FROM TOP, 15 FROM BOTTOM */
}


.vline {
	border-top: 2px dotted #CCCCCC;
}

/* Left sidebar */

#sidebar {
	float: left;
	vertical-align: top;
	width: 300px;
	font-size: .7em;
	padding: 0px 25px 15px 0px; /* 25 FROM LEFT, 15 FROM BOTTOM */
}

/* Footer */

#footer {
	clear: both;
	background: #0070B8;
	text-align: center;
	font-size: .7em;
	color: #FFFFFF;
}

#footer a {
	border: none;
	color: #F9F9C1;
}
