
* {
	margin: 0;
	padding: 0;
}
a {color: #051CAB; font-weight:bold; text-decoration:none;}
a:hover {color: #6E82FD;}
body {
	background: #000000 url(../img/bg.gif) repeat-y center top;
	/*background: #000000;*/
	color: #333;
	/*font: normal 72.5% "Arial",sans-serif;*/
	font: normal 75% Comic Sans MS, Arial;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}

a img{
	border:0px;
}
a:hover img{
	border:0px;
	filter: Alpha(opacity=85, finishopacity=100, style=3);
}

h1 {font-size: 1.4em;}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h1 {color: #F8EA04;}
h2,h3 {margin-bottom:5px; margin-top:10px; color: #000000;}
h2 {font-size: 1.6em;}
h3 {font-size: 1.2em;}
h4 { font-size: 15px; color:black;margin-bottom:0px; }

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: url(../img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 902px;
	
}


small{ font-size:10px; }

/* top */
.top {
	background: #000000;
	font: bold 2.4em Comic Sans MS;
	height: 10px;
	margin: 0 auto;
	width: 830px;
}
.top a {
	color: #F8EA04;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
}
.top span {padding-left: 24px;}
.top a:hover {
	color: #FFF;
}

/* header */
.header {
	background: url(../img/header1.jpg) no-repeat;
	height: 180px;
	margin: 0 auto;
	width: 833px;
}


/* item */
.item {clear: both;}
.item .date {
	
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
.item .content {
	float: left;
	width: 620px;
	line-height:20px;
	padding-left:36px;
}
.item h1 {
	background: #000000;
	color: #F8EA04;
	font-family: Comic Sans MS, Arial;
	font-weight:normal;
	line-height: 40px;
	padding-left: 16px;
}
.item .body {padding: 12px 18px;}

/* main */
.main {float: left;}

/* navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 209px;
	display:block;
}
.navigation h1 {
	background: #000000;
	color: #F8EA04;
	font-family: Comic Sans MS, Arial;
	font-weight:normal;
	font-size: 1.3em;
	line-height: 30px;
	padding-left: 12px;
	border-top:1px solid #7F7F7E;
	border-right:1px solid #7F7F7E;
}
.navigation ul {margin: 0; padding: 0;}
.navigation ul li {
	border-bottom: 1px solid #E0E0E0;
	list-style: none;
	display:block;
}
.navigation ul li a {
	display: block;
	background: #E8F6BF url(../img/bgnavigation.gif) repeat-x;	
	color: #553;
	padding: 8px 4px 5px 12px;
	text-decoration: none;
	font-weight:bold;
}

.navigation ul li a:hover {
	/*background: #F8EA04;*/
	display: block;
	background: #E8F6BF url(../img/bgnavigationhover.gif) repeat-x;	
	color: #553;
}

/* footer */
.footer {
	color: #000000;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: left;
	padding-left:30px;
	width: 815px;
}
.footer a {color: #000000;}
.footer a:hover {color: #999999;}

