
#stchrisbody {

margin-top: 15px; 
padding: 10px; 
text-align: left; 
float: right; 
width: 610px; 
height: 1400px; 
border-left: #ccc outset; 
border-top: #ccc outset; 
background-color: #fff; 
z-index: 1

}

#bulletinheading {

margin-top: 0px; 
margin-bottom: 20px

}


#img-go-left {

float: left; 
padding-left: 10px; 
padding-right: 20px

}

hr {

color: #ccc; 
text-align: center; 
width: 10px; 
height: 10px

}

.longthingrey {

height: 2px;
width: 100%;
color: #ccc; 
text-align: left

}

#nice-red-box {

border: ridge 5px #f00; 
background-color: #fee; 
color: #600; 
padding: 10px

}

#nice-red-box h4 {

color: #f00;
text-align: center

}

#phone {

font-family: Wingdings 2

}

#bold {

font-weight: bold

}

#italic {
	font-style: italic;
	
}

#underline {
	text-decoration: underline;
}

#dotted-box{
	border: dotted;
}

#dashed-box{
	border: dashed;
}

#grooved-box{
	border: groove;
}

#double-box{
	border: double;
}