
/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: #3232CC;
	text-decoration: none;
}
a:hover {
	color: #9B30FF;
}
body {
	background: #655A46 url(img/bg.gif);
	color: #F5F5F5;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #F5F5F5;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.6em;
	margin-bottom: 4px;
}
code {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #F6C9CC;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #FFE303;
	padding-top: 6px;
}
img {
	border: 3px solid #000000;
}

/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	background: url(img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 780px;
}

/* header */
.header {
	background: url(img/header.gif);
	height: 154px;
	margin: 0 auto;
	width: 777px;
}

/* title */
.title {
	padding: 32px;
}
.title h1 {
	color: #D41A1F;
	font: normal 3.4em "Lucida Sans Unicode","Trebuchet MS",sans-serif;
}

/* navigation */
.navigation {
	background: #FFF url(img/bgnavigation.gif) repeat-x;
	font: bold 1.05em Verdana,sans-serif;
	height: 42px;
	margin: 0 auto;
	padding: 0 18px;
	width: 740px;
}
.navigation a {
	color: #000000;
	text-decoration: none;
	padding: 3px 4px;
	margin-right: 12px;
	line-height: 44px;
}
.navigation a:hover {
	background: #000000;
	color: #FFFFFF;
}

/* main */
.main {
	clear: both;
	padding: 0 28px 12px 28px;
}



/* content */
.content {
	padding-top: 12px;
	float: left;
	width: 100%;
}
.content .descr {
	color: #33CCCC;
	font-size: 1.1em;
	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: 777px;
}
.footer a {
	color: #FFD;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}