
/* -----------------------------------------------------------------------------
							ID BASED RULES
----------------------------------------------------------------------------- */

#main {
	text-align : center;
	border-bottom : 1px solid white;
	background-color : #A09E8E;
}
#mainInner {
	background : #FFFFFF url("/pics/bg_main_content.gif") 0 0 repeat-y;
	text-align : left;
	width : 772px;
	margin : 0 auto 0 auto;
	padding : 0;
	border-left : 1px solid white;
	border-right : 1px solid white;
}
/* HACK: box model */
* html #mainInner {
	width: 774px;
}

#leftNav {
	float : left;
	width : 187px;
	font-size : 62%;
}

#leftNav img {
	display : block;
}
#leftNav .shadobox_table_Published img,
#leftNav .shadobox_table_Checkedout img,
#leftNav .shadobox_table_AwaitingPublishing img,
#leftNav .shadobox_table_Reedit img
 {
	display: inline;
}
#leftNav p {
	margin-top : 1em;
	padding : 0 10px 0 10px;
}
#leftNav ul {
	list-style-type : none;
	margin : 1em 0 1em 0;
}

#leftNav li {
	padding : 0 5px 2px 24px;
	background : transparent url("/pics/bullet_arrow_sml.gif") 12px 1px no-repeat;
}
#leftNav li a,
#leftNav li a:active,
#leftNav li a:visited {
	text-decoration : none;
	color : #807560;
}
#leftNav li a:hover {
	color : #332F00;
	text-decoration : underline;
}

#contentArea {
	float : left;
	width : 561px;
	padding : 12px 12px 12px 12px;
	font-size : 80%;
}
/* IE BOX MODEL HACK */
* html #contentArea {
	width: 582px;
	
}


#contentArea form select,
#contentArea form input,
#contentArea form textarea  {
	font-size : 100%;
	background-color : #F2F0E5;
	color : #00668C;
}

#contentArea h2 {
	margin-top : 0.8em;
	color : #DA611F;
}

#contentArea h3 {
	margin-top : 0.8em;
	font-size : 100%;
}

#contentArea th {
background-color: #E4E1CA;
}

#contentArea #breadCrumbs {
	font-size : 85%;
	padding-bottom : 10px;
}
/*
#contentArea #breadCrumbs a,
#contentArea #breadCrumbs a:,
#contentArea #breadCrumbs a:,
#contentArea #breadCrumbs a: {
	color : 
}*/

#contentArea ol li .searchBreadCrumbs {
	font-size : 85%;
}

.searchBreadCrumbs a,
.searchBreadCrumbs a:link,
.searchBreadCrumbs a:visited,
.searchBreadCrumbs a:active,
.searchBreadCrumbs a:hover {
	color : #7C3313;
}


.subjectguideindent {padding-left : 30px;}

#festival {
	background :  url("/pics/festival2008/bg_festival.jpg") 0 0 repeat-y;
	text-align : left;
	width : 772px;
	margin : 0 auto 0 auto;
	padding : 0;
	border-left : 1px solid white;
	border-right : 1px solid white;
	color:#6666ff;
	}
#festival h2 {
	color:#3342E6;
	}
	
#festival #breadcrumbs a,
#breadcrumbs a:link,
#breadcrumbs a:visited,
#breadcrumbs a:active,
#breadcrumbs a:hover {
	color:#FFFFFF;
}	

#festival #breadcrumbs {
	color:#FFFFFF;
	
}


#festival h4 a,
#breadcrumbs a:link,
#breadcrumbs a:visited,
#breadcrumbs a:active,
#breadcrumbs a:hover{color:#0000a0;

}	

.thumbBox{	
	width:100px;
	height:150px;
	float:left;
	padding:5px;
	margin:30px;
	border-style:solid;
	border-collapse:collapse;
	border-color:#D4D0C8;
	border-width:1px;
	
}

.imagearea{	
	width:175px;
	height:260px;
	float:left;
	padding:5px;
}


