@import "header.css";
@import "nav.css";
@import "content.css";
@import "footer.css";


html{
	margin:0;
	padding:0;	
	height:100%;
}

body {	
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:100%;
	background:url(images/body-bg.jpg);
}

#top {
	width:990px;
	margin:auto;		
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	position:relative;
	color:#666633;
}

a {color:#666633; text-decoration:none;}
a:hover {color:#cc6600; text-decoration:underline;}
img {border:0;}
p, form, {
	margin:10px 0;
}
ul, ol {
	margin-top:10px;
	margin-bottom:10px;
}
input, select {font-size:100%; font-family:Arial, Helvetica, sans-serif; color:#666633;}
textarea {font-size:100%; font-family:Arial, Helvetica, sans-serif; color:#666633;}

input, select, textarea {
	background-color:#f8f4d5;
	border:1px solid #c6c27f;
	padding:1px;
}

h1, h2, h3, h4 {
	margin:10px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#918c00;
}

h5, h6 {
	margin:0;
}

h1 {
	font-size:24px;
	font-weight:normal;
}

h2 {
	font-size:18px;
	font-weight:normal;
}

h3 {
	font-size:14px;
}

blockquote {
	margin-left:40px;
}

legend {
	margin-left:20px;
	color:#0046d5;
}

.clear {
	clear:both;
}

