body {
	background-color: #4d1111;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
}

.container{
	width:800px;
	height:100%;
	margin:0px auto 0px auto;
	z-index: 500;
}

.header{
width:100%;
height:100px;
margin-bottom:5px;
}

.mid{
width:100%;
height:200px;
margin-bottom:5px;

}

.wrapper{
	width:100%;
	height:350px;
	margin-bottom:5px;
	background-color: #FFFFFF;
}

.footer{
width:100%;
height:35px;
background-color:#333333;
}

.menu{
	width:198px;
	height:200px;
	float:left;
	background-color: #FFFFFF;
}

.banner{
width:600px;
height:200px;
float:right;
background-color:#333333;
}
.titulo {
	font-size: 150%;
	display: block;
	height: 25px;
	width: 98%;
	font-weight: bold;
	color: 4d1111;
	text-indent: 10px;
	border-bottom: #4d1111 solid 8px;
	margin: 0px auto 0px auto;
}
p {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 15px;
}



.left{
	width:198px;
	height:350px;
	float:left;
	margin-top: 5px;
	border-right: #4d1111 1px dotted;
}

.right{
	width:600px;
	height:350px;
	float:right;
	margin-top: 5px;
}
.midfull {
	width:100%;
	height:200px;
	background-color: #000000;
	z-index: -50;
	margin-top: 103px;
	position: fixed;
	border-bottom: #fff 2px solid;
	border-top: #fff 2px solid;
}

