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


html{
	margin:0;
	padding:0;	
}

body {	
	margin:0;
	padding:0;
	font-size:70%;	
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	background-color:#c0c0c0;
}

#top {
	width:800px;
	margin:auto;
	background-image:url(images/content_background.jpg);
}

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

h1{font-size:140%;margin-top:6px;margin-bottom:6px; color:#800000;}

h3{margin-top:6px;margin-bottom:6px; color:#800000;}

.empty{clear:both;}
.error{
color:#ff0000;
}
.message{
color:#009900;
}