@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
a {
	color:#900000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: pink;
}
body {
	margin-top: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
#header {
	width: 900px;
	height: 163px;
	background: url(images/banner.png) center no-repeat;
}
.title {
	padding-top: 100px;
	padding-left: 40px;
	color: white;
}
.title h1 {
	font-size: 24px;
	font-weight: lighter;
}
.title p {
	font-size: 24px;
	font-weight: lighter;
}
.title a {
	color: #FFF;
	text-decoration: none;
	font-weight: lighter;
}
#crumbs {
	width: 900px;
	height: 20px;
	background: url(images/body.png) center repeat-y;
	font-family: Arial, Helvetica, sans-serif;
}
#crumbs ul {
	padding: 2px 215px 2px 215px;
	text-align: center;
}
#crumbs ul li {
	padding: 0 2px 0 2px;
	display: inline;
	text-align: center;
}
#content {
	float: left;
	width: 900px;
	background: url(images/body.png) center repeat-y;
}
.left {
	float: left;
	width: 180px;
	margin-top: 10px;
	margin-left: 13px;
}
.left h2 {
	text-align: center;
	font-size: 24px;
	font-weight: lighter;
	padding-bottom: 15px;
}
.left h2.techniques {
	padding-top: 7px;
	font-size: 20px;
}
.left h3 {
	text-align: center;
	font-size: 18px;
	font-weight: lighter;
	padding: 18px 0;
}
.left h4 {
	margin-top: 10px;
	font-size: 18px;
	font-weight: lighter;
	padding: 0 0 5px 12px;
	border-top: dotted #CCC thin;
}
.left ul {
	margin: 0;
	list-style: none;
}
.left ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 3px 12px;
	border-top: dotted #CCC thin;
}
.left ol {
	margin: 0;
	list-style: none;
}
.left ol li {
	font-size: 11px;
	padding: 0 0 0 12px;
}
.left ol li a {
	font-weight: normal;
}
.left ul li a {
    font-weight: normal;
}
.leftads {
	margin-top: 20px;
	width: 180px;
	height: 600px;
	text-align: center;
}
.center {
	float: left;
	width: 468px;
	margin-top: 10px;
	margin-left: 22px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.center h3 {
	text-align: center;
	font-size: 24px;
	font-weight: lighter;
}
.center h1 {
	text-align: center;
	font-size: 24px;
	font-weight: lighter;
	padding: 5px 0;
}
.center h1.topics {
	padding: 0;
	font-size: 24px;
}
.center h2 {
	text-align: center;
	font-size: 18px;
	font-weight: lighter;
	padding: 5px 0;
}
.center h4 {
	text-align: center;
	font-size: 26px;
	font-weight: lighter;
	padding: 5px 0;
}
.center p {
	padding: 5px 25px;
	text-align: justify;
}
.center ol {
	margin-left: 25px;
	text-align: left;
}
.center ol li {
	padding: 10px 25px 10px 0;
}
.center ol li img {
	float: right;
	padding: 5px 0 5px 10px;
}
.center a {
	font-weight: normal;
}
.centerads {
	width: 468px;
	height: 60px;
	text-align: center;
}
.centerads p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.right {
	float: right;
	width: 180px;
	margin-top: 10px;
	margin-right: 13px;
}
.right img {
	margin: 5px 0 5px 10px;
}
.right p {
	padding: 5px 12px 5px 12px;
	font-family: arial;
}
.right h3 {
	text-align: center;
	font-size: 24px;
	font-weight: lighter;
}
.right h4 {
	text-align: center;
	font-size: 18px;
	font-weight: lighter;
	padding: 18px 0;
}
.right h5 {
	text-align: center;
	font-size: 13px;
	font-weight: lighter;
	padding: 10px 0 0 5px;
}
.right ul {
	margin: 0;
	list-style: none;
}
.right ul li {
	font-family: arial;
	padding: 3px 15px;
	border-top: dotted #CCC thin;
}
.rightads {
	margin-top: 30px;
	width: 180px;
	height: 90px;
}
.rightads p {
	text-align: center;
}
.footads {
	height: 280px;
	width: 468px;
}
.footads p {
	font-size: 12px;
	text-align: center;
}
#foot {
	clear: both;
	width: 900px;
	height: 90px;
	background: url(images/footer.png) center no-repeat;
}
#foot p {
	padding-top: 70px;
	text-align: center;
	font-size: 10px;
}