@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:75%;	/* 10px */
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	height:100%;
}

#top {
	width:780px;
	margin:auto;		
	background-color:#fcf2d8;	
	min-height: 100%; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */
  	height: 100%; /* For IE */
}

a{color:#c6160e;;text-decoration:none;}
a:hover{text-decoration:none;}

img{border:0;}

h1 {
	font-size:200%;		/* 19px */
	font-weight:bold;
	margin-top:10px;
	margin-bottom:10px;	
}
h2 {
	font-size:150%;		/* 14px */
	font-weight:bold;
}
h3 {
	font-size:130%;		/* 12 px */
	font-weight:bold;
}
h4 {
	font-size:120%;		/* 11px */
	font-weight:bold;
	color:#c6170f;
}
h5 {
	font-size:110%;		/* 10px */
	font-weight:bold;
	color:#c6170f;
}
h6 {
	font-size:110%;		/* 10px */
	color:#c6170f;
	margin:5px 0px 0px 0px;
	font-weight:normal;
}
