/** BASIC */

body {
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	margin: 0px;
}

h1, h2, h3 {
	text-transform: lowercase;
	color: #99AACC;
}

ul {
	margin-left: 0px;
	padding-left: 1em;
	list-style-position: inside;
}

a {
	color: #000099;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

/** HEADER */

#header {
	width: 700px;

	margin: 0px auto;
}

#header h1 {
	text-align: right;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #99AACC;
}

#header h2 {
	float: right;
	margin: 0px;
	padding: 27px 0px 0px 0px;
}

/** MENU */

#menu {
	width: 700px;
	height: 1.5em;
	margin: 0px auto;
	border-bottom: 1px solid #000099;
	background-color: #557799;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 3px 10px;
	border-right: 15px solid #99BBDD;
	color: white;
	background-color: #557799;
	text-decoration: none;
}

#menu a:hover {
	background: #000066;
	color: #FF6600;
}

/** CONTENT */

#content {
	width: 700px;
	margin: 0px auto;
}

#content h2 {
	font-weight: normal;
}

#left {
	float: left;
	width: 460px;
}

#right {
	float: right;
	width: 200px;
	text-align: left;
}

/** FOOTER */

#footer {
	clear: both;
	width: 680px;
	margin: 0px auto;
	padding: 5px 10px;
	border-bottom: 1px solid #000099;
	color: white;
	background-color: #99BBDD;
}

#footer p {
	margin: 0px;
	padding: 0px;
	font-size: x-small;
}.blockquote_1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

