body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
	margin: 0px;
	background-color:#999999;
}
/******table styles******/
table#jos th {
border-top: 1px solid #999966;
}
table#jos td.center {
border-left: 1px solid #999966;
}
table#jos {
border-top: 1px solid #999966;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
table#apply, table#music{
border: 1px solid #999966;
}
#apply th {
font-weight:bold;
text-align:right;
padding: 5px 5px;
}
#apply h1, #music th {
font-weight:bold;
font-size:110%;
background-color:#006699;
color:#FFFFFF;
margin-left:0px;
padding:5px 10px;
}
#apply h2 {
font-weight:bold;
font-size:100%;
color:#006699;
margin-left:0px;
padding:5px 10px;
}
/******link styles******/
a:link {
color:#999966;
}
a:hover {
text-decoration:none;
}
a:visited {
	color:#006666;
	}
#gray_box a {
color:#FFFFCC;
}
/******list styles******/
ul {
margin:5px;
}
li {
line-height:120%;
}
/******font styles******/

p {
font-size: 100%;
margin-left: 10px;
margin-right:10px;
line-height:130%;
}
/*controls font color and weight in gray_box div*/
#gray_box p {
color:#FFFFFF;
font-size:90%;
font-weight:bold;
line-height:95%;
}
h1 {
font-size:120%;
margin-left: 10px;
}
h2 {
font-size:110%;
margin-left:10px;
color:#999933;
}
h3 {
font-size:100%;
font-weight:bold;
margin-left:10px;
color:#666666;
}

/******div styles******/
/*holds all page content*/
#wrap {
margin: 20px auto;
width: 820px;
background-color:#FFFFFF;
}
/*holds banner image, gray box, and navigation*/
#banner {
float:left;
width:100%;
}
#banner_nav {
float:left;
width:650px;
}
#gray_box {
float:left;
width: 150px;
background-color:#CCCCCC;
margin:10px 10px 0px 0px;
padding:5px;
}
/*holds bottom page content*/
#content {
float:left;
width:100%;
margin-top:10px;
padding-bottom:10px;
}
/*holds bottom page content on app_process.cfm*/
#content_apply {
float:left;
width:95%;
margin-top:10px;
padding-left:15px;
padding-right:5px;
padding-bottom:10px;
}
/*holds left column content*/
#leftColumn {
float:left;
width:345px;
margin:10px 0px 10px 5px;
}
/*holds right column content*/
#rightColumn{
float:left;
width:470px;
padding:0px;
}
/*holds photos on home page*/
#home_photos {
width:100%;
}
/*holds artist photos*/
#content_photos {
width:100%;
margin:0px;
padding:0px;
}
/*holds open studios info- title, dates, application link*/
#openStudios {
float:left;
width:100%;
margin:0px;
}
/*text box in openStudios div*/
#os_text {
float:left;
width:90%;
text-align:center;
}
/*green box in openStudios div*/
#green_box {
float:left;
width:40%;
/*background-image:url(images/green_box.gif);*/
}
/*this div clears floats*/
#clear {
clear:both;
}
#footer {
margin: 0px auto;
width: 820px;
color:#FFFFFF;
font-size:90%;
text-align:center;
padding-top:5px;
padding-bottom:10px;
}
.locID {
	color:#FFF;
	background-color:#999933;
	padding:5px;
}
.artistImg {
	border: 1px solid #999933;
}
