* {
	margin:0;
}

html, body {
	font-family:Arial;
	font-size:12px;
	background-image:url(images/topTile.jpg);
	background-repeat:repeat-x;
	background-color:white;
	height:100%;
}

#wrapper {
	min-height:100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	width: 950px;
}

#nav {
	padding-top:60px;
	padding-left:300px;
	padding-bottom: 40px;
}

#content {
	min-width: 900px;
	padding-top:20px;
	padding-bottom: 20px;
	padding-left:50px;
	clear: both;
}

#content div {
	margin: 10px;
}

#content p	{
	margin: 10px;
}

#contentHP	{
	padding-left:50px;
	padding-right: 20px;
	width: 580px;
	height: 377px;
	overflow: hidden;
	float: left;
}

#contentHP	div {
	margin: 10px;
}

#content p	{
	margin: 10px;
}


#newsHP	{
	width: 240px;
	height: 377px;
	float: left;
	background-image: url(images/latestNews.jpg);
	background-repeat: no-repeat;
}

#newsContent	{
	padding-top: 60px;
	padding-left: 30px;
	padding-right: 30px;
	height: 290px;
	overflow: hidden;
}

.push	{
		height:50px;
}

#footer p	{
	padding-top: -20px;
	text-align: center;
}

#footer {
	background-image:url(images/bottomTile.jpg);
	background-repeat:repeat-x;
	background-position: bottom;
	clear:both;
	height: 50px;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #ff6a37;
}



