@charset "UTF-8";
/*
	The Pace Club Stylesheet
	by Khanik.com
*/

body {
	background-color: #FFF;
	font-family: "Lucida Grande",Tahoma, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0px;
	padding: 20px;
}

a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
	color: #00AFEF;
	text-decoration: none;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	color: #00AFEF;
}

form {
	margin: 0;
	padding: 0;
}

form p {
	text-indent: 0;
	clear: both;
	margin: 5px 0 5px 0;
}

fieldset {
	border-width: 0;
	padding: 5px 0 10px 0;
	min-width: 550px;
	margin: 20px 0 20px 0;
}

legend {
	font-weight: bold;
	color: #717074;
}

label {
	float: left;
	width: 200px;
}

label.checks {
	width: 400px;
}

input.checks {
	border-width: 0px;
	width: auto;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: #C6C5BF 1px solid;
	padding: 3px 4px 3px 4px;
	width: 140px;
}

select {
	padding: 2px;
	width: 150px;
}

p.height {
	height: 20px;
}

select.short {
	width: 90px;
}

label.short {
	width: 100px;
}

input.short {
	width: 100px;
}

textarea {
	width: 490px;
	height: 100px;
}

input.extend {
	width: 490px;
}

.select {
	width: 500px;
}

.clear, .spacer {
	clear: both;
	font-size: 0;
	visibility: hidden;
	height: 1px;
}

.spacer {
	height: 20px;
}

#header {
	border-bottom: #333 1px solid;
}

#menu {
	float: left;
	width: 207px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	margin: 0 10px 0 0;
}

#menu a:link, #menu a:visited {
	color: #717074;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #000000;
	text-decoration: none;
}

#total {
	background-color: #EEE;
	margin-left: 154px;
}

#test {
	background: #222;
	color: #fff;
	padding: 10px;
	margin: 20px;
	border: 10px solid pink;
}
 
#test2 {
	background: #222;
	color: #fff;
	padding: 10px;
	margin: 20px;
	border: 10px solid pink;
}

#content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #717074;
}