/* 
Title:		http://youthskifest.org screen styles
Author: 	gordon@slickfishstudios.com
*/

html, body, table { 
	height: 100%;
	width: 100%; 
	margin: 0; 
	padding: 0;

	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
body {
	background: #fff url(../images/shadow.jpg) no-repeat center center;
	background: none;
	background: #fff;
}

a:link, a:hover, a:visited, a:active {
	outline: none;
}
object {
	outline: none;
}

/* START HEADERS ++++++++++++++++++++++++++++++ */
h1, h1.nopad {
	color: #586d80;
	font-size: 18px; 
	line-height: normal;
	font-weight: bold;	
	font-style: normal;
	padding-top: 0;
	margin-top: 0;
}
h1.nopad {
	padding: 0;
	margin: 0;
}
h2 {
	color: #e3f2ff;
	font-size: 16px; 
	line-height: normal;
	font-weight: bold;	
}
h3 {
	color: #819cb7;
	font-size: 14px; 
	line-height: normal;
	font-weight: normal;	
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0;
	margin-top: 0;
}
.header {
	font-size: 18px; 
	font-weight: normal;
	font-family: Helvetica, Verdana, sans-serif;
}
.header1 {
	color: #2d394f;
	font-size: 16px; 
	line-height: normal;
	font-weight: bold;	
	font-family: Helvetica, Verdana, sans-serif;
}
.header2 {
	font-size: 14px; 
	font-weight: normal;
	font-family: Helvetica, Verdana, sans-serif;
}
/* END HEADERS ------------------------------ */

.white {
	color: #fff;
}
.blue {
	color: #435b71; /* dark blue */
}
.smaller {
	font-size: 12px;
}
.left_side {
	border: none;
	float: left; 
	padding: 0;
	margin: 0 10px 3px 0;
}
.label {
	color: #435b71;
	font-weight: normal;
}
label {
	color: #787878;
}
.clearall {
	clear: both;
	display: block;
}
sup {
	color: #34649c;
}
.pad25 {
	padding-bottom: 25px;
	display: block;
}
.pad50 {
	padding-bottom: 50px;
	display: block;
}
a {
	color: #399bbd;
	text-decoration: underline;
}
a:hover {
	color: #31b4e2;
	text-decoration: underline;
}

/* START WRAPPERS ++++++++++++++++++++++++++++++ */
#wrapper { 
	margin: 0 auto;
	padding: 0;
	width: 800px;
}
#wrapper-inner { 
	margin: 0 auto;
	padding: 5px;
	width: 800px;
	height: 600px;
	border: 0;

	-webkit-box-shadow: 3px 2px 5px 3px #999;
-moz-box-shadow: 3px 2px 5px 3px #999;
box-shadow: 3px 2px 5px 3px #999;
}
#banner {
	width: 800px;
	height: 226px;
	padding: 0;
	margin: 0;
}
#container {
	width: 800px;
	height: 344px;
}
#container #leftCol {
	width: 151px;
	height: 344px;
	margin: 0;
	padding: 0;
	float: left;
}
#container #rightCol {
	width: 644px;
	height: 344px;
	margin: 0;	
	padding: 0;
	float: left;
}
/* END CONTAINER ------------------------------ */






/* START RIGHTCOL SPECIFICS ++++++++++++++++++++++++++++++ */


/* END RIGHTCOL SPECIFICS ------------------------------ */


/* ***************//*************** */
#footer { 
	width: 800px;
	height: 30px; 
	line-height: 30px;	
	font-size: 11px;
	color: #333366;
	background: url(../images/bottom_layout.jpg) no-repeat left top;
	clear: both;
}
#footer .footCol { 
	width: 50%;
	float: left;
}
#footer .footCol p {
	margin: 0;
	padding: 0 10px;
}
#footer .right { 
	text-align: right;
}
#footer a {
	border-bottom: none;
	color: #333366;
	text-decoration: none;
}
#footer a:hover {
	border-bottom: 1px dotted #3366CC;
	color: #3366CC;
	text-decoration: none;
}
