@import 'reset.css';
body {
	background-color: #FFF;
	font-size: 15px;
	font-family: "Hattenschweiler", "Trebuchet MS",sans-serif;
	text-align:center;
	height:100%;
	font-weight: bold;
	margin: 0;
}
#preload img {
	height: 0; width: 0; border-width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -30;
}

#header {
	height: 516px;
	background: url(img/header_wo_text.jpg);
background-color: #eee;
}
#topten #header {
	background: url(img/header_wtext.jpg);
background-color: #eee;
}
#header img {
	float: left;
	margin: 13px;
}

#wrapper {
	width:900px;
	margin:0px auto;
	text-align:left;
	/*border: solid 8px #FFCF00;*/

	background: url(img/lace_bg.jpg);
	background-color: #eee;
}

#innerwrap {
	padding: 15px;
}
#innerwrap p {
	padding: 10px;
}
#innerwrap p a {
	color: #B66767;
}


#left {
	float: left;
	left: 0px;
	width: 180px;
	color: #564b47;
	margin: 0 0 0 0;
	padding: 5px;
	background: url(img/img/peanut.jpg);
	background-position: left top ;
}


p, h2, pre {
margin: 0px;
padding: 6px 0;
}


a:link { color: #4F64A7; text-decoration: none; }
a:active { color: #4F64A7; text-decoration: none; }
a:visited { color: #4F64A7; text-decoration: none; }
a:hover { color: #4F64A7; text-decoration: underline;}

.alignright {
margin-top: 0;
text-align: right;
font-size: 10px;
}

#wrapper p {
	margin: 13px 0;
	text-align: justify;
	font-size: 21px;
	line-height: 35px;
	/*font-stretch: narrower;*/
}

#wrapper p.alignright {
	text-align: right;
}

strong {
font-size: 13px;
}

/* image technique */
.float-right {
    float: right;
    padding-left: 22px;
}
.bonus-pad {
    padding-right: 150px;
    padding-bottom: 40px;
}
.float-left {
    float: left;
    padding-right: 22px;
}
.clearer {
	height: 1px;
	clear: both;
}

/*  positioning layers static and absolute */

#left p {
font-size:14px;

}

#left h2,h2 a, h2 a:link {
color: #4F64A7;
padding: 3pt 0pt;
font-size:14px;
padding-top:10px;
text-transform:uppercase;
background-color: transparent;
}
#left h2 a:visited {
color: #4F64A7;
}

h3 {
margin: 0;
}


/* for a good-lookin form */
label
{
font-size: 12px;
font-family: Georgia,serif;
width: 10em;
float: left;
text-align: left;
margin-right: 1em;
display: block
}

input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}
textarea
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}

.submit input
{
margin-left: 4.5em;
color: #000000;
background: #ffa20f;
border: 2px outset #d7b9c9;
}

/* good-looking tables */
td {
border: none;
padding: 0px;
color: #564b47;
font-size: 12px;
font-family: Georgia,serif;
color:#564b47;
}
table {
border: none;
margin: 20px;
padding: 5px 20px 5px 20px;
}



/* navigation */
.navigation {
	border: 1px solid #DFEEF7;
	border-bottom: 1px solid #000;
	border-top: none;
	height: 32px;
margin:0px auto;
	position: absolute;
	top: 463px;
	width: 900px;
}
.navigation a {
	border-right: 1px solid #AFBEC7;
	color: #456;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 32px;
	padding: 0 20px;
	text-decoration: none;
}
.navigation a:hover {
	background-position: left bottom;
	color: #B66767;

}

div.shadow-framexx {
	padding: 16px 0 0 15px;
	background: url(img/frame_bg.png) no-repeat;
	height: 533px;
	width: 365px;
}
div.shadow-frame {
margin: 9px;
}
#contact {float: left}
#copyright {
	float: right;
	text-align: right;
}
#contact a, #copyright a {
 	font-size: 20px;
}