@import "head.css";
@import "nav.css";
@import "content.css";
@import "footer.css";

html{
	margin:auto;
	padding:auto;
	height:100%;
}

body {	
	margin:auto;
	padding:auto;
	font-size:75%;	/* 10px */
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	height:100%;
}

#top {
	float:left;
	width:997px;
	margin:auto;		
	background-color:#000000;	
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	position:relative;
}

a{color:#ffff00;text-decoration:none;}
a:hover{text-decoration:underline;}
img{border:0;}

h1 {
	font-size:160%;
	color:#800000;
	text-align:left;
	text-align:justify;
}
h2{ 
	font-size:150%;		/* 14px */
	font-weight:bold;
	color:#800000;
}
h3 {
	font-size:130%;		/* 12 px */	
	font-weight:bold;
	color:#800000;
}
h4 {
	font-size:120%;		/* 11px */
	font-weight:bold;
}
h5 {
	font-size:110%;		/* 10px */
	font-weight:bold;
}
h6 {
	font-size:100%;		/* 10px */
	font-weight:bold;
	font-style:italic;
}
