* {
	margin: 0;
	padding: 0;
}

/* Standard HTML tags */

html, body {
   height: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 1px; /* Puts vertical scroll in Firefox */
}

body {
	background: #FFFFFF;
	font: normal 100% Arial, Helvetica, sans-serif;
	color: #000000;
}

ul li {
	list-style: square;
}

h1{
	color: #000000;
	font-size: 120%;
}

h2, h3 {
	color: #000000;
}

h2 {
	font-size: 100%;
}

p, blockquote, ul, ol {
	font-size: 90%;
}

a {
	color: #FF1010;
	text-decoration: underline;
}

a:hover {
	color: White;
	background-color: #FF0000;
	text-decoration: none;
}

img.banner {
	margin: 0 0 0 0px;
}

img.left {
	float: left;
	padding-top: 4px;
	padding-left: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	border: 0;
}

img.right {
	float: right;
	padding-top: 4px;
	padding-left: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	border: 0;
}

img.accredit{
	float: right;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	border: 0;
}

/* Post */

.post {
	clear: both;
	padding-top: 20px;
	margin-left: 20px;
}

.post .title {
}

.post .content {
	line-height: 1.3em;
}

.post .title {
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

.post p, .post blockquote, .post ul, .post ol {
	margin-bottom: 1.3em;
}

.post blockquote, .post ul, .post ol {
	margin-left: 2em;
}

/* Header */

#header {
	width: 760px;
	height: 130px;
	margin: 0 auto;
	background: url(images/header.jpg);
}

#login {
	float: right;
}

#header p {
	padding-top: 10px;
	padding-right: 30px;
	color: #000000;
}

#header a{
	color: #000000;
	background-color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
}

#header a:hover{
	color: #FFFFFF;
	background-color: #FF1010;
	font-weight: normal;
	text-decoration: none;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	position: relative;
	min-height: 100%; 
	background: url(images/bgwhite.jpg) repeat-y;
}

#both {
   width: 760px;
	margin: 0 auto;
	background: #000000;
	background: url(images/bg.jpg) repeat-y;
}

#content {
	float: right;
	width: 537px;
	padding-right: 30px;
	min-height: 470px; 
}

#sidebar {
	float: left;
	width: 160px;
	padding-left: 30px;
}

/* Menu */

#menu {
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 8px 10px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	background: #000066;
	color: #FFFFFF;
}

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

#menu .active a {
	background: #CCCCE0;
	color: #000066;
}

/* Footer */

#footer {
	clear: both;
	margin: 0 auto;
	width: 760px;
	height: 80px;
	background: url(images/footer.jpg);
	font-size: 100%;
	color: #FFFFFF;
}

#footer p{
	padding-left:40px;
	padding-top: 10px;
}

#footer a{
	color: #FFFFFF;
	background-color: #FF1010;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:hover{
	color: #FF0000;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

#legal {
	float: left;
}

#links {
	float: right;
	padding-right: 40px;
}

/* In HTML use: <div style="clear: both;">&nbsp;</div> to extend menu graphic */
