* {
	margin: 0;
	padding: 0;
}

a {color: #FF6A00;}

a:hover {color: #FF3F00;}

body {
	background: #000000; /* url(img/bg.gif) repeat-y center top*/
	color: #AAAA96;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

p,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}

li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

code {
	background: url(img/bgcode.gif);
	border: 1px solid #060606;
	color: #FFFFFF;
	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: #FFFFFF;
	display: block;
	font: normal 1.2em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}

h1 {
	color: #FFFFFF;
	padding-top: 6px;
}

h2 {
	color: #FFFFFF;
	padding-top: 6px;
}

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

.myclear {padding: 20px;}

.mystripe {background: url(img/stripe.jpg); padding: 7px 0px 0px 0px;}

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

/* title */
.title {
	float: left;
	margin-top: 15px;
	text-align: center;
	width: 125px;
}
.title h1 {
	color: #FFFFFF;
	font: normal 2em Verdana,sans-serif;
}
.title h2 {
	color: #404040;
	font: normal 1.1em Verdana,sans-serif;
}

/* navigation */
.navigation {
	background: url(img/holder.jpg) no-repeat;
	height: 100px;
	padding: 0 16px;
}
.navigation a {
	color: #FFFFFF;
	float: right;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 9px;
	padding: 16px 7px 50px;
	text-align: center;
	text-decoration: none;
	background: #000 url(img/navhover_o.gif) repeat-x;
	border-right: 1px solid #000000;
}
.navigation a:hover {
	background: #000 url(img/navhover.gif) repeat-x;
	color: #000000;
	padding: 50px 7px 16px;
}

/* holders */
.holder {
	background: url(img/bgholder.jpg) repeat-y;
	padding: 0 32px;
}
.holder_top,.footer {
	clear: both;
	background: url(img/holder.jpg) no-repeat;
	height: 40px;
}

/* footer */
.footer {
	background-position: left bottom;
	color: #665;
	font-size: 1.1em;
	text-align: center;
}