
body {
background-color:green;
background-image:url('excelImages/whiteshamrock.gif');
background-repeat:repeat;
}
   
p {
text-align: justify;
padding:1.7%;
line-height:148%;
}

p.textline {
text-align: justify;
padding:1.7%;
line-height:148%;
clear:both;
}

p.construction {
font-size:200%;
font-weight:900;
color:orange;
text-align: center;
padding:1.7%;
line-height:1.5;
}

p.title {
font-size:125%;
font-family: Comic Sans MS,serif;
color: #5E2612;
font-weight: 600;
}

img.floatright {
float:right;
}

img.floatleft {
float:left;
padding:1.7%;
}

a:link {
text-decoration:none
}
a:visited {
text-decoration:none
}
a:hover {
text-decoration:none
}
a:active {
text-decoration:none
}
a.underline {
text-decoration:underline
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:2px;
	border-color:green;
	border-style:outset;
	width: 802px;
	background-color: white;
}

#header {
	margin: 0 0 0px 0;
}

#side-a {
	float: left;
	width: 20%;
}

#side-b {
	float: right;
	width: 72%;
}

#content { 
	text-align: right;
	font-family: Comic Sans MS,serif;
	color: #5E2612;
	font-size: 102%;
	font-weight:500;		
}

#footer {
	clear: both;
	background-image:url('excelImages/footer.gif');
	background-repeat:no-repeat;
}