/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #BABABA;
}

body div {
	margin: auto;
}

#body {
	width: 800px;
	position: auto;
	top: 40px;
	background: url(images/background.gif);
}
#bodytop {
	height: 11px;
	width: 801px;
	background: url(images/topedges.jpg);
}
#body2 {
	width: 100%;
	text-align:left;
	position:relative;
}
#bodybot {
	height: 178px;
	width: 801px;
	background: url(images/botedges.gif);
	clear: both;	
	}
#bodybotabout {
	height: 178px;
	width: 801px;
	background: url(images/botedgesabout.gif);
	clear: both;
	}
#bodybotpublicity {
	height: 178px;
	width: 801px;
	background: url(images/botedgespublicity.gif);
	clear: both;
	}
#bodybotproposals {
	height: 178px;
	width: 801px;
	background: url(images/botedgesproposals.gif);
	clear: both;
	}
#bodybotediting {
	height: 178px;
	width: 801px;
	background: url(images/botedgesediting.gif);
	clear: both;
	}
#bodybotcontact {
	height: 178px;
	width: 801px;
	background: url(images/botedgescontact.gif);
	clear: both;
}
#header{
	margin-top: 6px;
	width: 761px;
	height: 116px;
	background: url(images/header.jpg);
	text-align: left;
}

#slogan {
	left: 200px;
	width: 400px;
	font: 0.7em Tahoma, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	margin-left: 40px;
}

#logo {
	position: absolute;
	top: 32px;
	left: 413px;
	width: 363px;
	font: 0.7em Tahoma, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FFFFFF;
	height: 89px;
}
#bod {
	margin: 20px;
}
#left {
	width: 175px;
	float: left;
}
#right {
	width: 550px;
	float: right;
	text-align: justify;
	vertical-align: top;
}
#menu {
	font: 0.7em Tahoma, sans-serif;
	font-size:10px;
	font-weight:bold;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	padding: 5px 15px;
	border-bottom: 1px solid #FFFFFF;
	text-decoration: none;
	color: #ffffff;
	background-color: #ae2b29;
}

#menu a:hover {
	background: #c94e49;
	color: #FFFFFF;
}

#menu .active a {
	background: #BABABA;
	color: #000000;
}

.title {
	font: 0.7em Tahoma, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#b92025;
}
.subtitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#b92025;
}
.textoNormal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
#design {
	top: 50px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	clear: both;
}

#design a{
	color: #FFFFFF;
	t
