
/* Global <-------------------------------------------------------------- */


* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote,
a, abbr, acronym, address, big, cite,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 14px;
    font-family: inherit;
}

body {
	font-family: Arial;
	color: #333;
	background-color: #ccc;
}

h1 {
	font-family: Georgia;
	font-size: 1.6em;
	color: #933;
	margin-bottom: 20px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ccc;
}

h2 {
	font-family: Georgia;
	font-size: 1.4em;
	color: #933;
	margin-bottom: 20px;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #ccc;
}

p {
	padding-bottom: 20px;
	line-height: 1.4em;
}

ul {
	margin: 0 0 0 20px;
	line-height: 1.6em;
	width: 700px;
}

.smalltext {
	font-size: 0.8em;
}

.dances {
	margin-left: 40px;
}

/* IDs <-------------------------------------------------------------- */


#container {
	width: 900px;
	background: #fff;
	margin: 20px auto;
	border: 2px solid #933;
}

#header {
	font-size: 2em;
	color: #000;
	text-align: center;
	padding: 20px 0;
	background: #fff;
}

#toolbar {
	padding-bottom: 40px;
}

#content {
	padding: 20px 130px 20px 50px;
}

#footer {
	color: #666;
	padding: 14px 0px;
	text-align: center;
	border-top: 1px solid #ccc;
	font-size: 0.8em;	
}


/* Links <-------------------------------------------------------------- */


a:link, a:visited, a:active {
	color: #933;
}

a:hover {
	color: #999;	
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #333;
	font-size: 1em;
}

#footer a:hover {
	color: #999;	
}

#toolbar * {
	width: 100%;
	position: relative;
	z-index: 999;
	line-height: 30px;
	text-transform: uppercase;
	background: #933;	
}

#nav, #nav ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;	
}

#nav a, #nav a:visited, #nav a:active {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#nav a:hover {
	display: block;
	color: #fff;
	background: #000;
	text-decoration: none;	
}

#nav li {
	float: left;
	width: 150px;
	text-align: center;
}

#nav li ul {
	position: absolute;
	left: -999em;	
	}

#nav li:hover ul {
	left: auto;
}

#nav ul li a, #nav ul li a:visited, #nav ul li a:active {
	color: #0067b1;
	width: 150px;
	background: #ccc;
}

#nav ul li a:hover {
	color: #fff;
	width: 150px;
	background: #0067b1;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: 0px;
	width: 150px;
}

#nav ul li {
	width: 150px;
}

.centerit {
	text-align: center;
}


/* Images <-------------------------------------------------------------- */


.border {
	border: 2px solid #000;
}

.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 6px;
	margin-top: 30px;
}

.left {
	float: left;
	margin-right: 20px;
}

img.md { 
	vertical-align: -5px;
} 
