@charset "utf-8";
body  {
	font: 80%/120% Verdana, Arial, Helvetica, sans-serif;
	background: #F26151 url(/images/bg_main.gif) repeat-y left top;
	margin: 0px; 
	padding: 0px; 
	color: #000000;
}
.bieler #container {
	width: 750px;
	margin: 0px;
	padding: 0px;
}
.bieler #sidebar1 {
	float: left; 
	width: 275px; 
	padding: 0px 0px 15px;
	color: #FFFFFF;
	background: url(/images/crest.gif) no-repeat center top;
	display: inline-block;
	height: 500px;
}
.smtext {
	font-size: 10px;
}

#sidebar1 a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar1 a:hover {
	text-decoration: underline;
}
/*#nav {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
}
#nav a {
	color: #999999;
	font-weight: bold;
}
#nav a:hover {
	background: #CCCCCC;
	color: #FFFFFF;
	text-decoration: none;
}
*/

.bieler #mainContent {
	margin: 0 0 0 275px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 30px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent  blockquote  {
	margin-right: 10px;
	margin-left: 10px;
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	color: #333333;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #F26151;
}

a:link {
	color: #F26151;
	text-decoration: none;
}
a:visited {
	color: #F26151;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bieler #footer {
	font-size: 10px;
	color: #999999;
	padding: 10px 10px 10px 300px;
	width: 760px;
}
.hovermenu ul{
font: bold 14px arial;
padding-left: 0;
margin-left: 0;
height: 30px;
}
.hovermenu ul li{
list-style: none;
display: inline;
}
.hovermenu ul li a{
	padding: 2px 0.5em;
	text-decoration: none;
	float: left;
	color: #999999;
	background-color: #e1e1e1;
	border: 2px solid #e1e1e1;
}
.hovermenu ul li a:hover{
background-color: #e5e5e5; 
border-style: outset;
}
html>body .hovermenu ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}
.press {
	background: #FBFBFB;
	margin: 5px;
	padding: 5px;
	width: 400px;
	border: 1px solid #F26151;
	float: left;
	clear: none;
}.press_home {
	float: right;
	width: 180px;
	text-align: center;
	border: 1px solid #F26151;
	margin: 5px;
	padding: 5px;
	font-weight: bold;
}

