/*Copyright 2009, Created by Andrew Trivette. All rights reserved.*/
* {
	margin:0px;
	padding:0px;
	outline:0;
	border-collapse:collapse;
	
	}
html, body {
	background-image:url(images/background-main.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	font-size: 90%;
	font-family: Geneva, Arial, sans-serif;
	line-height:1.5;
	overflow:auto;
	text-align:center;
	}
a {
	text-decoration:none;	
}
ul li { list-style:none;}
img { border:0;}
h1 {
	font-size:1.5em;
	font-weight:bold;
	margin:5px 0px;
	}
h2 {
	font-size: 1.2em;
	margin:5px 0px;
	}
h3 {
	margin:5px 0px;
	}
label {
	font-weight:bold;
	display:block;
	}
ul, ol, dd, blockquote{ margin:5px 20px; }
ul li {
	padding-bottom: 5px;	
}
fieldset { padding:5px; }
dt { font-weight:bold; }
p { margin:0 0 1em; }/*-- margin collapsing--*/
th {
	text-align:center;
	padding:5px;
	}
form {
	line-height: 2.0;	
}
form input{
	margin-bottom: 10px;	
}
