body {
	background-image: url(library/background.jpg); 
	background-repeat: repeat-x; 
	text-align: center;
	
}

p {
	text-align: justify; 
	line-height: 20px; 
	font-size: 13px;
}

h1 {
	color: #006;
}

h2 {
	color: #cc0000;	
}

a.Nav {
	text-decoration: none;
	color: inherit;
}

#topArea {
	position: relative; 
	width: 960px; 
	height: 535px; 
	background-image: url(library/top.jpg);
}

#content {
	position: relative; 
	width: 960px; 
	background-image: url(library/fill.jpg);
}
    	
#left-column {
	position: relative;
	float: left;
	left: 30px;
	width: 210px;
	top: -230px; 
	text-align: justify;
	
}

#right-column {
	position: relative;
	float: right;
	width: 210px;
	left: -30px;
	top: -230px; 
	text-align: center;
	
}

#nav-column {
	position: relative; 
	width: 420px; 
	top: -260px; 
	font-size: 18px; 
	font-weight: bold;
	color: #cc0000;
	z-index: 1;
}
            
#center-column {
	position: relative; 
	width: 350px; 
	padding: 10px; 
	top: -275px;
	
}