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

* {
	margin: 0;
	padding: 0;
}
a {
	color:#003399;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ccc;
}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	border: 1px solid black;
	border: 1px solid black;
}
#header {
	width: 1000px;
	height: 225px;
	background: url(images/banner2.png) center no-repeat;
}
.title {
	padding-top: 165px;
	padding-left: 10px;
	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;
}
#techniques {
color: #999;
text-align: center;
padding-top: 8px;
}
#techniques p {
display: inline;
padding: 10px 20px 0 20px;
font-size: 15px;
}
#techniques p a {
color: #FFF;
text-decoration: none;
font-weight: normal;
}
#techniques p a:hover {
color: white;
text-decoration: underline;
font-weight: normal;
}
#crumbs {
	width: 1000px;
	height: 30px;
	font-family: Verdana, Geneva, sans-serif;
	border-bottom: 1px solid #ccc;
}
#crumbs ul {
	padding: 2px 215px 2px 215px;
	text-align: center;
}
#crumbs ul li {
	padding: 0 2px 0 2px;
	display: inline;
	text-align: center;
}
.crumblinks {
float: left;
width: 777px;
font-size: 13px;
}
.crumblinks p {
margin: 7px 0 0 15px;
}
.crumbsearch {
float: right;
width: 223px;
padding-top: 2px;
text-align: right;
padding-right: 25px;
}
#content {
	float: left;
	width: 1000px;
}
#left {
	float: left;
	width: 210px;
	padding-top: 22px;
	margin-top: 10px;
	margin-left: 13px;
}
#left h2 {
	text-align: center;
	font-size: 24px;
	font-weight: lighter;
	padding-bottom: 15px;
}
.index {
border-top: 10px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 10px solid #ccc;
}
.center {
	float: left;
	width: 520px;
	padding-top: 20px;
	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;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding-bottom: 10px;
}
.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;
}
.centerads {
	width: 468px;
	height: 60px;
	text-align: center;
}
.centerads p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
}
.author {
float: right;
width: 160px;
margin: 8px 25px 5px 15px;
border: 1px solid #ccc;
}
.author p {
margin: 0;
padding: 0;
text-align: center;
}
.right {
	float: right;
	width: 200px;
	padding-top: 20px;
	margin-top: 10px;
	margin-right: 20px;
}
.right p {
	font-size: 11px;
	padding: 5px 12px 5px 12px;
	font-family: arial;
}
.right h3 {
	text-align: center;
	font-size: 24px;
	font-weight: lighter;
	padding-bottom: 20px;
}
.right ul {
	margin: 0;
	list-style: none;
	border-top: 10px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 10px solid #ccc;
}
.right ul li {
	font-family: arial;
	padding: 6px 5px;
	background: #efe5df;
	border-top: 1px solid white;
}
.indexads {
padding: 10px 0;
width: 200px;
height: 200px;
}
.footads {
	height: 280px;
	width: 468px;
}
.footads p {
	font-size: 12px;
	text-align: center;
}
#foot {
	clear: both;
	width: 1000px;
	height: 90px;
}
#foot p {
	padding-top: 70px;
	text-align: center;
	font-size: 10px;
}