* {
	margin: 0;
	padding: 0;
}
a {
	color: #963;
}
a:hover {
	color: #C60;
}
body {
	background: #000000 url(../img/030220121234-bw2.jpg);
	color: #543;
	font: normal 12px Ubuntu,"Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 12px "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 16px;
	padding-bottom: 10px;
}
h1 {
	font-size: 24px;
	margin-bottom: 4px;
}
code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 14px "Lucida Sans Unicode",serif;
	margin-bottom: 10px;
	padding: 8px 10px;
	white-space: pre;
	/*width:600px;*/
	overflow: auto;
}
blockquote {
	background: url(../img/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 18px "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #654;
	padding-top: 6px;
}

h1 a,h2 a,h3 a { text-decoration: none;
	color: #654;
}

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

/* structure */
.container {
	margin: 0 auto;
	width: 900px;
}

.container
{
	margin-bottom: 30px;
	margin-top: 20px;
}

.maincontent
{
	padding-top: 10px;
}

/* header */
.header {
	/*background: url(../img/bgheader.gif) repeat-x;*/
	height: 80px;
	margin: 0 auto;
	width: 880px;
}

/* title */
.title, .title a {
	padding: 20px;
}
.title , .title a {
	color: #E4DBCF;
	font: normal 26px "Lucida Sans Unicode","Trebuchet MS",sans-serif;
	text-decoration:none;
}

/* navigation */
.navigation {
	background: #FFF url(../img/bgnavigation.gif) repeat-x;
	font: bold 12px Verdana,sans-serif;
	height: 44px;
	margin: 0 auto;
	padding: 0 18px;
	/*width: 845px;*/
}
.navigation a {
	color: #543;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	background: #CEBDA1;
	color: #420;
}


/* main */
.main {
	clear: both;
	padding: 0 10px 12px 28px;
	background-color: #ffffff;
	background: #ffffff url(../img/bgcontainer.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 218px;
	font-size: 14px;
	/*background: #ffffff url(../img/bgsidebar.gif) repeat-y;*/
}
.sidenav h1 {
	background: #BCB39F url(../img/sidenavh1.gif) repeat-x;
	border-bottom: 1px solid #999;
	border-top: 1px solid #CCC;
	color: #4A4A44;
	font-size: 14px;
	height: 22px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #A98;
	border-top: 1px solid #DDC;
	list-style: none;
}
.sidenav li a {
	background: #CCC3AF;
	color: #554;
	display: block;
	padding: 5px 4px 5px 12px;
	font-size: 14px;
	text-decoration: none;
}
.sidenav li a:hover {
	background: #D6CCB9;
	color: #654;
}

/* content */
.content {
	background-color: #ffffff;
	padding-top: 12px;
	float: left;
	width: 625px;
}
.publishDate, .content .descr {
	color: #987E57;
	font-size: 14px;
	margin-bottom: 6px;
}
.content li {
	list-style: url(../img/li.gif);
	margin-left: 18px;
}

/* footer */
.footer {
	background: #958463 url(../img/bgfooter.gif) repeat-x;
	color: #FED;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 880px;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
.footer .left, .footer .right {padding: 0 12px;}
.footer .right, .footer .right a {color: #C0B8A6;}
.footer .right a:hover {color: #FFE;}

/* floats */
.left {float: left;}
.right {float: right;}
.clearer {clear: both;}

.br5
{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; 
}

.box
{
	border: 1px solid #7d725c;
}
.fbcomment
{
margin-top: 20px;
}

.stars
{
font-weight: bold;
color: #ffcc00;
font-size: 30px;
}
.starsdim
{
font-weight: bold;
color: lightgray;
font-size: 30px;
}

