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


body {
	background-image: url(../images/bgBody.jpg);
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	text-align:justify;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #660000;
}
a:hover {
	text-decoration: none;
	color: #910000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
h1{
	color:#660000;
	font-size:150%;
	}
h2{
	color:#660000;
	font-size:110%;
	}
.BarTop{
	height:58px;
	background:url(../images/bgBar.jpg) repeat-x;
	padding-top:20px;
	padding-left:30px;
}
.BarBottom{
	height:48px;
	background:url(../images/bgBar.jpg) repeat-x;
	padding:30px 0px 0px 40px;
}
.container{
	background:url(../images/bgContent.jpg) repeat-x 0px 50px;
	min-height:313px;
	position:relative;
}
.content{
	border:#AD7D5A 3px solid;
	background:#F1F0E4;
	min-height:400px;
	padding:10px;
	margin-left:50px;
	margin-right:180px;
	margin-bottom:30px;

}
.rightMenu{
	position: absolute;
	right:10px;
	top:0px;
	width:150px;
	background:#F1F0E4;
	border:#AD7D5A 3px solid;
	padding:2px;
}
.leftImage{
	position: absolute;
	left:10px;
	top:76px;
	width:32px;
}
a.menu{
	display:block;
	text-decoration:none;
	font-weight:bold;
	font-size:90%;
	margin-bottom:5px;
	text-align:left;
	}


