body {
	background-image: url(../images/bg_header.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0 75px 0 75px;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

#header {
	padding: 20px;
}

#footer {
	padding: 20px;
	clear: right;
	font-size: 10px;
}

#sidebar {
	float: right;
	padding: 20px;
	width: 30%;
}

#content {
	padding: 20px;
	margin-right: 35%;
}

#search legend {
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px;
	color: green;
}

#search input {
	font-size: 14px;
	font-weight: bold;
}

#search label {
	font-weight: bold;
	color: green;
}


#search fieldset {
	border: 5px solid green;
}

#search p {
	padding: 8px;
}

h1 {
	padding: 0;
	margin: 15px 0 0 0;
	font-size: 14px;
}

#header h2 {
	padding: 0;
	margin: 0;
	font-size: 18px;
}

span {
	color: green;
}

#sidebar p {
	text-align: justify;
}

#rank_five {
	color: #000;
	margin: 0 0 15px 0;
}

#rank_five fieldset {
	border-width: 6px 0 0 0;
	border-top-color: #000;
	border-top-style: solid;
}

#rank_five legend {
	font-size: 20px;
	font-weight: bold;
	padding: 0 5px;
}

#rank_four {
	color: #333;
	margin: 0 0 15px 0;
}

#rank_four fieldset {
	border-width: 5px 0 0 0;
	border-top-color: #333;
	border-top-style: solid;
}

#rank_four legend {
	font-size: 18px;
	font-weight: bold;
	padding: 0 5px;
}

#rank_three {
	color: #666;
	margin: 0 0 15px 0;
}

#rank_three fieldset {
	border-width: 4px 0 0 0;
	border-top-color: #666;
	border-top-style: solid;
}

#rank_three legend {
	font-size: 16px;
	font-weight: bold;
	padding: 0 5px;
}

#rank_two {
	color: #999;
	margin: 0 0 15px 0;
}

#rank_two fieldset {
	border-width: 3px 0 0 0;
	border-top-color: #999;
	border-top-style: solid;
}

#rank_two legend {
	font-size: 16px;
	font-weight: bold;
	padding: 0 5px;
}

#rank_one {
	color: #ccc;
	margin: 0 0 15px 0;
}

#rank_one fieldset {
	border-width: 2px 0 0 0;
	border-top-color: #ccc;
	border-top-style: solid;
}

#rank_one legend {
	font-size: 14px;
	font-weight: bold;
	padding: 0 5px;
}

a.greenlink {text-decoration: none; color: green;}
a.greenlink:link {text-decoration: none; color: green;}
a.greenlink:visited {text-decoration: none; color: green;}
a.greenlink:active {text-decoration: none; color: green;}
a.greenlink:hover {text-decoration: none; color: green;}