html {
overflow: -moz-scrollbars-vertical; /* Always show scrollbar */
}

* {
	font: normal 1em "Lucida Sans Unicode",sans-serif;
	margin: 0; padding: 0;
}
a {
	color: #FF5600;
        text-decoration: none;
}
a:hover, .footer a:hover {text-decoration: none;
	color: #111; 
}
body {	
	background: #fbd18f url(img/bg.jpg) no-repeat center top;
	color: #443;
	font-size: 12px;
	margin: 0;
	width: 100%;
	padding: 0;
}
p,cite,code,ul {
	margin-bottom: 1.2em;
}
h1 {
	font: #4c1167 normal 1.2em "Lucida Sans Unicode",sans-serif;
}
ul {
	margin: 12px 0;
}
li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}
code {
	color: #444;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

cite {
	display: block;
	background: url(img/quote.gif) no-repeat;
	color: #663;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

/* misc */
.divider {
	background: url(img/divider.gif) no-repeat;
	height: 30px;
	margin: 16px 0;
}
.clearer {
	clear: both;
}

/* structure */
.container {
	font-size: 1em;
	margin: 0 auto;
	width: 590px;
}

/* header */
.header {
	background: #fda633 url(img/header.jpg) no-repeat center top;
	height: 141px;
	margin: 0; padding: 0;


}

/* navigation */
.navigation {
        font: normal 1em "Lucida Sans Unicode",serif;
        color: #894d00;
        width: 100%;       
        line-height: 25px; letter-spacing: 1px;
        text-align: center;


}
.navigation a {
	color: #894d00;
	font: normal 1em "Lucida Sans Unicode",serif;
	height: 25px; 
	letter-spacing: 1px;
		text-align: center;
	text-decoration: none;
	
}
.navigation a:hover {
	color: #356;
	font: normal 1em "Lucida Sans Unicode",serif;
	height: 25px; 
	letter-spacing: 1px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	
}

/* content */
.content {
	padding: 18px 0;
        width: 590px
}

.leftside {
	padding: 18px 0;
        width: 150px;
        float: left;
	line-height: 25px;



}

.rightside {
	padding: 18px 0;
        width: 150px;
        float: right;
}

.content h1 {
	color: #553;
	font-size: 1.4em;
	margin-bottom: 4px;
}

/* footer */
.footer {
	color: #000000;
	font-size: 0.9em;
	padding-bottom: 12px;
	text-align: center;
}
.footer a {
	color: #000000;
}code {
        color: #444;
        display: block;
        font: normal 1em "Lucida Sans Unicode",serif;
        margin-bottom: 12px;
        padding: 8px 10px;
        white-space: pre;  text-align: center;
}
h3 {
        color: #ae3d00;
        font-size: 1.2em;
        font: bold;
        text-decoration: none;
}

h2 {
        color: #4c1167;
        font-size: 1.2em;
        margin-bottom: 4px;
        font: bold;
        text-align: center;
        text-decoration: none;

}