/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #CCCCCC;
}
a:hover {
	color: #FFFFFF;
}

.img{  
   border-style: none; 
/*  padding:2px;
  border:1px solid #ddd;
  */
}

 


body {
	color: #FFFFFF;
	font-family: "Lucida Sans Unicode", sans-serif;
	font-size: 62.5%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #000000;
	background-image: url(img/bg.png);
	background-repeat: repeat;
	background-position: center top;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.4em;
	padding-bottom: 1.2em;
}
ul {margin-left: 1.2em;}
/*li {list-style-image: url(img/li.gif);}*/
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,h2,h3 {
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
}

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

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

/* top */
.top {
	font: normal 2.4em Verdana,sans-serif;
	height: 60px;
	margin: 0 auto;
	width: 830px;
	background-color: #635A00;
}
.top a {
	color: #FFF;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
}
.top span {padding-left: 24px;}
.top a:hover {
	color: #FFF;
	background-color: #8E8300;
}

/* header */
.header {
	background: url(img/header.png) no-repeat;
	height: 143px;
	margin: 0 0 auto;
	width: 630px;
}

/* item */

.item {clear: both;}
/*
.item .date {
	background: url(img/bgdate.gif) no-repeat;
	color: #FFFFFF;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
}
.item .date div {padding-top: 4px;}
.item .date span {padding-top: 4px;}
*/
.item .content {
	float: left;
	width: 600px;
}
.item h1 {
	color: #DE8702;
	line-height: 40px;
	padding-left: 16px;
}
.item .body {padding: 12px 18px;}



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

/* navigation */
.navigation {
	float: right;
	margin-left: 1px;
	width: 208px;
}
.navigation h1 {
	color: #DE8702;
	font-size: 1.3em;
	line-height: 40px;
	padding-left: 12px;
	background-color: #000000;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.navigation li a {
	background: #E8F6BF url(img/bgnavigation.gif) repeat-x;	
	color: #553;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.navigation li a:hover {
	background: #F0FFC6;
	color: #553;
}

/* footer */
.footer {
	/*background: url(img/bgfooter.gif) repeat-x;*/
	color: #FFF;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 626px;
}
.footer a {color: #FFF;}
.footer a:hover {color: #FAFCB0;}

