/* Basics */
body {
	background-color: #8D3C0B;
	bottom-margin: 0;
	font-size: 11px;
	font-family: verdana;
}
img {
	border: 0;
}
table, td, tr {
	font-size: 11px;
	border: 0;
	font-family: verdana;
}
.left1 {
	background: #8D3C0B url(header_01.png) repeat-y;
	width: 64px;
}
.middle1 {
	background: #8D3C0B url(header_02.png) repeat-y;
	width: 10px;
}
.right1 {
	background: #8D3C0B url(header_03.png) repeat-y;
	width: 70px;
}
.signature {
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	color: #A3200F;
	text-align: right;
}
.sidebar {
	width: 200px;
	background-color: #C58B83;
	font-size: 10px;
	text-align: justify;
	color: #561E09;
	vertical-align: top;
}
.content {
	width: 556px; 
	background-color: #C58B83;
	color: #AB3337;
	vertical-align: top;
}

/* Headers */
h1 {
	font-size: 10px;
	color: #EBC9C5;
	background-color: #6D180D;
	border: 1px solid #6D180D;
	padding-left: 4px;
	text-transform: uppercase;
}
h2 {
	color: #A72E4F;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 3px;	
}
h3 {
	color: #91032B;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 8px;
	margin-bottom: 3px;
}
h4 {
	color: #842618;
	padding-left: 10px;
	margin-top: 6px;
	margin-bottom: 2px;
	font-size: 13px;
}
.post {
	color: #834111;
	text-align: center;
	margin-top: 0;
	margin-bottom: 3px;
	font-size: 12px;
}

.latestimages img {
width:80px;
height:80px;
}


/* Links */
a img {
	border: 1px #930C29 solid;
}
a:hover img {
	border: 1px #930C29 dotted;
}
a:link, a:visited, a:active {
	color: #462828;
	text-decoration: none;
}
a:hover {
	color: #D03A71;
	text-decoration: none;
}

/* Forms */
fieldset {
	border: 0;
}
legend {
	display: none;
}