html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 150px;
}
#header div {float: left;}

#content div.centerz {
	background-image:url(/wp-content/themes/megamarp/images/marp_header_bg.gif);
	background-position:center top;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:1em;
	height: 150px;
}
#content div.centerz h1 {color:#304876;padding-bottom:1em;}
#content div.centerz h2 {color:#AF0000;padding-bottom:1em;}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}

#content {
	padding: 0 270px 0 270px;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
	padding:80px 10px;
}

.sl ul {
	list-style:none;
}

.sl ul li {
	line-height: 1.5;
}

.sl ul li a {
	color:#304876;
	text-decoration:none;
	font-size:1.2em;
}

.sl ul li a:hover {
	text-decoration:underline;
}
/* Sidebar Right
-----------------------------------------------------------------------------*/
.sr {
	float: left;
	margin-right: -3px;
	width: 250px;
	margin-left: -250px;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -100px auto 0;
	min-width: 1000px;
	height: 100px;
	text-align:center;
	color:#333;
	}
