
body {
    text-align: center;
    margin: 0;
    padding: 0;
    min-width: 800px;
    background-image: url('graphics/bg.gif');
    background-color: #D17CFD;
    background-repeat: repeat-x;
   
    }

#container {
    position: relative;
    text-align: left;
    width: 800px;
    
    margin: 10px auto;	
    padding: 0;
    background-color: white;
    
    font-family: tahoma;
    font-size: .95em;    
    color: black;
    }
	
#header {
    background-image: url('graphics/headbg1.gif');
    height: 100px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ca98cb;
    }





#nav, #content {
	min-height: 500px;
	}
	
#content {
	float: left;
	width: 800px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

h1, h2, h3, h4, h5, h6 {
	color: purple;
	}
	

    
ul {
	text-align: left;
	padding-right: 25px;
	
	}
		   
#test {
    position: absolute;
    right: 5px;	
    margin:5px 0;
	}
	
.tempimg {
	margin: 30px auto;
	}
	
#footer {
    width: 790px;
    height: 30px;
    clear: both;
    border-top: 2px solid purple;
    margin: 0;
    padding: 5px;
    }

.vallogo {float:left; padding-left:10px; }

.vallogo img {border: none; height: 28px;}

#footer cite {float: right; font-size: x-small; color: purple; padding:7px;}
	

