* {
	margin: 0; padding: 0;
}
.clear {
	clear: both; 
}

body {
	background: #2D333E;
	font: normal 12px 'trebuchet ms', arial, tahoma;
	color: #FFF;
}
#container {
	width: 800px;
	height: auto;
	margin: 0 auto;
}
p#paragraph {
	width:620px;
	margin:0 auto;
	padding:10px;
}
#head {
	width: auto;
	height: 131px;
	background: url("images/head.gif") repeat-x;
}
#logo {
	width: 349px;
	height: 131px;
	background: url("images/logo.gif") no-repeat;
	margin: 0 auto;
}
#logo a {
	width: 349px;
	height: 131px;
	display: block;
}
.none {
	display: none;
}
#search {
	width: 241px;
	height: 17px;
	background: url("images/text.gif") no-repeat;
	border: 0;
	padding: 12px;
	margin: 10px 0 0 227px;
}
#submit {
	width: 75px;
	height: 37px;
	background: url("images/surf.gif") no-repeat;
	border: 0;
	margin: 10px 0 0 5px;
}
.checks{
	line-height: 22px;
}
#checkers {
	list-style: none;
	margin: 10px 0 0 232px;
}
.space {
	margin-right: 20px;
}
#text {
	text-align: center;
}
#foot {
	width: auto;
	height: 23px;
	background: url("images/foot.gif") repeat-x;
	margin-top: 50px;
	text-align: center;
	padding-top: 6px;
}
a {
	color: #FFF;
}
.sidebar {
float: right;
}