body {
	margin:0;
    padding:0;
	text-align:center;
	font:1em "Trebuchet MS", Verdana, Arial;
	background-image:url(/inc/html/mearnsfm/pix/body_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#fff;
}

.clear {
	clear:both;
}

img {
	border:none;
}

/* ======= HEADER */

#header {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:20px;
}

#logo-container {
	background-image:url(/inc/html/mearnsfm/pix/logo_container_bg.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	width:859px;
}

#strapline {
	position:relative;
	top:32px;
	left:600px;
	width:270px;
}

#strapline h3 {
	color:#fff;
	font-style:italic;
	margin:0;
	padding:0;
}

#wrapper {
	width:900px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:0;
} 

#page-holder {
	margin-left:41px;
	margin-right:41px;
	background-color:#fff;
}

/* ======= LEFT CONTENT */

#left-content {
	background-image:url(/inc/html/mearnsfm/pix/leftcontent_bg.gif);
	background-position:top right;
	background-repeat:repeat-y;
	background-color:#c1c1c1;
	width:202px;
	float:left;
}

#left-content ul {
	list-style:none;
	margin:0;
	padding:0;
	font-size:0.9em;
}

#left-content ul li a, #left-content ul li a:visited {
	padding:8px 10px 8px 20px;
	display:block;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #fff;
}

#left-content ul li a:hover {
	background-color:#fff;
	text-decoration:none;
	color:#333;
}


/* ======= RIGHT CONTENT */

#right-content {
	float:right;
	width:540px;
	margin-right:40px;
	font-size:0.85em;
	font-family:Arial, Helvetica, sans-serif;
	color:#646565;
	line-height:1.4em;
}

#right-content h1 {
	color:#333333;
	font-size:1.9em;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-weight:100;
}

#right-content h2 {
	color:#333333;
	font-size:1em;
}

#right-content h3 {
	color:#333333;
	font-size:1.1em;
	font-family:"Trebuchet MS", Verdana, Arial;
}

#right-content a, #right-content a:visited {
	color:#006600;
}

/* ======= CONTACT INFO */

#contact-info {

}

/* ======= SPONSORS */

#sponsors {
	text-align:center;
	border-top:5px solid #666;
	width:820px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	background-color:#fff;
}

#sponsors h4 {
	font-size:.8em;
	color:#333333;
}

::-moz-selection {
	background-color:#009933;
	color:#fff;
}
