/*
-------------------------------------------------------------------------------
General
-------------------------------------------------------------------------------
*/

body
{
	margin: 20px 0;
	padding: 0;
	background-color: #555;
	font-family: Sans-Serif, Helvetica, Verdana, Arial;
	text-align: center;
}

div#page
{
	margin: 0 auto;
	width: 600px;
}

/*
-------------------------------------------------------------------------------
Header
-------------------------------------------------------------------------------
*/

div#header
{
	height: 190px;
	border: 2px solid #000;
}

div#header h1
{
	display: none;
}

div#header p
{
	display: none;
}

body.home div#header
{
	background-image: url(../images/ice.gif);
}

body.events div#header
{
	background-image: url(../images/ice.gif);
}

body.map div#header
{
	background-image: url(../images/ice.gif);
}

body.contactus div#header
{
	background-image: url(../images/ice.gif);
}

/*
-------------------------------------------------------------------------------
Navigation
-------------------------------------------------------------------------------
*/

div#navigation
{
	margin: 0;
	padding: 0.15em;
	background-color: #000;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	font-size: 0.7em;
	text-align: left;
	letter-spacing: 0.1em;
}

div#navigation h2
{
	display: none;
}

div#navigation ul
{
	width: 100%;
	margin: 0;
	padding: 0 0 0 2px;
	list-style-type: none;
}

div#navigation li
{
	display: inline;
	margin: 0;
	border-right: 2px solid #fff;
	font-weight: 900;
	text-transform: uppercase;
}

div#navigation li a:link,
div#navigation li a:visited
{
	padding: 0.15em 1em;
	color: #fff;
	text-decoration: none;
}

div#navigation li a:hover,
div#navigation li a:active
{
	background-color: #000;
}

/*
-------------------------------------------------------------------------------
Content
-------------------------------------------------------------------------------
*/
div#content
{
	position: relative;
	margin: 0;
	padding: 15px 15px 15px 15px;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	background-color: #f93;
	color: #fff;
	font-size: .9em;
	text-align: left;
}

body.home div#content
{
	padding: 15px 280px 15px 15px;
}

body.contactus div#content
{
	height: 30em;
}


div#content h2
{
	margin: 0;
	border-bottom: 2px solid #000;
	font-weight: 900;
	text-transform: uppercase;
}

div#content a:link,
div#content a:visited
{
	color: #000;
	text-decoration: none;
	border-bottom: 1px dashed #000;
}

div#content a:hover,
div#content a:active
{
	color: #f00;
}

div#content img
{
	border: 2px solid #000;
}

div#content dl.events
{
	margin: 0;
	padding: 0;
}

div#content dl.events dt
{
	margin: 1em 0 0 0;
	padding: 0.25em 0;
	border-bottom: 1px solid #000;
	font-weight: bold;
}

div#content dl.events dd
{
	margin: 0.5em 0 1em 0;
	padding: 0.5em 0 1em 1em;
}

div#events a:link,
div#events a:visited
{
	color: #fff;
	text-decoration: none;
}

div#content dl.contacts
{
	margin: 0;
	padding: 0;
}

div#content dl.contacts dt
{
	margin: 1em 0 0 0;
	padding: 0.25em 0;
	border-bottom: 1px solid #000;
	font-weight: bold;
}

div#content dl.contacts dd
{
	margin: 0.5em 0 1em 0;
	padding: 0.5em 0 1em 1em;
}

/*
-------------------------------------------------------------------------------
Specials
-------------------------------------------------------------------------------
*/
div#specials
{
	position: absolute;
	top: 15px;
	right: 15px;
	margin: 0;
	padding: 2px;
	width: 230px;
	border: 2px solid #000;
	font-size: .8em;
}

div#specials h2
{
	margin: 0;
	padding: 0.15em 0;
	background-color: #000;
	color: #fff;
	font-size: 1.2em;
	font-weight: 900;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

div#specials dl
{
	margin: -2px 0.5em 0 0.5em;
	padding: 0;
}

div#specials dt
{
	margin: 0;
	padding: 0.5em 0 0.15em 0;
	border-top: 1px dashed #000;
	color: #fff;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.15em;
}

div#specials dd
{
	margin: 0;
	padding: 0.15em 0 0.5em 0;
	text-align: center;
}


/*
-------------------------------------------------------------------------------
Footer
-------------------------------------------------------------------------------
*/
div#footer
{
	margin: 0;
	padding: 0.15em;
	background-color: #000;
	color: #fff;
	border: 2px solid #000;
}

div#footer address
{
	font-size: 0.9em;
	font-weight: 900;
	font-style: normal;
}

div#footer a:link,
div#footer a:visited
{
	color: #fff;
	text-decoration: none;
}
