html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

	
body {
	font-family:arial, helvetica, verdana, sans-serif;
	color:#fff;
	background:#000;
	text-align:center;
	}
	
h1+p, h2+p, h3+p, h4+p {
	margin-top:-5px;
	}
	
h1, h2, h3 {
	font-weight:normal;
	text-align:left;
	padding:5px 0 5px 10px;
	}	

h1, h2, h3 {
	font-family:arial, helvetica, verdana, sans-serif;
	color:#480548;
	}
	
h1 {
	font-size: 28px;
	line-height: 28px;
	font-style:normal;
	text-align:center;
	color:#fff;
	}
	
h2 {
	font-size: 18px;
	line-height: 20px;
	font-style:normal;
	}
		
	
p {
	font-size: 18px;
	line-height: 20px;
	padding:5px 5px 5px 10px;
	text-align:center;
	}	

p.green {
	color:#6b9c40;
	}
	
#container {
	width:900px;
	margin:auto;
	background: transparent;
	}
	
#top {
	background: transparent;
	height: 75px;
	width:100%;
	text-align:center;
	padding-top:50px;
	}
	
#center {
	margin:auto;
	width:518px;
	background:transparent;
	}	
	
#center img {
	width:400px;
	border:5px solid #6b9c40;
	}
	
#contact {
	width:100%;
	margin:auto;
	background: transparent;
	}	
		

#contact a:link, #contact a:visited, #contact a:active {
	font-family:verdana, helvetica, arial, sans-serif;
	color:#480548;
	text-decoration:underline;
	font-weight:normal;
	}

#contact a:hover {
	font-family:verdana, helvetica, arial, sans-serif;
	text-decoration: none;
	font-weight:normal;
	}	
	


	
