#wrapper {
	background-color: #FFFFCC;
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
* {
	margin: 0px;
	padding: 0px;
}



body {
/*	margin: 0px;
	padding: 0px;
	background-color: #27272a;
  ---  This was the old body info-------------*/
  margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #669999;
  

}
#content {
	background-color: #669999;
	width: 380px;
	float: right;
	background-image: url(../../../../../Users/terrihall/Documents/Jeff-Work%20in%20Progress/JEWELRY%20DESIGN%20CTR/jdcWeb/images/exp/images/JewelryDesignCenterInteriorExp_09.jpg);
	background-repeat: repeat-y;
	background-position: right;
	height: 428px;
	text-align: left;
	/* ----- And here I'm adding the text-align: left after adding a text-align: center attribute for the sake of M$--------------which didn't help a thing*/
}
#header {
	background-color: #3366FF;
	height: 123px;
	padding: 0px;
	background-image: url(../../../../../Users/terrihall/Documents/Jeff-Work%20in%20Progress/JEWELRY%20DESIGN%20CTR/jdcWeb/images/exp/images/JewelryDesignCenterInteriorExp_01.jpg);
	float: right;
	width: 950px;
}
#sidebar {
	background-color: #FF9900;
	width: 555px;
	float: left;
	background-image: url(../../../../../Users/terrihall/Documents/Jeff-Work%20in%20Progress/JEWELRY%20DESIGN%20CTR/jdcWeb/images/exp/images/JewelryDesignCenterInteriorExp_02.jpg);
	background-repeat: repeat-y;
	height: 428px;
	position: relative;
}
#wrapper #sidebar p {
	margin-top: 44px;
	margin-left: 55px;
}
#wrapper #content p {
	padding-top: 44px;
	padding-left: 23px;
}
#wrapper #content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993333;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 11px;
}
#clear {
	clear: both;
}
#footer {
	background-color: #CCFF00;
	padding: 0px;
	height: 101px;
	background-image: url(../../../../../Users/terrihall/Documents/Jeff-Work%20in%20Progress/JEWELRY%20DESIGN%20CTR/jdcWeb/images/exp/images/JewelryDesignCenterInteriorExp_12.jpg);
	background-repeat: no-repeat;
}
#wrapper #header #nav {
	position: relative;
	bottom: 0px;
	right: auto;
	top: 123px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	padding: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #CCCCCC;
	font-weight: normal;
	text-align: left;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	color: #CCCCCC;
	font-weight: normal;
	text-align: left;
}

/* Links that are in a table called "courseList"*/
#courseList a {
	line-height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 15px;
	padding-right: 15px;
}
#courseList a:link {
	color: #999;
	text-decoration: none;
}
#courseList a:visited {
	color: #666666;
}
#courseList a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#courseList a:active {
	color: #fff;
}


/* Links that are in a table called "classDescriptions"*/

#classDescriptions a {
	line-height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#classDescriptions a:link {
	color: #999;
	text-decoration: none;
}
#classDescriptions a:visited {
	color: #666666;
	text-decoration: none;
}
#classDescriptions a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#classDescriptions a:active {
	color: #fff;
}
#gallery a {
	color: #999999;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.centerText {
	text-align: center;
}
#gallery tr td p #ClickHereGallery {
	text-align: center;
	vertical-align: middle;
	padding-left: 10%;
	padding-right: 10%;
}
#gallery a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}
#gallery a:visited {
	color:#666
	text-decoration:none;
}	
#gallery a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#gallery a:active {
	color: #fff;
}
#Calendar a {
	color: #0099CC;
}
#Calendar a:link {
	color: #0099CC;
}
#Calendar a:visited {
	color: #09c;
}
#Calendar a:hover {
	color: #CCCCCC;
}

