/* layout */

html, body{
	margin:0px;
	padding:0px;
	height:100%;
		}

#wrapper{
	min-height:100%;
	min-width:1000px;
	background-color:#EBEBEB;
	}

* html #wrapper {height:100%;}	

#nav{
	background-color:#EBEBEB;
	height:130px;
	background-image:url(images/bg1.gif);
	background-repeat:repeat-x;
	background-position:bottom;
		}
	
#nav ul{
	padding-top: 80px;
	list-style: none;
	width:800px;
	margin:0 auto;
	background-image:url(images/title.gif);
	background-repeat:no-repeat;
	background-position:top right;
		}	
	
#nav ul li {
	display: inline;	
		}

#nav a {
	float: left;
	color:#595959;
	font-size:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding:5px 35px;
	border-right: 1px solid #595959;
	letter-spacing:1px;
	text-decoration:none;
	font-variant:small-caps;
				}	
				
#nav a:hover {
	color:#FFFFFF;
	background-color:#A91742;
	}	
	
#center{
	background-color:#FFFFFF;
	}				
	
#content{
	height:420px;
	width:1000px;
	padding:10px 0px;
	margin:0px auto;
	}
		

	
#main{	
	width: auto;
	height:400px;
	padding:10px;
	overflow:auto; /* auto rather than scroll to just give the down scroll - scroll adds both in */
	/* border:1px solid #ebebeb;	*/
	}		
	
#flash{
	float:left;
	width: 300px;
	height:300px;
	margin-left:25px;
/*	border:1px solid #000000; */
	}		
	
		
#footer{
	background-color:#EBEBEB;
	color:#999999;
/*	height:60px;*/	
	background-image:url(images/bg1b.gif);
	background-repeat:repeat-x;
	background-position:top;
			}

#footer p {
	font-size:0.8em;
	text-align:center;
	padding-top:30px;
	}
				
		
#footer a{
	color:#666666;
	}		

/* TEXTS */

body, th, td, input, textarea, select {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	line-height:1.3em;
	color: #999999;
	}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	text-align: justify;
}


blockquote{
	float:right;
	margin: 0;
	padding-left: 10px;
	border-left: 10px solid #ebebeb;
	}
	
.test  {
	float:none;
	padding-left: 45px;
	
	background: url(images/quote.gif) no-repeat;
	font-style: italic;
	border:none;	
}	

/** LINKS */

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
	color:#A91742;
}

/** MISC */

.imgl{
	float:left;
	margin-right:15px;
	border:0;
		}

.imgr{
	float:right;
	margin-left:15px;
	border:0;
	}
	
.imgpad{
	padding:0 5px;
	}	