#header {
	
	position: absolute;
	padding-top: 100px;
	}

#columnLeft {
	position: absolute;
	width: 180px;
	margin: 175px 0 0 0;
	
}
#columnRight {
	position: absolute;
	width: 620px;
	margin-top: 330px;
	margin-left: 290px;
	padding-left: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right:1em;
	background: #000033;
	border-width: 6px;
	border-color: #669966;
	border-style: outset;
	color: #FAF0E6;
	font-size: 1.15em;
}

#columnRight2 {
	position: absolute;
	width: 620px;
	margin-top: 840px;
	margin-left: 290px;
	padding-left: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right:2em;
	background: #000033;
	border-width: 6px;
	border-color: #669966;
	border-style: outset;
	color: #FAF0E6;
	font-size: 1.15em;
}

#columnRight3 {
	position: absolute;
	width: 620px;
	margin-top: 0px;
	margin-left: 290px;
	padding-left: 2em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right:2em;
	background: #000033;
	border-width: 6px;
	border-color: #669966;
	border-style: outset;
	color: #FAF0E6;
	font-size: 1.15em;
	list-style-image: url(bullet_green.gif);
}
#H2 {
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 2em;
	}
	
	
#footer {
	position: absolute;
	margin-top: 1280px;
	margin-left: 340;
	padding-bottom: 100px;
	
	}


body {background-image: url(background.jpg); 
background-repeat: no-repeat;
width: 900px;
font-family: Georgia, Times, "Times New Roman", serif;
}
/* Setting the body tag with a background-image attribute
set to background-repeat: no-repeat; will only display the image one time 
(repeat is the default setting) */
