body {
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	margin-bottom: 0px;
}
#wrapper {
	height: auto;
	width: 100%;
	max-width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
header h1 {
	font-size: 80%;
	font-weight: normal;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
header h2 {
	font-size: 110%;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: normal;
}
header h2 a {
	color: #000;
	text-decoration: none;
}
#content section {
	width: 65%;
	float: left;
}
header h3 img{
	width: 100%;
}
#content section h2 {
	background-image: url(../img/title_br.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #666666;
	font-weight: normal;
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 14px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 25px;
	width: 100%;
}
#content section p {
	color: #666;
}
#content nav {
	width: 30%;
	float: right;
}
#content nav h2,#content section h3 {
	font-size: 100%;
	font-weight: normal;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #BAD8D3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-top: 10px;
}
#content section h3 {
	font-weight: bold;
	font-size: 110%;
	color: #333;
	margin-left: 10px;
}
#content nav ul {
	padding-left: 10px;
	list-style-type: none;
}
#content nav ul li  {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content nav ul li a {
	color: #666;
	text-decoration: none;
}
footer {
	clear: both;
}
footer h2 {
	font-size: 100%;
	font-weight: normal;
	text-align: center;
	padding-top: 30px;
	color: #333;
}
footer h2 a {
	color: #333;
	text-decoration: none;
}
@media only screen and (max-width: 640px) {
#content section {
	width: 100%;
}
#content nav {
	width: 100%;
}
#content section h2 {
	padding-left: 25px;
	margin-left: -10px;
}
}
