

body {
	margin: 0px;
	padding: 0px;
	background-image: url(../Images/CCC-BG-Map.jpg);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
}

/* Main Web Page area */
#Wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/*---------------------------------------------------*/

/* Global Formatting Stuff */

p {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}



h4 {
	margin-bottom:0;
}

/*Turn off all borders on image links*/
img {border-style: none;}

.Underline {
	text-decoration: underline;
	font-weight: normal;
}
/* Link formatting */
a:link {
	text-decoration: none;
	color: #06C;
}
	a:visited {
	text-decoration: none;
	color: #06C;
}
a:hover {
	color: #960;
	text-decoration: none;
}
a:active {
	color: #000;
}

.CaptionFont {
	font-size: 80%;
	font-style: italic;
}
/*---------------------------------------------------*/

/* Page Header, Footer and Sidbar pieces */

#header {
	height: 108px;
	width: 1000px;
	background-image: url(../Images/Header.png);
}

#footer {
	clear: left;
	height: 28px;
	width: 1000px;
	background-image: url(../Images/Footer.png);
	text-align: right;
	color: #CCC;
}
#corner {
	float: left;
	background-image: url(../Images/CornerPiece.png);
	height: 88px;
	width: 139px;
}

#sideBar {
	float: left;
	background-image: url(../Images/LeftBar.png);
	height: 585px;
	background-repeat: repeat;
	width: 144px;
}

#copyrightText {
	color: #CCC;
	position: relative;
	top: 7px;
	text-align: right;
	right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/*---------------------------------------------------*/

/*
#Wrapper #SideBar a {color:#ebebe7; text-decoration:underline;} 
#Wrapper #SideBar a:hover {color: #02204e;text-decoration: underline;}
#Wrapper #SideBar a:active {color: #ffcc33;text-decoration: underline;}
*/	



/*---------------------------------------------------*/

/* Menu */

#TopMenu {
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #663300;
}

#TopMenu a {
	padding-right: 10px;
	padding-left: 21px;
}

/*---------------------------------------------------*/



/*---------------------------------------------------*/

/* Local formatting of pics on Index page */

.ShopTour {
	width: 50%;
	float: left;
}
.RepairProcess {
	width: 50%;
	float: right;
	clear: right;
}

/*---------------------------------------------------*/

/* This is no longer used - commenting out just in case it is! 
#Pic {
	top: 300px;
	position: relative;
	left: 30px;
	clear: none;
	float: none;
	width: 30px;
	height: 0px;
}
*/

/*---------------------------------------------------*/

/* Side menu links */
#InfoLink {
	position: relative;
	top: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	font-weight: normal;
	width: 100px;
	left: 15px;
}

#FB_Logo {
	position: relative;
	background-color: #999;
	top: 200px;
	z-index: 2;
	width: 100px;
	left: 15px;
}

#BBB_Logo {
	position: relative;
	background-color: #999;
	top: 190px;
	z-index: 2;
	width: 100px;
	left: 15px;
}
/*---------------------------------------------------*/

/* Main Content area */
#Title {
	clear: none;
	float: none;
}
#Title h1 img {
	margin-left: 110px;
}
#Title h1 {
	text-align: left;
}

#Content-Main {
	margin-left: 170px;
	padding-left: 50px;
/*	text-align: left; */
	padding-right: 50px;
}
#Content-Main h2 {
	font-family: Arial, Helvetica, sans-serif;
}
/*
#Content-Main p {
	text-align: center; 
}
*/

#Content-Main #Content-Sub1 {
	text-align: left;
}
#Content-Main #Content-Sub1 p {
	text-align: justify;
}

.BulletFormat {
	font-size: 90%; 
	font-family: Arial, Helvetica, sans-serif;
}

/* CSS for formatting Images and words */
.PicAndWords {
	float: right;
	margin: 0 0 20px 20px;
	text-align: center;
	padding: 10px 10px 0 10px;
	background-color:#CCC;
	border: 2px solid black;
}
.PicAndWords img{
	border: 1px solid black;
}
.TextStyle {
	text-align:justify;
}