﻿body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.7em;
	color: #FFFFFF;
}

p, h1, h2, h3, ul {
	font-family: Tahoma, Arial, sans-serif;
	color: #73604E;
	font-size: 67%;
	}
h1 {
	margin: 0;
	padding: 15px 8px 0 0;
	color: #FFFFFF;
	font-weight: normal;
	font-size: x-large;
	line-height: 0.5em;
	}

h2 {
	font-size: 60%;
	margin: 0 0 0.5em 0;
	right: 10px;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bolder;
	color: #805600;
}


h2 a {
	padding: 6px 2px 2px 0;
	text-decoration: none;
	color: #FF0000;
	text-transform: lowercase;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	}

h2 a:visited {
	padding: 6px 2px 2x 0;
	text-decoration: none;
	color: #7A200F;
	}

h2 a:hover {
	padding: 6px 2px 2px 0;
	color: #FFFFFF;
	background: url(images/linkline.gif) repeat-x left bottom;
	}

h3 {
	margin: 0px;
	font: bold 14px Tahoma, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #333333;
	text-transform: lowercase;
	}
h4 {
	margin: 0;
	padding: 0px;
	color: #73604E;
	font-size: 0.9em;
	float: none;
	font-family: Tahoma;
	}
		
p {
	color: #FFFFFF;
	font-size: 80%;
	line-height: 1.3em;
	font-family: Tahoma, Arial, sans-serif;
	}

p a {
	text-decoration: none;
	color: #FFFFFF;
	padding-bottom: 3px;
	background-repeat: no-repeat;
	}

p a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}

p a:hover {
	text-decoration: none;
	color: #FF0000;
	background: no-repeat left bottom;
	}

p.sidebar {
	color: #FFFFFF;
	font-size: 0.7em;
	line-height: 1.5em;
	}

#content {
margin: 0 auto 20px 160px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px;
line-height: 1.6em;
text-align: left;
}

#content h2 {
font-size: 1.2em;
margin: 0 0 0.5em 0;
}

.img {
padding: 1px;
display:inline;
background: #cccccc;
border: 4px solid #f0f0f0;
}

.borderedwhite {
	border: 2mm solid #A27D46;
}
.bordered {
	border: medium dotted #A27D46;
}
.footer {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	text-transform: lowercase;
	color: #FFFFFF;
	letter-spacing: 5px;
	text-align: center;
	vertical-align: middle;
}

