@charset "utf-8";
/* CSS Document */
body {
	background: #ecdc93 url(../i/bg-body.gif) repeat-y center top;
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#slartibartfast {
	margin: auto;
	width: 840px;
	background: transparent url(../i/on-tv.png) no-repeat 670px 6px;
}
#header {
	background: transparent url(../i/header.png) no-repeat bottom right;
	height: 430px;
	padding-left: 20px;
	padding-top: 21px;
}
#menubar {
	height: 25px;
	border-top: 6px solid #69bd18;
	border-bottom: 3px solid #fe2118;
	background-color: #c1f40a;
	color: #fff;
}
#contentwrapper {
	background: transparent url(../i/bg-cw.gif) repeat-y top left;
}
#contentwrapper h1 {
	background: transparent url(../i/greenbox.gif) no-repeat center;
	margin: 0;
	padding-top: 21px;
	height: 90px;
	color: #fff;
	font-size: 1.5em;
	padding-left: 150px;
	font-weight: normal;
}
#left {
	float: left;
	width: 300px;
	padding-left: 10px;
}
#left h3 {
	font-size: 1.2em;
	color: #fe2118;
	font-weight: normal;
}
#left h4 {
	color: #5faa16;
}
#left ul {
	list-style-type: square;
}
#left p, #left li {
	font-size: 0.9em;
	line-height: 1.8em;
	padding-bottom: .5em;
	color: #5faa16;
}
#left a:link, #left a:visited {
	color: #0c9ed6;
	background-color: transparent;
	text-decoration: none;
}
#left a:hover {
	color: #69bd18;
	background-color: transparent;
	text-decoration: underline;
}
#left a {
	font-weight: bold;
}
#main {
	padding-left: 320px;
	padding-right: 22px;
	padding-bottom: 20px;
}
#main h2 {
	color: #0c9ed6;
	font-size: 1.9em;
	font-weight: normal;
}
#main h3 {
	color: #fe2118;
	margin-top: 0;
	font-weight: normal;
}
#main p, #main li {
	font-size: 0.9em;
	color: #06729c;
	line-height: 1.55em;
	background-color: transparent;
	text-align:justify;
}
#main a:link, #main a:visited {
	color: #69bd18;
	background-color: transparent;
	text-decoration: underline;
}
#main a:hover {
	color: #0c9ed6;
	background-color: transparent;
	text-decoration: underline;
}
#main img {
	text-align: center;
	border: 2px solid #0c9ed6;
	margin-top: 7px;
	margin-bottom: 7px;
}
#footer {
	height: 25px;
	background-color: #69bd18;
	color: #fff;
	border-top: 3px solid #fe2118;
	padding-top: 50px;
	padding-right: 10px;
	font-size: .7em;
	text-align: right;
}
#footer a {
	text-decoration: none;
	color:#FFCC00;
}
.center {
	text-align: center;
}
