/* standard elements */
* {
	margin: 0;
	padding: 0;
}

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

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

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

code {
	background: url(images/bgcode.gif);
	border: 1px solid #F0F0F0;
	color: #666;
	display: block;
	font: normal 1.1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

h1,h2,h3 {
	color: #BD05B2;
	padding-top: 6px;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	margin: 0 auto;
	width: 630px;
}
/* title */
.title {
	float: left;
	margin: 24px 0 0 24px;
	text-align: center;
	width: 200px;
}

/* navigation */
.navigation {
	background: url(images/holder.jpg) no-repeat;
	height: 100px;
	padding: 0 16px;
}
.navigation a {
	border-left: 1px solid #D2D2D2;
	border-right: 1px solid #FFF;
	color: #BD05B2;
	float: right;
	font: bold 1.2em "Trebuchet MS",sans-serif;
	margin-top: 9px;
	padding: 58px 18px 8px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background: #FFF url(images/navhover.gif) repeat-x;
	color: #000000;
	padding: 56px 18px 10px;
}

/* holders */
.holder {
	background: url(images/bgholder.jpg) repeat-y;
	padding: 0 26px;
}
.holder_top,.holder_bottom {
	background: url(images/holder.jpg) no-repeat;
	height: 38px;
}
.holder_top,.holder_bottom {
	height: 38px;
}
.holder_bottom  {
	background-position: left bottom;
}

/* footer */
.footer {
	color: #000000;
	font-size: 1.1em;
	text-align: center;
}