/* CSS for Wordsmith site */

/* Layout and default page formatting tags */
#topsection {position:relative; top: 0px; width:96%;}	
	
#topsection2 {position:relative; top: 0px; width:96%;} /* Home page only */

#main {
	position:relative;
	width:96%;
	overflow: hidden;
} /* Holding frame for marginleft and mainbody */
	
#marginleft {
	position:absolute;
	width:15%;
	height: 350px;
	overflow: hidden;
} /* Navigation area */

#mainbody {
	position:relative;
	left: 16%;
	width:80%;
	height: 350px;
	overflow: hidden;
	
}
#lowerpart { margin-top:10px; width:96%;}

body         { font-family: Century Gothic; font-size: 12pt; color: #0000CC; font-weight: 
               normal; background-image: url(images/background3h.jpg);}

/* Link tags */

a:link{
	font-weight: bold;
	color: #003399;
	font-family: "Century Gothic";
	font-size: 12pt;
	font-style: normal;
	}

a:visited {	
	font-weight: bold;
	color: #003399;
	font-family: "Century Gothic";
	font-size: 12pt;
	font-style: normal;
	text-decoration:none;
	}
	
/* Text styles */	
h1           { font-family: "Century Gothic"; font-size: 24pt; color: #0000CC; font-weight: 
               normal; }
h2           { font-family: "Century Gothic"; font-size: 18pt; color: #0000CC; font-weight: 
               normal;}
h3           { font-family: "Century Gothic"; font-size: 14pt; color: #0000CC; font-weight: 
               normal;}
			   
.Verse { margin-top:0; margin-bottom:0;
	font-family: "Century Gothic";
	font-size: 10pt;
	color: #0000CC;
}
