@charset "UTF-8";
/* CSS Document */

html,body{
background: #cacaca url(images/bg.jpg) repeat-y center; 
margin:0;
padding:0;}

body{
	font: 11px Arial, Helvetica, sans-serif, "Trebuchet MS";
	background-color: d7d1c1;
}

img {border: none;}
.float_right {float: right; margin-left: 10px;margin-right: 10px;}

h2 {font-size:15px;
	color: #b1351f;
	margin-left: 8px;
	font-weight:bold;
margin-bottom:-5px;
text-decoration:none;
}		  

h1 {
	color: #000000;
	font-size: 18px;
	font-family: arial, sans-serif;
	font-weight: bolder;
	margin-bottom:-9px;
}
a{
	text-decoration: none;
	padding:20 0 0;
	color: #b1351f;
}
a:hover {
text-decoration:none;
border-bottom:1px dotted #000000;
font-style: italic;
}

div#header h1{
	height:235px;
	margin:0;
	padding-left:10px;
	background: #EEE url(images/header-bg3.jpg) no-repeat;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	padding-right: 22px;	
}

div#menu{
	margin:0;
	padding-left:10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	padding-right: 22px;
	padding-top: 11px;
}
div#container{
	text-align:left;
	margin:0 10px 10px;
	background-color: #d7d1c1;
	background-image: url(images/bg-container.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
div#container{width:710px;margin:0 auto}

div#navigation{
	background:#d7d1c1 repeat-y 50% 0;
	color: #000000;
	text-decoration:none;
	line-height: 14px;
}
div#navigation {
	float:left;
	clear:left;
	width:249px;
	
}

div#wrapper{float:right;width:90%;margin-left:-200px}

div#content{
	background-color: #f0ebd8;
	
	float:right;
	width:450px;
	margin: 5px;
	left: auto;
	
}



div#extra{float:left;clear:left;width:249px;margin:0 auto;background:#d7d1c1;}

div#footer{background: #333 url(images/footer-bg.jpg) repeat-x;color: #000000;}
div#footer p{margin:0;padding:0px 10px}
div#footer{clear:both;width:100%}

.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom:-10px;
	margin-left:-8px;
	color:#000000;
}

.style2 {
	color: #800000;
}

.style3 {color: #000000}

