@import "head.css";
@import "nav.css";
@import "content.css";
@import "footer.css";
@import "editor.css";

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

body {	
	margin:0;
	padding:0;
	font-size:80%;	/* 10px */
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	height:100%;
}

#top {
	width:998px;
	margin:auto;
	min-height: 100%; /* For Modern Browsers */
  height: auto !important; /* For Modern Browsers */
  height: 100%; /* For IE */
}


a{color:#000000;text-decoration:none;}
a:hover{text-decoration:underline;}
img{border:0;}
input,select{font-size:85%;}
p{margin-top:6px;margin-bottom:6px;}

h1{font-size:100%;font-weight:bold;color:#FF0000;}
