
	body { background-image: url('sbnbackground.jpg');
		background-repeat: no-repeat;
		background-position: absolute;
		background-color: white;
					
		}
		
		
		#content { position: absolute;
			left: 50px;
			top: 50px;
			width:650px;
			font-family:arial; 
			font-size:smaller; 
			color:#803580;
			line-height:150%; 
			padding:15px;
			border:1px solid BLACK; 
			text-transform:lowercase;
		}

		#h1 {
			font-weight: 100;
			font-size: 2.5em;
			text-align: center;
		}

		#h2 {
			font-weight: 80;
			font-size: 1.5em;
			text-align: center;
		}
		#menu {
			line-height:150%;
			padding: 2px 2px 2px 2px;
			position: absolute;
			left: 480px;
			top: 5px;
			width: 180px;
			color:black;
			font-family:arial; 
			font-weight: bold;
			font-size:medium; 
		}

#content A:link {text-decoration: underline; color:#203580; font-weight: bold; text-transform:lowercase; font-size: large;}
#content A:visited {text-decoration: underline; color:#203580; font-weight: bold; text-transform:lowercase; font-size: large;}
#content A:active {text-decoration: underline; color:#203580; font-weight: bold; text-transform:lowercase; font-size: large;}
#content A:hover {text-decoration: none; color: #203580 ; font-weight: bold; background-color:white ; color:#406099;
		}