/* Erie-Niagara Tobacco-Free Coalition Style Sheet */
/* by Drew Celestino for Roswell Park Cancer Institute */

/* Layout & Container */

body	{
	margin-top: 0;
	text-align: center;
	background: url(images/body_bg.jpg);
	}

#container	{
	width: 748px;
	border-left: 2px solid #003366;
	border-right: 2px solid #003366;
	border-bottom: 2px solid #003366;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url(images/container_bg.jpg) repeat-y;
	}

/* Header */

#header	{
	width: 748px;
	height: 99px;
	background: url(images/header_bg.jpg) no-repeat;
	margin: 0;
	padding: 0;
	}
	
#header h1	{
	display: none;
	}

/* Navigation */

#navigation	{
	background: url(images/nav_bg.jpg) repeat-x;
	width: 748px;
	height: 19px;
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
	text-align: center;
	padding-top: 2px;
	}
	
#navigation	ul	{
	list-style-type: none;
	display: inline;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
#navigation li	{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: inline;
	color: #ffffff;
	margin: 0px 8px 0 8px;
	}
	
#navigation a:link	{color: #ffffff; text-decoration: none;}	
#navigation a:visited	{color: #ffffff; text-decoration: none;}
#navigation a:hover	{color: #33ffff; text-decoration: underline;}	
#navigation a:active	{color: #ffffff; text-decoration: none;}

/* Main Sections */
	
#main_wrap	{
	width: 748px;
	}

/* Left Column */
		
#news	{
	width: 158px;
	margin: 0;
	padding: 10px 5px 5px 5px;
	float: left;
	}
	
#news h1	{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	text-decoration: underline;
	}
	
#news p	{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	border-bottom: 2px dotted #003366;
	padding-bottom: 10px;
	}
	
#news .margin {
	margin-left: 15px;
	}
	
#news a:link	{color: #003366; text-decoration: none;}	
#news a:visited	{color: #003366; text-decoration: none;}
#news a:hover	{color: #ff0000; text-decoration: none;}
#news a:active	{color: #ff0000; text-decoration: none;}

/* Right Column */
	
#right_wrap	{
	margin: 0;
	padding: 0;
	float: right;
	}
	
#main_border_top	{
	width: 580px;
	height: 45px;
	background: url(images/content_top.gif);
	margin: 0;
	padding: 0;
	}
	
#main_border_bottom	{
	width: 570px;
	height: 51px;
	background: url(images/content_bottom.gif);
	margin: 0;
	padding: 0;
	}
	
#main_content	{
	background: url(images/content_bg.gif) repeat-y;
	width: 550px;
	margin: 0;
	padding: 0 20px 0 10px;
	overflow: hidden;
	}
	
#main_content h2	{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #3366ff;
	margin: 0;
	}	

#main_content p	{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	margin: 0;
	padding-top: 12px;
	}
	
#main_content h3	{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	color: #3366ff;
	margin: 0;
	}
	
#main_content h4	{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin: 0;
	}
	
#main_content a:link	{color: #3366ff; font-weight: bold; text-decoration: none;}
#main_content a:visited	{color: #000066; font-weight: bold; text-decoration: none;}
#main_content a:hover	{color: #ff0000; font-weight: bold; text-decoration: underline;}
#main_content a:active	{color: #000066; font-weight: bold; text-decoration: none;}

#main_content textarea {width: 400px; height: 250px;}
#main_content input {width: 200px;}
#main_content .button {width: 75px;}

/* Footer */	
	
#footer	{
	background: #003366;
	width: 748px;
	text-align: center;
	clear: both;
	}
	
#footer p	{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	margin: 0;
	padding: 12px;
	}
	
#footer	ul	{
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
	}
	
#footer li	{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 10px;
	display: inline;
	color: #ffffff;
	margin: 0px 12px 0 12px;
	}
	
#footer a:link	{color: #ffffff;}
#footer a:visited	{color: #ffffff;}
#footer a:hover	{color: #33ffff;}
#footer a:active	{color: #33ffff;}

/* Thumbnails */

.thumbnail	{
	width: 260px;
	margin: 10px;
	float: right;
	}
	
.thumbnail_2	{
	width: 260px;
	margin: 10px;
	float: left;
	}
	
.thumbnail p	{
	font-size: 10px;
	}
	
.thumbnail img	{
	border: 1px solid #3366ff;
	}
	
.thumbnail_2 p	{
	font-size: 10px;
	}
	
.thumbnail_2 img	{
	border: 1px solid #3366ff;
	}

/* Other Styles */

.center	{
	text-align: center;
	}
	
ul	{
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 12px;
	}

li	{
	list-style-type: disc;
	}

