* {
	margin: 0; padding: 0;
}
html {
	font-size: 100%;
}
body {
	background: gray url("terracotta-tile.gif") repeat top center;
	font-size: 62.5%;
	font-family: verdana, helvetica, arial, sans-serif;
	color: black;
	text-align: center;
}
div#top {
	width: 75em;
	margin: 20px auto;
	color: black;
	background-color: white;	
}
div#padding {
	padding: 1em;
	position: relative;
	color: black;
	background-color: transparent;	
}							
div#banner.normal {
	height: 160px;
	overflow: hidden;
	color: black;
	background: white url("banner.jpg") no-repeat top right;	
    border-bottom:2px solid #430;
    }
#banner h1, #banner h2 {
	width:400px;
    height: 75px;
    overflow:hidden;
    float:left;
    }
img#header {
	position: absolute;
	top: 1em;
	left: 1em;
}
img {
     border:none;
     }
div#naj-box {
       clear:both;
       text-align:center;
       }    
div#naj-box img {
       margin:2em auto;
       }          
div#main {
	width: 90%;
    text-align:left;
    margin:0 auto;
	}							
a:link {
	color: #e62; background-color: #fff; font-weight: bold;
}
a:visited {
	color: #430; background-color: #fff; font-weight: bold;
}
a:hover {
	color:#cb0; background-color: #fff; font-weight: bold;
}
a:active {
	color:#f00;	background-color: #fff; font-weight: bold;
}
.rhs {
	float: right;
	margin: 1em;
}
p {
	font-size: 1.2em; line-height: 1.8; 
	margin: 0.4em 0 1.4em 0;
}
h3 {
	font-size: 1.8em; line-height: 1.0;
	margin-top: 1.4em;
	margin-bottom: 0.4em;
	font-family: georgia, "times new roman", times, serif;
}
h6 {
	font-size: 0.9em; line-height: 2; 
	margin-top: 0.9em;
	margin-bottom: 0.9em;
	clear: both;
	border-top: 2px solid #430;
	border-bottom: 2px solid #430;	
	text-align: center;
}	 
