body {
	background: url(../img/bg1_200x200.jpg) top left #FFE875 repeat;
	color: #FFFFFF;
}

#header {
	width: auto;
	height: 140px;
	}

img.spread {width:100%;}



a:link {
	font-size: 1em;
	color: white;
	text-decoration: none;
	font-family: Arial, san-serif;
	border: thin outset;
	padding: .4em;
	background: #FFD800;
}

a:visited {
	color: white;
	text-decoration: none;
	font-family: Arial, san-serif;
	border: thin outset;
	padding: .4em;
	background: #FFD800;
}

a:visited:hover {
	color: #7300A8;
	text-decoration: none;
	background: #FFE875;
}

a:hover {
	color: #7300A8;
	text-decoration: none;
	background: #FFE875;
}

a:focus {
	color: #111111;
	text-decoration: none;
}

a:active {
	color: purple;
	text-decoration: none;
		}
	


#brap {
	float: left;
	width: 49%;
	height: 500px;
	margin: 120px 0 0 0;
	margin-top: 2em;
	background: url(../img/brap_300x300-3.jpg) bottom center no-repeat;
	text-align: center;
	color: #FFFFFF;
	}



#manda {
	float: right;
	width: 49%;
	height: 500px;
	margin: 0;
	margin-top:2em;
	background: url(../img/mandapic2.jpg) bottom center no-repeat;
	text-align: center;
	color: #FFFFFF;
	}

p {
	margin-top: 2em;
}


h2 {
	padding-top: .5em;
	font-size: large;
	font-family: Verdana, Arial, san-serif;
	color: #FFF;
}

#below {
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 1.4em;
	margin-bottom: 1.9em;
	height: auto;
	clear: both;
	color: #222222;
}

#below p+p {
	margin-right: 20%;
	margin-left: 20%;
	font-family: Arial, san-serif;
	font-size: 1.1em;
	color: #111;
	background: #FFD800;
	border: 2px outset;
	padding: .5em;
}

.imgl a:link {
	border: none;
	background: inherit;
}

.imgl a:visited {
	border: none;
	background: inherit;
}

.imgl a:visited:hover {
	border: none;
	background: inherit;
}

.imgl a:hover {
	border: none;
	background: inherit;
}

.imgl a:active {
	border: none;
	background: inherit;
}

.imgl a:focus {
	border: none;
	background: inherit;
}


#footer {
	width: auto;
	margin-left: 5%;
	margin-right: 5%;
	height: 100px;
	padding: .8em;
	text-align: center;
	border: 3px inset;
	background: #FFE875;
	clear: both;
}



