body {
	background-color:#efefef;
	text-align:center;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	line-height:1.4em;
}

.clear {
	clear:both;
}

#wrapper {
	width:850px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#fff;
}

#header {
	width:100%;
}

#left-content {
	float:left;
	width:200px;
	padding:10px;
	background-color:#ccc;
}

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

#left-content li {
	padding:3px 5px 3px 0px;
	border-bottom:1px solid #333333;
	text-align:right;
}

#left-content li a, #left-content li a:visited {
	text-decoration:none;
	color:#333333;
	font-size:1.2em;
	font-weight:bold;	
}

#left-content li a:hover {
	text-decoration:underline;
}

#left-content ul ul {
	border-bottom:0px;
}

#left-content ul ul li{
	border-bottom:0px;
}

#left-content ul ul li a , #left-content ul ul li a:visited{
	padding-left :20px
	text-align:right;
	font-size:0.9em;
	text-decoration:none;
	font-weight:normal;
}

#right-content {
	width:600px;
	float:right;
	padding:10px;
} 

#right-content h1 {
	font-size:1.5em;
}

#right-content h2 {
	font-size:1.3em;
}

#right-content h3 {
	font-size:1.1em;
}

#right-content a, #right-content a:visited {
	color:#666666;
}

#footer {
	width:100%;
	background-color:#000000;
	height:62px;
	background-image:url(pix/footer_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	color:#fff;
}

#footer p {
	padding:20px 0 0 10px;
}
