* {
	margin:0;
	padding:0
}
h3 {
	margin: 5px 0 10px 0;
}
p {
	margin-bottom: 7px;
}
body {
	font: medium/120% "trebuchet MS", Helvetica, verdana, sans-serif;
	color: #0D0A7B;
	text-align:center;
	background: #A1A1BD url(wwimages/snowdrop3.gif) fixed;
}
#wrapper {
	text-align: center;
	width: 730px;
	padding: 5px;
	margin: 0px auto;
	background: #E5E5EF url(wwimages/wavetile.jpg) repeat-x center bottom;
	border: 3px double #4437A0;
}
/*global styles (unless overwritten later) */

a, a:visited {
	color:#0D0A7B;
}
a:hover {
	color:#e14127;
}
img, iframe {
	border: 3px double #4437A0;
	background: transparent;
	margin-top:10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 5px;
}
/*header is h1 for homepage, or link to home on other pages */
#header {
	margin: 20px auto;
	padding: 0px;
	height: 100px;
	width: 700px;
	border: 3px double #4437A0;
}
#header h1 {
	background: url(wwimages/mainbanner.jpg) no-repeat;
	height: 100px;
}
#header a {
	background: url(wwimages/mainbanner.jpg) no-repeat;
	display:block;
	height: 100px;
	text-decoration:none;
}
#header span {
	margin-left:-5000px;
} /* float text away */
/*Main navigation */

#nav {
	text-align:center;
	border: none;
	height: auto;
	width: auto;
}
#nav ul {
	list-style-type: none;
	margin: 25px 10px;
}
#nav ul li {
	display:inline;
	padding-right: 10px;
}
#nav a {
	font-size: large;
	text-decoration: none;
}
#nav a.URhere {
	text-decoration: underline;
} /*underline link for "current" page */
#nav a:link, #nav a:visited {
	color: #e14127;
}
#nav a:hover {
	color: #4437A0;
	text-decoration: underline;
}
/*page "title" is replaced depending on class set .. */
h2 {
	text-align: center;
	margin: auto;
	margin-bottom:30px;
}
h2 span {
	margin-left:-5000px;
}
h2.homepage {
	background:url(wwimages/home-title.png) no-repeat;
	height: 47px;
	width: 415px;
}
h2.programme {
	background:url(wwimages/whats-on-title.png) no-repeat;
	height: 39px;
	width: 401px;
}
h2.about {
	background:url(wwimages/about-title.png) no-repeat;
	height: 47px;
	width: 445px;
}

h2.dance {
	background:url(wwimages/dance-title.png) no-repeat;
	height: 41px;
	width: 341px;
}


/*Sidebar with deco "borders" */

#sidebar {
	float: left;
	width: 240px;
	height:auto;
	padding-top:110px;
	background: url(wwimages/boxtop.jpg) no-repeat;
	margin-right:25px;
	margin-top:15px;
	margin-left:20px;/*	border: thin solid #e14127;	*/
}
#sidebar.about {
	background: url(wwimages/Aboutboxtop.jpg) no-repeat;
}
#sidebar.contact {
	background: url(wwimages/Joinbox-top.jpg) no-repeat;
}
#sidebar.specials {
	background: url(wwimages/Specialsbox-top.jpg) no-repeat;
}
#sidebar.dance {
	background: url(wwimages/dance-class-box.png) no-repeat;
}

#sidebar h2 {
	font-size: large;
	font-weight: bold;
	text-align: center;
	color: #e14127;
}
#sidebar ul {
	text-align:left;
	margin-left:20px;
	padding-left:20px;
	padding-right:15px;
	list-style: none;/*bullets don't line up nicely, so put them on li */
}
#sidebar li {
	padding-left: 23px; /*,make room for bullets */
	background: url(wwimages/bullet.jpg) no-repeat left top;
}
#sidebar.specials li {
	margin-top:20px;
}
#sidebar p {
	padding-left: 20px;
	padding-right: 20px;
}
#sidebar p.bottom {
	padding-left: 25px;
	padding-right: 25px;
	margin-top:15px;
	background: url(wwimages/boxbottom.jpg) no-repeat center bottom;
	height:107px;
	margin-bottom:0px;
}
#sidebar a {
	color: #e14127;
}
/* main content styles */
#content {
	margin-right:10px;
	float: right;
	width: auto; /*IE 5.5 width - Tantek hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 405px; /*real width*/
}
#content.onecol {
	width:660px;
	padding-left:25px;
	padding-right:25px;
	float: left;
}
#content p {
	margin-bottom:1em;
	text-align: left;
	padding-left: 2px;
	line-height: 120%;
}
#content p img {
	float:right;
	margin-left:10px;
}
#content ul {
	text-align:left;
	margin-left:10px;
	margin-top:-.5em;
	margin-bottom:1em;
	padding-left:10px;
	list-style: none;/*bullets don't line up nicely, so put them on li */
}
#content li {
	padding-left: 23px; /*,make room for bullets */
	background: url(wwimages/bullet.jpg) no-repeat left top;
	margin-top:5px;
	margin-bottom:5px;
}
#content h3 {
	margin-top: 1em;
	line-height:1.2;
	text-align:left;
	color: #e14127;
	font-weight: bold;
	border-bottom:	solid 1px #e14127;
	font-size: large;
}
#content h3 span.date {
	color: #0D0A7B;
	font-weight: normal;
}
#content h4 {
	margin-top: 1em;
	line-height:1.2;
	text-align:left;
	color: #e14127;
	font-weight: bold;
}
/* footer */

#footer {
	clear:both;
	font-size: x-small;
	text-align: center;
	padding-top:30px;
	margin-bottom:42px; /*so clear the wave tiles at bottom of wrapper div */
}

#footer a img {border:none;}
