@charset "UTF-8";
#pagetext   h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF7E00;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	background-color: #333333;
}
#container  {
	width: 7in;
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(/studentgroups/coloradoskiracing/images/background.jpg);
} 
#btnJoinTeam {
	text-decoration: none;
}
#header  {
	height: 110px;
	background-color: #FE9900;
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 195px;
	display: none;
}
#footernav {
	display: none;
}
#nav {
	height: 30px;
	position: relative;
	display: none;
}
#features {
	height: 220px;
}
#subfeatures {
	float: left;
	width: 740px;
	margin-top: 10px;
	margin-left: 20px;
}
#mainContent  {
	float: left;
} 
#footer  {
	background-color: #FD9800;
	font-size: 11px;
	text-align: center;
	background-image: url(/studentgroups/coloradoskiracing/images/footer.jpg);
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
	height: 110px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.subf_thumb {
	display: inline;
	float: left;
	width: 60px;
	margin-right: 10px;
}
.subf_des {
	font-size: 11px;
	float: left;
	width: 650px;
	color: #FFC100;
	text-decoration: none;
}
#searchbox {
	width: 165px;
	margin-top: 6px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#btnPhoto {
	width: 195px;
}
#news {
	font-size: 11px;
	color: #FFC100;
	background-color: #262626;
	margin: 10px;
	padding: 5px;
}
#news a {
	font-size: 12px;
	color: #FF7E00;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.subf_des a {
	font-weight: bold;
	color: #FF7E00;
	text-decoration: none;
	font-size: 12px;
}
.subf_item {
	float: left;
	width: 730px;
	margin-left: 10px;
	padding-bottom: 15px;
}
#subnav {
	background-color: #FE9900;
	height: 24px;
	padding-top: 6px;
	padding-left: 20px;
}
#pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FF7E00;
}
#pagetext {
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-top: 15px;
	color: #FFC100;
	width: 720px;
}
