* { margin:0; padding:0; }

body {
	background: #D7E3EE url(../img/bluepaperbg.jpg) fixed;
	color: #000;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
p {
	color: #444444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.78em;
	margin-bottom: 1.2em;
	}


b {
	color: #555555;
	}

/* ---------- HEADINGS--------- */
h1
	{
	background: none;
	font-weight: normal;
	color: #F7A686;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	font-family: Georgia, serif;
	border-bottom: 1px dotted #643C4C;
	padding: 2px 0px;
	margin: auto auto 3px auto;
	}
		
h1.heading {visibility:hidden;}

h2 {
	background: none;
	font-weight: normal;
	color: #7C3E58;
	font-size: 16px;
	font-family: Georgia, serif;
	padding: 2px 2px 2px 0px;
	}

h3 {background: none;
	font-weight: normal;
	letter-spacing: 0.3em;
	color: #F7A686;
	font-size: 14px;
	font-family: Verdana, sans-serif;
	padding: 2px 2px 2px 0px;
	} 


/* ----------- LINKS ------- */			
a, a:active, a:visited
	{
	color: #02a8c8;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	}

a:hover
	{
	color: #F7A686;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	}

/* -------- IMG -------- */

img {
	border:none;
	}

img.footer {float:right;
margin-bottom: -20px;}
		

/* ------- DIVS (LAYOUT STRUCTURE - DON'T CHANGE) -------- */
#wrapper {
	width: 1026px;
	margin: auto;
	border: 0px;
	overflow:hidden;} 	
	
#header {
		background: transparent;
		height: 271px;
		width: auto;
		margin: 0px;
		padding: 0px;
	    text-align: center;
	    position: relative;
	   	}
	
#content {
	background: #fff;
	width: 989px;
	height: auto;
	min-height: 350px;
	margin-top: -1px;
	margin-left: 22px;
	padding: 6px;
	overflow: hidden;
	text-align: center;
	}
	
#footer {
		background: #fff;
		height: 38px;
		width: 993px;
		margin-left: 22px;
		padding: 4px;
		text-align: center;
		clear: both;
		}

#footer p {
		font-size: 10px;
		color: #777777;
		}

.fix {
	background: none;
	width: 70%;
	text-align: left;
	margin:auto;}

.press {
		background: none;
		text-align: center;
		line-height: 18px; 
		margin: 1px;
		padding: 1px;
		width: 165px;
		float: left;
		}
	
.contributor {background: none;
				text-align:justify;
				width: 95%;
				height: 200px;
				margin-top: 10px;
				margin-left: 10px;
				padding: 8px 4px;
				
				}
