/* CSS Document */

/* =General

-----------------------------------------------------------------------------*/


/*Remove padding and margin*/
* {
	margin: 0;
	padding: 0;
}

/*Remove border around linked images*/
img	{
	border: 0;
}

/*Removes styling from all list items*/
ul, li {
	list-style:none;
}

h1, h2, h3, h4, h5, h6 {
	font-size:1em;
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}

.nodisplay {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}

h1 a {
	display: block;
	width: 100%;
	text-indent: -9999em;
	height: 239px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}

