body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align:center;
	min-width: 950px;
	margin-top:10px;
}

a:link, a:active, a:visited {
color: #3399CC;
text-decoration:none;
}

a:hover {
text-decoration:underline;
color: #c33;
}


p, td, li {
	line-height: 1.5em;
	/* margin-top: 2px;
	margin-bottom: 2px; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}


#mainDiv {
	background-color: #ffffff;
	padding:0px;
	text-align: left;
	border: 0px solid #333333;
	width: 953px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
	vertical-align: middle;
}

/* IE Win 3 pixel bug */
html>body #mainDiv {
    width:950px;
}


#headerDiv {

}

#contentDiv {

}

#announcementsDiv {
	width: 645px;
	margin-left: 155px;
	
}

#announcementsDiv p {
	padding-top: 2px;
	margin-top: 2px;


}

#headerTable {
	width: 95%;
}
#contentTable {
	width: 950px;
}

#footerTable {
	width: 950px;
}

h2 {
	font-family: Times, Georgia, serif;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}


h3 {
	font-family: Times, Georgia, serif;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border-bottom: 1px solid #333;
}


#footerDiv {

}

.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}


/* bottom Navigation */

a.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
}

a#school, .schoolcolor {
	color:#2150A0;
}

a#gallery, .gallerycolor {
	color:#018BCA;
}

a#framing, .framingcolor {
	color:#689E0C;
}



a#supplies, .suppliescolor {
	color: #D4AC00;
}

a#jim, .jimcolor {
	color: #C47307;
}

a#directions, .directionscolor {
	color: #EF0111;
}

a#contact, .contactcolor {
	color: #6E1B17;
}


/*  CONTENT PAGES   */

.contentTd {
	padding-left: 10px;

}

#heightDiv {
	height: 500px;
}

/*  FRAMING */

#framingPhotos {
	border: 1px solid #689E0C;
	width: 495px;
	text-align: center;
	padding: 5px;
}

#suppliesPhotos {
	border: 1px solid #D4AC00;
	width: 495px;
	text-align: center;
	padding: 5px;
}

#directionsPhotos {
	border: 1px solid #EF0111;
	width: 495px;
	text-align: center;
	padding: 5px;
}

#contactPhotos {
	border: 1px solid #6E1B17;
	width: 495px;
	text-align: center;
	padding: 5px;
}

#galleryPhotos {
	border: 1px solid #018BCA;
	width: 495px;
	text-align: center;
	padding: 5px;
}


