.ahem {
	display: none;
	width: 100%;
	font-size: x-large;
}

body {
	margin: 0px;
	/*background-image: url(images/bg.gif); */
	background-color: #FFFFFF;
	background-attachment: fixed;
	color: #1B3E32;
	font-family: "Century Schoolbook", "New Century Schoolbook", Palatino,"Palatino Linotype",Times,serif;	
}

/* OVERARCHING DOCUMENT STRUCTURE */

div#top {
	width: 674px;
	height: 137px;
	margin: 20px auto;
	padding: 0px;
	border: solid;
	border-width: 1px;
	border-color: #1B3E32;
	background-color: #FFFFFF;
	color: #1B3E32;
}

div#header {
	width: 670px;
	height: 133px;
	position: relative;
	margin: 1px;
	padding: 0px;
	border: solid;
	border-width: 1px;
	border-color: #1B3E32;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-color: #FFF8DC;
	color: #1B3E32;
}

div#main {
	width: 674px;
	margin: 0px auto;
	border: solid;
	border-width: 1px;
	border-color: #1B3E32;
	background-color: white;
}

div#content {
	width: 650px;
	margin: 1px;
	padding: 10px;

	border: solid;
	border-width: 1px;
	border-color: #1B3E32;

	background-color: #FFF8DC;
	color: inherit;
	font-family: "Century Schoolbook", "New Century Schoolbook", Palatino,"Palatino Linotype",Times,serif;
	font-size: 16px;
}

div#bottom {
	width: 674px;
	padding: 0px;
	margin: 20px auto;

	border: solid;
	border-width: 1px;
	border-color: #1B3E32;

	background-color: #A7E1CB;
}

div#footer {
	width: 668px;
	padding: 2px;
	margin: 1px;

	border: solid;
	border-width: 1px;
	border-color: #1B3E32;

	background-color: cornsilk;
	color: #1B3E32;
	font-size: 16px;
}

/* HEADER (i.e., h1-h6) STYLES */

/* Note that all these ought to be of the format div#foo > hx, but IE6 doesn't seem to like direct descendants. Sigh. */

h2 { /* content */
	font-size: 24px;
}

h3 { /* used for dance links, so something should probably go here */
}

/* FOOTER TABLE FORMATTING */

table.footer td {
	padding: 2px;
}

table.footer td {
	font-size: 12px;
	padding: 2px;
}


/* CONTENT-SPECIFIC FORMATTING */

div#content hr {
	width: 75%;
	margin: 4px auto;
	border: 0;
	background-color: #1B3E32;
	height: 1px;
}


/* EVENTS - for club events/community dances */

div#content p.upcoming {
	font-size: large;
}

table.events {

	border: solid;
	border-width: 1px;
	border-color: #1B3E32;
}

table.events th {
	border: solid;
	border-width: 1px;
	border-color: #1B3E32;

	font-size: 18px;
	background-image: url(images/bg2.gif);
}

table.events td {
	border: solid;
	border-width: 1px;
	border-color: #1B3E32;

	padding: 2px;
	font-size: 13px;
}


/* MISCELLANEOUS - anchor styles, images, .title */

p {
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

a:link {
	color: #369986;
	text-decoration: none;
}

a:visited {
	color: #369986;
	text-decoration: none;
}

a:active {
	color: #369986;
	text-decoration: none;
}

a:hover {
	color: #996600;
	text-decoration: underline;
}

.title {
	text-decoration: underline;
}

ul li {
	margin-left: 10px;
}

img.top { 
	border-style: none;
	vertical-align: top;
	padding: 0px;
	margin: 0px;
}

img.middle { 
	border-style: none;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

img.bottom { 
	border-style: none;
	vertical-align: bottom;
	padding: 0px;
	margin: 0px;
}

/* BALL-SPECIFIC STYLES (we could have multiple ball pages, right?) */

h2.ball {
	text-align: center;
	font-style: italic;
	font-size: 36px;
	margin: 2px auto;
}

h3.ball {
	text-align: center;
        font-size: 16px;
	margin: 2px auto;
}


h5.ball {
	font-family: "Century Schoolbook", "New Century Schoolbook", Palatino,"Palatino Linotype",Times,serif;
	font-style: italic;
	font-size: 12px;
	text-align: center;
	margin-bottom: 0;
}

table.programme {
	background-color: black;
	border-spacing: 0;
	empty-cells: hide;
}

table.programme td {
	font-family: "Century Schoolbook", "New Century Schoolbook", Palatino,"Palatino Linotype",Times,serif;
	margin: 0;
	color: white;
	background-color: #800;
	border: 1px solid black;
}

table.programme tr.tea td {
	font-weight: bold;
	text-align: center;
}

