* {

    padding: 0;

    margin: 0;

} 



body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	;

}



img { border: none; }

a { color: #57626a; text-decoration: none; }

a:hover { text-decoration: underline; color : #000; }



#wrap {

margin: 0 auto;

width: 800px;

}


#header {
	padding: 10px 0 20px 0;
	background: #eee;

}

#header h1 {
	font-size: 26px;
	font-weight: 100;
	padding: 12px 0 5px 10px;

}

#header h1 a {

color: #57626a;

text-decoration: none;

}

#header h1 a:hover {

color: #57626a;

text-decoration: none;

}

#header h2 {
	color: #ccc;
	font-size: 15px;
	font-weight: 100;
	padding: 0 0 0 11px;
	line-height: 12px;

}

#menuwrap {
	height: 30px;
	line-height: 30px;
	background: #57626a;
	margin: 0;
}

#menu {
	height: 30px;
	line-height: 30px;
	background: #57626a;
	text-transform: uppercase;
	margin: 0 auto;
	width: 800px;
}

#menu ul {
	margin-left: 15px;


}

#menu ul li {
	display: block;
	float: left;
}

#menu ul li a {
	color: #eee;
	padding: 0 10px;
	text-decoration: none;
	font-weight: 100;
	font-size: 14px;

}

#menu ul li a:hover {
	color: #000000;
	text-decoration: none;

}



#content {

padding: 10px 20px;

}



.right {
	width: 568px;
	float: right;
	text-align: left;

}

.right h2 {
	color: #666;
	font-size: 20px;
	padding : 10px 0 5px 0;

}

.right h3 {border-top: 1px solid #666; margin-top: 20px; font-size: 20px; padding: 5px; color: #666;}

.right ul {display: inline;
}

.right li {
	margin: 0 0 0 50px;
	padding: 0;
}

.right p {
	margin: 0 10px 10px 10px;
	padding: 5px;
}


.left {

width: 150px;

float: left;

padding: 10px;

border-right: 1px solid #bbb;

font-size: 12px;

}

.left ul {
	list-style-type: square;
	padding: 5px 10px 10px 20px;
	color: #57626a;
	display: block;
}

.left a {text-decoration: none;}

.left li a:hover {background: #eee;}

.left h2 {
	height: 30px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	font-weight: 600;
	border-bottom: 1px solid #666;

}

#menuwrap_footer {
	height: 20px;
	line-height: 20px;
	background: #57626a;
	margin: 0;
}

#menu_footer {
	height: 20px;
	line-height: 20px;
	background: #57626a;
	text-transform: uppercase;
	margin: 0 auto;
	width: 800px;
}

#menu_footer ul {
	margin-left: 75px;


}

#menu_footer ul li {
	display: block;
	float: left;
}

#menu_footer ul li a {
	color: #eee;
	padding: 0 10px;
	text-decoration: none;
	font-weight: 100;
	font-size: 10px;

}

#menu_footer ul li a:hover {
	color: #000000;
	text-decoration: none;

}

#footer {
	background: #eee;
	border-top: 3px solid #57626a;
	margin-top: 0px;
	text-align: center;
	color: #333;
	font-size: 11px;
	padding: 10px;

}

.small { font-size: 9px;}