html * {
	padding: 0px;
	margin: 0px;
	background-color: #D7CB97;
}

#menu {
	font-family:arial,sans-serif;
	font-size: 12px;
	padding: 8px 8px 0px 8px;
	height: 30px; 
	border-bottom: 1px solid #999;
	background-color: #3A382B;
	color: #D7CB97;
}

#menu p, #menu p a {
	text-decoration: none;
	background-color: #3A382B;
	color: #D7CB97;
}


#content { 
	font-family: Trebuchet MS;
	color: #3A382B;
	font-size: 10px;
	text-align: justify;
	padding-top: 15%;
	width: 500px;
	margin: auto;
}


#toptext {
	font-family: Trebuchet MS;
	color: #3A382B;
	text-align: justify;
	width: 700px;
	margin: auto;
	margin-top: 15%;
	padding: 0px 0px 30px 200px; 
}

#bottomtext {
	font-family: Trebuchet MS;
	color: #3A382B;
	width: 700px;
	margin: auto;
	padding: 30px 0px 0px 500px; 
}

#bottomtext a, #bottomtext1 a, #bottomtext a:visited {
	text-decoration: underline;
	color: #3A382B;
}

.counter {
	font-weight: bold;
	font-size: 20px;
}

#thelink {
	background-color: #3A382B;
	text-align: justify;
	width: 700px;
	margin: auto;
	padding: 20px 20px 20px 20px; 
	height: 100px;
}

#thelink a:visited, #thelink a, #thelink a p, #thelink a h1 {
	background-color: #3A382B;
	text-decoration: none;
	color: #D7CB97;	
}

#headline {
	font:14px/25px 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

#description {
	font: 13px/15px 'Trebuchet MS', Arial, Helvetica, sans-serif; 
}

#footer {
	height: 20px; 
	width: 100%;
	bottom: 0px; 
	position: absolute;
	border-top: 1px solid grey;
	text-align: center;
	font:10px/12px 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	background-color: #3A382B;
	color: #D7CB97;
}

#footer a {
	text-decoration: none;
	background-color: #3A382B;
	color: #D7CB97;
}


/* the "redirect..." text */
h6 {
	font-size: 55px;
}






/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 600px; /* ems so it will grow */
	background: url(images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

