/* CSS Document by Dieter Schneider 2007 */

* {margin: 0; padding: 0;}

body {
	background: #000 url(images/body_bg.jpg) no-repeat fixed right top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	color: #A69E77;
}

.button {background-color: rgb(128,128,128); color:#ffffff; font-size: 8pt;}
.inputc {font-size: 8pt;}
.style3 {font-size: xx-small}

h1 {}

h2 {}

h3 {
	text-indent: -5000px;
	overflow: hidden;	
}

a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #BAB07B;
}

a:link {color: #BAB07B}
a:visited {color: #BAB07B}
a:hover {color: #990000}
a:active {color: #990000}

#container_top {
	background: url(images/container_bg.png);
	text-align: center;
	font-size: 1.2em;
	float: right;
	width: 65%;
	margin-top: 25px;
	margin-bottom: 15px;
	margin-right: 265px;
	padding: 20px;
	border: 1px solid #999999;
	outline: 5px double #333333;
}

#container_middle {
	background: url(images/container_bg.png);
	font-size: 1.2em;
	float: right;
	width: 65%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 265px;
	padding: 20px;
	border: 1px solid #999999;
	outline: 5px double #333333;
}

#container_middle_dark {
	background: url(images/container_bgdark.png);
	font-size: 1.2em;
	float: right;
	width: 65%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 265px;
	padding: 20px;
	border: 1px solid #999999;
	outline: 5px double #333333;
}

#container_dark {
	background: url(images/container_bgdark.png);
/*	font-size: 1.2em;*/
/*	float: right;*/
/*	width: 65%;*/
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px 20px 5px 20px;
	border: 1px solid #999999;
}

#container_middle_links {
        background: url(images/container_bg.png);
        font-size: 1.2em;
        float: right;
        width: 65%;
        margin-top: 15px;
        margin-bottom: 15px;
        margin-right: 265px;
        padding: 20px;
        border: 1px solid #999999;
        outline: 5px double #333333;
}

#container_bottom {
	background: url(images/container_bg.png);
	text-align: center;
	font-size: 1.2em;
	float: right;
	width: 65%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 265px;
	padding: 20px;
	border: 1px solid #999999;
	outline: 5px double #333333;
}

#container_footer {
	font-size: 1.1em;
	float: right;
	width: 65%;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 265px;
	padding: 20px;
	clear: both;
	color: #CCCCCC;
	text-align: center;
	padding: 20px;
}

#blackened {
	color: #000000;
}


p {
	margin-top: 15px;
	margin-bottom: 15px;
	text-indent: 25px;
}



