@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

img { behavior: url(iepngfix.htc) }

a, a:link, a:visited, a:hover {
	color: inherit;
	text-decoration: none;	
}
a:hover {
	color: inherit;
	text-decoration: underline;	
}

p {
	display: block;
	padding-bottom: 15px;	
}

body {
	/*
	background-image: url('images/bgrepeat.jpg');
	background-repeat: repeat-x;
	*/
	background-color: #000000;
	color: #FFF;
	font-family: Verdana, Arial;
	font-weight: normal;
}

h1, h2, h3 {
	color: #F90;
}

#top, #footer {
	display: block;
	margin: auto;
}

#top {
	height: 100px;	
	padding-top: 25px;
	width: 1000px;
}

	#top #links {
		color: #FFF;
		float: right;
		font-size: 11px;
	}
	
		#top #links img {
			vertical-align: middle;	
		}

#content {
	/*height: 700px;*/	
}


#footer {
	clear: both;
	color: #E7E7E7;
	display: block;
	font-size: 10px;
	padding-top: 100px;
	text-align: center;
}

	#footer table {
		width: 100%;	
	}
	
	#footer table td {
		line-height: 16px;
		padding: 2px;
	}

	#footer .titles {
		font-weight: bold;
		text-align: right;
	}	
