.tsccBody {
	background-color: #fefefe;	/*a nice nonoffensive but not too sad grey */
	background-image: url(img/circuit-background.png);	/*our lovely background -- adds some character */
	background-repeat: repeat;
	font-size: 76%;	/*this is so we can use ems for font size, and not have them be too whacky */
		/* (ems are useful for accessibility options */

}

div {
	border-color: #c2d7b9 #1d450d #1d450d #c2d7b9; 
}

/*This positions the whole mess horizontally */
#site {
	position:absolute;
	left: 50%;
	width: 930px;	/*set this to the width of your site -- needs to be fixed here, not necessarily anywhere else */
	margin-left: -465px; /*this needs to be negative half of your width -- whatever units you use */
}
/*the top section of the page */
#mainHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: normal;
	color: #000000;
	text-align: center;
	height: 145px;
	position: absolute;
	left: 0px;
	top: 2px;
	width: 920px;
	background-color: #ffffff;
	border: 3px solid;
	border-color:  #eeeeee #838383 #838383 #eeeeee; 
	padding-left: 4px;
	border-radius: 15px;
}
/*the center section of the page */
#mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	position: absolute; /*relative to the #site block */
	left: 0px;
	top: 150px;
	height: 620px; /* gives it room to grow if the user enlarges the text */
	width: 100%;
	height: 400px;
	border-radius: 15px;
	border-color: solid;
	margin-top: 6px;
}
#mainContent ul {
/*	display: inline;*/
/*	margin-left: .25em;*/
}
.sectionHeadImg {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#aaspannounce {
	position: absolute;
	width:  98%;
	top: 128px;
	left: 0px;
	height: 110px;
	/*	background-image: url(img/wrench.png);
	background-repeat: no-repeat;
	background-position: center bottom;*/
	border: 3px solid;
	border-color: inherit;
	background-color: #fefefe;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	text-align: center;
	border-radius: 15px;
}
#newlocation {
	position: absolute;
	width: 98%;
	top: 0px;
	left: 0px;
	height: 120px;
	border: solid 3px;
	border-color: inherit;
	background-color: #fefefe;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	text-align: center;
	border-radius: 15px;
}
#serviceBlock {
	position: absolute;
	width: 290px;
	top: 250px;
	left: 0px;
	height: 400px;
	background-image: url(img/wrench.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: solid 3px;
	border-color: inherit;
	background-color: #fefefe;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 15px;
}
#salesBlock {
	position: absolute;
	width: 290px;
	left: 310px;
	top: 250px;
	height: 400px;
	background-image: url(img/cart.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: solid 3px;
	border-color: inherit;
	background-color: #fefefe;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 15px;
}
#supportBlock {
	position: absolute;
	width: 290px;
	left: 620px;
	top: 250px;
	height: 400px;
	background-image: url(img/telephone.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	border: solid 3px;
	border-color: inherit;
	background-color: #fefefe;
	padding-left: 5px;
	padding-right: 5px;
	border-radius: 15px;	
}
#headerButtons {
	position: absolute;
	top: 5px;
	right: 0px;
}
#headerAddress {
	text-align: center;
	position: absolute;
	left: 460px;
	top: 5px;
}
#mainFoot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
	text-align: center;
	position: absolute;
	left: 0px;
	width: 100%;
	top: 800px;
}
.contentBlock {
	background-color: #fefefe;
	border: 3px solid #006699;
	border-color: inherit;
	padding-left: 5px;
	padding-right: 10px;
	border-radius: 15px;
}
.contentBlock img {
	float: right;
	margin-right: 20px;
	margin-top: 20px;
	border-radius: 15px;
}
.contentBlock2 {
	background-color: #fefefe;
	border: 3px solid #006699;
	border-color: inherit;
	padding-left: 5px;
	padding-right: 10px;
	margin-top: 70px;
	border-radius: 15px;
}
.contentBlock2 img {
	float: right;
	margin-right: 20px;
	margin-top: 100px;
}

