body {
	
	font: 90% arial, helvetica, sans-serif black;
	margin: 1em;
	padding: 0;
        link: blue;
	active: red;
	visited: purple;

		
}
#leftcolumn {
	position: absolute;
	left: 20px; 
	top: 150px; 
	width: 220px;
	wid\th: 200px;
	height: 800px;
	background: #c1ffc1;
	padding-left: 20px;
	}

#picture {
	position: absolute;
	left: 250px; 
	top: 150px; 
	width: 400px;
	height: 450px; 
	font-size: .9em;
}

#main2 {
	position: absolute;
	left: 250px; 
	top: 150px; 
	width: 650px;
	height: 600px; 
}

#quote {
	position: absolute;
	left: 680px;
	top: 250px;
	width: 300px; 
	height: 200px;
}


#main1 {
	position: absolute;
	left: 250px; 
	top: 450px; 
	width: 750px;
	height: 300px; 
}

#Whatsnew {
	position: absolute;
	left: 25px;
	top: 520px;
	width: 190px;
	height: 240px;
/*	border-width: 3px;
	border-style: solid;  */
	text-align: center;
	
}	


/* By the way, this is a comment */

p {
	line-height: 1.5em;
}

h1 {
	color: #006400;	
	background-color: #dbdbdb;
	/*background-image: P1020607t.jpg; */
	font-family:"times new roman", serif;
        font-size: 4em;
	padding: 0.25em;
	margin: 0em;
	font-style: normal;
	text-align: center;
	letter-spacing: .15em;
	border-bottom-style: solid;
	border-bottom-width: 0em;
	border-bottom-color: #90ee90;
}

h2 {
	color: white;
	background-color: #090;
	font-size: 2.0em;
	letter-spacing: .1em;
	text-align: center;	
	margin: 0em;
	padding: 0.1em;
	
}

h3 {
	color: black;
	font-size: 2.0em;
        font-style: normal;
}
h4 {
	color: black;
	font-size: 1.4em;
        font-style: normal;
}

h5 {
	color: black;
	font-size: 1.0em;
  	font-weight: normal;
        font-style: normal;
	line-height: 1.2em;

}
img {
	border-style: solid;
	border-width: 2px;
	border-color: #ccc;
}

a {
	text-decoration: none;
}

strong {
	font-style: normal;
	font-size: 1.3em;
}

li {
	font-style: normal;
	line-height: 1.5;
}


