* {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Tahoma, Arial;
}

body {
	background: #333 url('images/bg.jpg');
	text-align: center;
	color: #222;
}

#container {
	position: relative;
	margin: auto;
	text-align: left;
	width: 800px;
	background-color: #83AFB9;
	border-left: 2px solid #444;
	border-right: 2px solid #444;
	border-bottom: 2px solid #444;
}

#header {
	height: 75px;
	background: #0B6375 url('images/h_m.jpg') 0 100% repeat-x;
}


#logo {
	position: absolute;
	height: 75px;
	width: 300px;
	background: #0B6375 url('images/h_l.jpg') 0 0 no-repeat;
}

#page_title {
	position: absolute;
	right: 0px;
	width: 200px;
	height: 75px;
	background: #0B6375 url('images/h_r.jpg') 100% 0 no-repeat;

	color: white;
	font-size: 18pt;
}

#page_title span {
	position: absolute;
	bottom: 2px;
}

#navigation {
	height: 30px;
	width: 100%;
	background: #0B6375 url('images/bar.jpg') 0 100% no-repeat;
}

#navigation ul {
	list-style: none;
}

#navigation li {
	float: left;
	margin-left: 20px;
	height: 30px;
}

#navigation a {
	line-height: 30px;
	font-size: 10pt;
	text-decoration: none;
	color: #333;
}

#navigation a:hover {
	color: #663;
}

#main {
	position: relative;
	background: #83AFB9 url('images/m_m.jpg') 0 0 repeat-x;
	padding: 20px;
}

#sidebar {
	position: absolute;
	right: 0px;
	top: 0;
	width: 252px;
	height: 100px;
	background: #83AFB9 url('images/m_r.jpg') 100% 0 no-repeat;
}

#footer {
	background-color: #111;
	color: #ccc;
}

#copy {
	padding: 10px;
	right: 10px;
	bottom: 10px;
	font-size: 10pt;
}

#main h1 {
	color: #111;
	font-size: 16pt;
	margin-top: 10px;
}

#main h2 {
	color: #111;
	font-size: 13pt;
	margin-top: 5px;
}

#main h3 {
	color: #335;
	font-size: 12pt;
	margin-top: 5px;
}

#main p {
	margin-right: 300px;
	font-size: 10pt;
	padding: 10px;
	color: #222;
}

#main li {
	margin-right: 300px;
	font-size: 10pt;
	color: #222;
	margin-left: 30px;
}

#sidebar p {
	margin-right: 20px;
}

#sidebar fieldset {
	border: 0;
	background-color: white;
	padding: 5px;
	font-size: 10pt;
}

#sidebar legend {
	font-weight: bold;
	background-color: #83AFB9;
	width: 100px;
	margin-bottom: 5px;
	border: 1px solid gray;
	padding-left: 3px;
	padding-right: 5px;
	background-color: #0B6375;
	color: white;
}

pre.code {
	background-color: white;
	margin-left: 10px;
	font-size: 9pt;
	margin-right: 300px;
	overflow: auto;
	padding: 10px;
	width: 430px;
	border: 1px inset gray;
}