﻿body
{
    text-align: center;
    background: #d9d9d9;
    font: normal 10pt trebuchet ms, arial, verdana, tahoma;
    -moz-box-sizing: padding-box;
	text-decoration: none;
}

*
{
    padding: 0;
    margin: 0;
	text-decoration: none;
}

#wrapper
{
    width: 940px;
    margin-left: auto;
    margin-right: auto;    
    background: #d9d9d9 url("images/bg.gif") center repeat-y;
}

#box
{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    text-align: center;
}

#header
{
    width: 900px;
    background: #860102;
    text-align: center;
}

#nav 
{
    overflow: hidden;
    width: 900px;
    background: #000;
}

#nav a
{
    font: normal 1em trebuchet ms, arial, verdana, tahoma;
    float: left;
    padding: 6px 10px 6px 10px;
    color: #aaa;
    text-decoration: none;
    background: #000;
}

#nav a:hover, #nav a:active, #home #n-home, #calendar #n-calendar, #about #n-about, #photos #n-photos, #testing #n-testing,
#coaches #n-coaches, #coaches #n-coaches, #skating #n-skating, #links #n-links, #forms #n-forms, #iceshow #n-iceshow
{
    background: #000 url("images/pointer.gif") bottom center no-repeat; 
    color: #fff;
      
}

#leftcol
{
    text-align: left;
    width: 23%;
    float: left;
    padding: 20px 20px 20px 20px;
    line-height: 1.75em;

}

#leftcol h1
{
   font: normal 1.3em trebuchet ms, arial, verdana, tahoma;
   margin-top: .5em;
   Color: #000;
}

#leftcol li
{
    list-style: none;
    margin-left: .5em;  
}

#leftcol li a 
{
    text-decoration: none;
    color: #900;   
}

#leftcol li a:hover, #leftcol li a:active 
{
    text-decoration: none;
    border: 1px dashed #ccc;   
}

#rightcol
{
    text-align: left;
    width: 65%;
    float: right;
    padding: 20px 20px 60px 35px;
    line-height: 1.75em;
    background: url("images/lift.gif") top left no-repeat;
	color: #333;
}

#rightcol h1
{
    font: normal 1.5em tahoma, arial, verdana;
    margin-bottom: .5em;
	color: #000;
}

#rightcol a
{
    color: #900;
    text-decoration: none;
    border-bottom: 1px dotted #900;   
}

#rightcol h4
{
	padding-top: 15px;
	margin-bottom:5px;
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 1px dotted #999;
		color: #000;
}

#rightcol h3
{
	padding-top: 15px;
	margin-bottom: 5px;
	font-size: 1.3em;
	font-weight: normal;
	border-bottom: 1px dotted #999;
		color: #000;
}

#content
{
    width: 900px;
    background: #fff;
    clear: both;
    overflow: hidden;

}

#footer
{
    background: #666;
    clear: both;
    color: #000;
    padding: 20px;
    text-align: center;
}

#bottom
{
    background: url("images/bottom.gif") center top no-repeat;
    height: 21px;
}

#rightcol p
{
	color: #333;	
}

#deadline
{
	color: #900;
	font:weight: bold;
	display: inline;
}

#rightcol strong
{
	color: #111;
}