* {
	margin:0;
	padding:0;
	font-family:trebuchet ms, arial, sans-serif;
}

body {
	font-size:0.7em;
	background:#eee;
}

a:hover {
	text-decoration:none;
}

#container {
	width:700px;
	margin:0 auto 20px auto;
	background:#fff;
}

#header {
	height:150px;
	background:url( images/header.gif );
}

#header h1, #header h2 {
	color:#fff;
	display:block;
	text-align:right;
	padding:0 20px;
}

#header h1 {
	padding:18px 20px 0 0;
	font-size:2em;
	clear:both;
}

#header h2 {
	font-size:1em;
	font-weight:normal;
}

#mini_menu {
	list-style-type:none;
	float:right;
	padding:10px;
	font-size:1em;
	height:20px;
}

#mini_menu a {
	color:#7e8998;
	font-weight:bold;
	padding:0 10px;
}

#mini_menu li {
	float:left;
	border-right:1px solid #eee;
}

#mini_menu .last {
	border:none;
}

#content {
	float:left;
	width:460px;
	background:url( images/bg_content.gif ) repeat-y right;
	margin:0 0 20px 0;

}

#content table {
	float:left;
	width:350px;
	margin:00px 30px;
	display:block;
}

#content h1, #content h2 {
	color:#fb1;
	margin:15px 30px 5px 30px;
	font-size:2em;
}

#content h2{
	font-size:1.6em;
	clear:both;
}

#content h2 a {
 color:#fb1;
 text-decoration:none;
}


#content h3, #content h4, #content h5 {
	color:#333;
	margin:10px 30px 0 30px;
	font-size:1.4em;
}

#content p {
	margin:10px 30px;
	line-height:1.5em;
}

#content ul {
	margin:10px 30px 10px 50px;
}

#content a {
	color:#7e8998;
}

#content .quote {
	font-style:italic;
	font-size:11px;
	margin:10px 30px;
}

#content .logo {
	float:right;
	margin:00px 15px;
}

#content label {
 	display:block;
 	width:5em;
 	float: left;
 	margin:4px 0 0 30px;
 	clear:both;
}


#content input{
 	float:left;
 	margin:4px 0 0 0;
	width:240px;
}

#content textarea{
	float:left;
 	margin:4px 0 0 0;
	width:240px;
	font-size:1em;
}

#content .button {
 	margin:0 5em 0 0;
	width:60px;
	float:left;
}

#content hr {
	margin:10px 30px;
 	border:none;
 	background:#fb1;
	color:#fb1;
	height:2px;
	clear:both;
}

#content input:focus, #content textarea:focus {
 background:#ffc;
}

#sidebar {
	float:left;
	width:230px;
}

#sidebar form {
 	display:block;
}

#sidebar p {
	margin:10px 30px;
	color:#999;
}

#sidebar input{
	color:#333;
	width:167px;
	margin:02px 30px;
}

#sidebar hr {
	margin:02px 30px;
 	border:none;
 	background:#fb1;
	color:#fb1;
	height:2px;
}

#sidebar h1, #sidebar h2 {
	color:#fb1;
	margin:15px 30px 5px 30px;
	font-size:2em;
}

#sidebar h2 {
	font-size:1.6em;
}

#sidebar h3, #content h4, #content h5 {
	color:#333;
	margin:10px 30px 0 30px;
	font-size:1.4em;
}

#sidebar a {
	color:#7e8998;
}

#links {
	list-style-type:none;
	margin:0 30px 00px 30px;
}

#links a {
	color:#7e8998;
}


#menu {
	list-style-type:none;
	margin:0 30px 00px 30px;
}

#menu a {
	background:#eee;
	color:#333;
	font-size:1.2em;
	display:block;
	line-height:30px;
	border-bottom:2px solid #fff;
	height:30px;
	padding:0 10px;
}

#menu a:hover {
	background-color:#fb1;
}

#footer {
	list-style-type:none;
	padding:10px;
	height:20px;
	background:#333;
	color:#fff;
	clear:both;
}

#footer li {
	float:right;
	padding:0 10px;
	border-right:1px solid #666;
}

#footer .last {
	border:none;
}

#footer a {
	color:#fff;
}
