/* CSS Document */
/* created for Pembroke Snospree 2006 */
/* created January 16, 2006 by Rob Kingsbury (http://www.kingsburymedia.com) */


/*** GLOBAL STYLES ***/

body {
	background-image: url(../images/bg-global.gif);
	background-position: left;
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-color: #fff;
	margin: 0px;
	text-align: left;
}

/*** CONTENT ***/

p, td, span, div {
line-height: 1.3em;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size: 0.95em;
color: #333;
margin: 0px;
padding: 0px; }

h1 {
font-family: "Times New Roman", Times, serif;
display: block;
width: 100%;
padding-top: 5px;
margin-top: 4px;
padding-bottom: 5px;
margin-bottom: 4px;
padding-left:6px;
font-weight: bold;
border-bottom: 1px solid #ddd;
background-color:#FCFAF5;
font-size: 1.4em; }

#sponsorheader {
display: block;
text-align:center;
width: 100%;
padding: 0px;
margin: 0px 0px 6px 0px;
font-size: 2.8em;
color: #fff;
line-height: 0.7em;
font-weight: bold; }

#footer {
background-color: #ccc;
color: #333;
line-height: 20px;
font-size: 0.7em;
text-align: right; }

/*** LAYOUT ***/

#cont {
vertical-align: top;
text-align: left;
margin-top: 40px;
margin-left: 120px;
width: 640px; }

#nav_col { 
text-align: left;
width: 200px; }

#main_col { 
width: 440px; }

#foooter_cont {
width: 100%;
vertical-align: middle; }

/*** LINKS and NAVIGATION ***/

a:link, a:visited { 
color: #069;
text-decoration: underline;
letter-spacing: auto; }
	
a:hover, a:active { 
color: #069;
text-decoration: none;
letter-spacing: auto; }

a#active:link, a#active:visited { 
color: #069;
font-style: normal;
letter-spacing: 0 auto;
text-decoration: none;
letter-spacing: 1px; }
	
a#active:hover, a#active:active { 
color: #069;
letter-spacing: 0 auto;
text-decoration: none;
letter-spacing: 1px; }

#footer a:link, #footer a:visited { 
color: #069;
text-decoration: underline; }
	
#footer a:hover, #footer a:active { 
color: 069;
text-decoration: none; }

/* end of document */