html, body, h1, h2, p {
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}

html {
	height: 100%;
	padding-bottom: 1px;
}

body {
	background:  #CCD;
	color: #000;
	font: normal 75% sans-serif;
	line-height: 1.2;
}

p {
	margin: 0 0 5px 0;
}

hr {
	margin: 10px 0;
}

tr {
	background: #EEE;
}

tr:hover {
	background: #DDD;
}

th {
	background: #CCC;
}

td {
	padding-left: 5px;
	text-align: center;
}

td a {
	text-decoration: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.content {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

#head-wrapper {
	background: #363636 url(img/head-wrapper.gif) center repeat-y;
}

#header {
	background: #363636 url(img/header.gif) no-repeat;
	height: 36px;
	padding: 32px 32px 32px 48px;
}

#title {
	color: #FFF;
}

#slogan {
	color: #CCC;
}

#menu-wrapper {
	background: #956FC4 url(img/menu.gif) center repeat-x;
}

#menu-wrapper2 {
	background: url(img/menu-wrapper.gif) center no-repeat;
}

#menu {
	background: #956FC4 url(img/menu.gif) repeat-x;
	height: 44px;
	padding: 0 8px;
}

#menu a {
	color: #DDD;
	font-weight: bold;
	font-size: 16px;
	padding: 12px 12px 13px;
	text-decoration: none;
	display: block;
}

#menu a:hover {
	color: #FFF;
}

#menu ul.tab {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul.tab li {
	float: left;
	list-style: none;
}

#menu ul.tab li.current a {
	background: url(img/arrow.gif) bottom no-repeat;
	color: #FFF;
}

#main-wrapper {
	background: #F5F5F5 url(img/main-wrapper.gif) center repeat-y;
}

#main {
	background: #FFF;
	padding: 28px;
}

#main a {
	color: #039;
	font-weight: bold;
}

#main a:hover {
	color: #000;
}

#footsep {
	background: #96F;
	padding: 2px;
}

#foot-wrapper {
	background: url(img/foot-wrapper.gif) bottom no-repeat ;
	padding-bottom: 20px;
}

#footer {
	background: #DDE;
	color: #BBB;
	padding: 10px 16px 24px;
}

#footer a {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
}

#copyright {
	color: #AAB;
	padding: 0 10px;
}


/* newsbox */

.post {
	width: 728px;
	margin: 0 auto 2px auto;
}

.post .post-head {
	background: #956FC4 url(img/menu.gif) repeat-x;
	color: #FFF;
	font-weight: bold;
	padding: 4px 20px 0px;
	height: 20px;
	border: #4A4A4A 1px solid;
	cursor: pointer;
}

.post .post-body {
	padding: 5px 20px 0;
	border: #4A4A4A 1px solid;
	background: #F5F5F5 url(img/post-bg.gif) top repeat-x;
}


/* misc */

#ad {
	width: 728px;
	height: 90px;
	margin: 32px auto 0;
}

#donation {
	float: right;
	margin-left: 16px;
	text-align: center;
}