@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #60A5BB;
	background-image: url(/img/img-contain.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
a:link {
	color: #4890A8;
	text-decoration: none;
}
a:visited {
	color: #2F5E6C;
	text-decoration: none;
}
a:hover {
	color: #F00;
}
h1 {
	font-size: 24px;
	color: #2C3500;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: capitalize;
	letter-spacing: 1px;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	color: #370000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 6px 0 0 0;
}
h3 {
	font-size: 12px;
	color: #011423;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
	margin: 12px 0 0 0;
}
p {
	margin: 0 0 18px 0;
	line-height: 18px;
}
.reditalic  {
	font-style: italic;
	color: #9C2016;
}


/* Structured Items */
#container {
	width: 800px;
	margin: 0 auto;
	background-color: #FF&;
}
#header {
	background-image: url(/img/img-head.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 0 0 0 16px;
	background-color: #FFF;
	height: 140px;
	position: relative;
}
#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	color: #E03828;
	font-weight: lighter;
	position: absolute;
	bottom: 0px;
}
#header h1 a:link {
	color: #E03828;
	text-decoration: none;
}
#header h1 a:visited {
	color: #E03828;
	text-decoration: none;
}
#menutop {
	background-color: #8BB88B;
	height: 20px;
	font-size: 10px;
	color: #FFF;
	padding: 6px 6px 6px 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	background-image: url(../img/img-navtop.jpg);
}
#menutop a:link {
	color: #FFF;
}
#menutop a:visited {
	color: #FFF;
}
#menu {
	padding: 0 0 0 12px;
	background-image: url(../img/img-nav.jpg);
	height: 26px;
	background-repeat: no-repeat;
	margin: 4px 0 6px 0;
}
#post {
	padding: 10px 20px 48px 20px;
	margin: 0 6px;
	background-color: #FFF;
	position: relative;
}
#footer {
	font-size: 10px;
	text-align: center;
	background-color: #FFF;
	margin: 6px;
	padding: 8px 0 0 0;
}
table .sidebar {
	float: left;
	width: 162px;
	margin: 0 6px 6px 12px;
}




/* images */
img {
	border: none;
}
a:img {
	border: none;
}
#tn {
	float: left;
	width: 162px;
	padding: 6px;
	margin: 0 6px 6px 0;
	border: 2px dashed #C0D8C0;
	height: 180px;
	text-align: center;
}
#tn.wide  {
	width: 450px;
	text-align: left;
}
#tn a:visited {
	color: #333;
}
#tn a:link {
	color: #333;
}
#title {
	font-weight: bold;
}
#desc {
	margin: 12px 0 0 0;
	text-align: left;
}
ul .none {
	list-style-type: none;
}
#clearer { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
}
