/* ---------------------------------
MELANOMA FOUNDATION NEW ENGLAND
http://www.melanomafoundationne.org
Master Stylesheet
Version: February 2007

Author: Michael Borum, etherweave
http://www.etherweave.com
---------------------------------- */

#container {
	width: 770px;
	margin: 0 auto 0 auto;
	padding: 0;
	}

/* MASTHEAD */

#masthead {
	width: 770px;
	height: 110px;
	margin: 0;
	padding: 0;
	}

#masthead .logo {
	float: left;
	}
	
#masthead .photos {
	float: right;
	}

/* TOP NAVIGATION */

#topnav {
	width: 770px;
	height: 20px;
	margin: 0;
	padding: 0;
	}

#topnav ul, #topnav ul li {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	}

#topnav ul li {
	width: 92px;
	height: 18px;
	background: #99c;
	margin: 0 2px;
	padding: 1px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #fff200;
	text-decoration: none;
	text-align: center;
	}

#topnav ul li a {
	display: block;
	}
	
#topnav ul li:hover, #topnav ul li:hover a:link {
	background: #fff200;
	color: #0057a8;
	}
	
#topnav ul li a:link {
	color: #fff;
	text-decoration: none;
	}

#topnav ul li a:visited {
	color: #fff;
	text-decoration: none;
	}

#topnav ul li a:hover {
	background: #fff200;
	color: #0057a8;
	text-decoration: none;
	}

#topnav ul li a:active {
	color: #0057a8;
	text-decoration: underline;
	}

/* LEFT NAVIGATION */

#leftnav {
	width: 150px;
	float: left;
	}

#leftnav ul {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
	}

#leftnav ul li {
	background: url(../images/navbutton_bg.gif) top left no-repeat;
	width: 125px;
	margin: 0;
	padding: 0 0 15px 25px;
	}

#leftnav ul li a:link {
	color: #fff200;
	text-decoration: none;
	}

#leftnav ul li a:visited {
	color: #ff200;
	text-decoration: none;
	}

#leftnav ul li a:hover {
	color: #99c;
	text-decoration: none;
	}

#leftnav ul li:hover {
	background: url(../images/navbutton_bg2.gif) top left no-repeat;
	}

#leftnav ul li a:active {
	color: #fff;
	text-decoration: underline;
	}

/* CONTENT */

#content {
	width: 530px;
	margin: 15px 0 0 130px;
	padding: 0 0 0 50px;
	/*font-family: Georgia, TimesRoman, TimesNewRoman, Times, serif;*/
	font-size: 14px;
	line-height: 18px;
	}

p.mission {
	font-family: century gothic, arial, helvetica, sans-serif;
	color: #fff200;
	font-size: 18px;
	line-height: 150%;
	margin: 30px 0 30px 0;
	}
	
#news1 {
	width: 260px;
	float: left;
	font-family: century gothic, arial, helvetica, sans-serif;
	margin: 0 0 55px 0;
	padding: 0;
	}

#news1 img {
	border: none;
	padding: 0;
	margin: 0 0 15px 0;
	}
		
#news2 {
	width: 260px;
	float: right;
	font-family: century gothic, arial, helvetica, sans-serif;
	margin: 0 0 55px 0;
	padding: 0;
	}
	
div.newsitem {
	width: 200px;
	height: 120px;
	background: url(../images/newsitem_bg.gif) top left no-repeat;
	margin: 0;
	padding: 0 0 0 60px;
	font-size: 11px;
	color: #fff200;
	}

div.newsitemvideo {
float: right;
	width: 320px;
	height: 100px;
	margin: 0;
	padding: 0 0 0 0px;
	font-size: 11px;

	color: #fff200;
	}

img.uvindex {
	margin: 0;
	padding: 0;
	border: none;
	}

table.golfads {
	width: 550px;
	border: none;
	margin: 0 0 15px 0;
	}

table.golfads th, table.golfads td {
	border-bottom: 1px dotted #fff200;
	text-align: left;
	padding: 0 0 10px 0;
	margin: 0;
	}

.survivor-story {
	display: block;
	margin: 0;
	padding: 10px 0 35px 0;
	}

#content div.survivor-story p, #content div.survivor-story h2 {
	margin: 0;
	padding: 0 0 0 125px;
	}

#content div.survivor-story img {
	float: left;
	margin: 10px 0 0 0;
	}

#content img.survivor {
	float: left;
	margin: 0 10px 0 0;
	}
		
/* FOOTER */

#footer {
	width: 770px;
	clear: both;
	font-size: 10px;
	text-align: center;
	margin: 50px auto 0 auto;
	padding: 5px 0 50px 0;
	}