body {
	padding: 0 20px 0 20px;
	background-color: #ccc;
}
/*over-riding colours in layout.css and content.css*/

div#dept-title {
	border-left: 1px solid #D3D3B1;
	border-right: 1px solid #D3D3B1;
	border-bottom: 1px solid #D3D3B1;
	background-color: #295A74;

}
	
div#dept-title .main, div#dept-title h1 {
	color: white;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: x-large;
	background-color: #295A74;
	letter-spacing: .1em;
	padding: .2em 1em;
}

div#dept-title .main a, div#dept-title h1 a {
	color: white;
	background-color: #295A74;
}

div#dept-title .sub, div#dept-title h2 {
	color: white;
	background-color: #295A74;
}

div#navtabs {
	border-left: 1px solid #d3d3b1;
	border-right: 1px solid #d3d3b1;
	background-color: #f93;
}
div#navtabs a {
	color: #336;
	background-color:#F93;
	border-right: 1px solid #efefef;
}

div#navtabs a.current { 
	background-color: #066;
	color:white;
}
div#navtabs a.first {
	border-left: 1px solid #9c9; 
	border-right: 1px solid #9c9; 
}
div#navtabs a:hover { 
	color: #000; 
	background-color: #EDEEEC; 
}

/*bottom line */
ul#site-info {
	border-top: 2px solid ;
} 
