/* Moist Ski Racing css design v1.01 16-05-07 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/  */

/* You may use this file as a foundation for any new work, but you may find it easier to start from scratch. */
/* Not all elements are defined in this file, so you'll most likely want to refer to the xhtml as well. */

/* Elements of this design may be subject to copyrighting - please contact Author */

/* Author: Shannon Hawksworth */
/* Company: Splash Interactive - http://www.splashinteractive.com.au */

/* basic elements */
body { 
	font: 10px verdana,arial,helvetica,sans-serif; 
	color: rgb(30,30,30);
	margin: 0px; 
}

p { 
	font: 10px verdana,arial,helvetica,sans-serif; 
	margin-top: 0px; 
	text-align: justify;
	line-height: 1.5;
	color: rgb(30,30,30);
}

h6 {
  	font: 10px verdana,arial,helvetica,sans-serif; 
  	margin-top: 0px; 
	text-align: center;
	color: rgb(30,30,30);
	font-weight: bold; 
}

a:link { 
	text-decoration: none; 
	color: rgb(0,153,255);
	font-weight: bold; 
}
	
a:visited { 
	text-decoration: none; 
	color: rgb(0,153,255);
	font-weight: bold; 
}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: rgb(30,30,30);
	font-weight: bold; 
}

img {
  border-style: none;
  border-width: 0;
}

/* page structure (container) divs */
#container_global_frame {
  width: 950px;
  height: 520px;
  margin-left: 0; 
  margin-right: 0;
}

#container_column_menu {
  width: 293px;
  height: 470px;
  float: left;
}

#container_column_divider {
  width: 12px;
  height: 470px;
  float: left;
}

#container_column_content {
  width: 545px;
  height: 470px;
  float: left;
}

#container_column_end {
  width: 100px;
  height: 470px;
  float: left;
}

#container_row_upper_divider {
  width: 12px;
  height: 135px;
  background: url(images/background_top_divider.png) no-repeat top left; 
  float: left;
}

#container_row_middle_divider {
  width: 12px;
  height: 335px;
  background: url(images/gradient_middle.png) repeat top left; 
  float: left;
}

#container_row_heading {
  width: 545px;
  height: 135px;
  float: left;
  background: url(images/background_top_center.png) no-repeat top left; 
}

#container_row_content {
  width: 545px;
  height: 335px;
  float: left;
  background-color: RGB(255,255,255);
}

#container_row_upper_end {
  width: 100px;
  height: 135px;
  float: left;
  background: url(images/background_top_right.png) no-repeat top left; 
}

#container_row_middle_end {
  width: 100px;
  height: 335px;
  float: left;
  background: url(images/background_middle_right.png) no-repeat top left; 
}

#container_row_lower_divider_left {
  width: 850px;
  height: 12px;
  background: url(images/gradient_bottom.png) repeat top left; 
  float: left;
}

#container_row_lower_divider_right {
  width: 100px;
  height: 12px;
  float: left;
}

#container_row_lower_left {
  width: 710px;
  height: 38px;
  float: left;
  background: url(images/background_bottom_left.png) no-repeat top left; 
}

#container_row_lower_sponsor {
  width: 140px;
  height: 38px;
  float: left;
}

/* page specific divs */
#container_subpage_content {
  width: 500px;
  height: 335px;
  background: url(images/image_skiers.png) no-repeat center left; 
}

#container_subpage_content_nobackground {
  width: 500px;
  height: 335px;
}


#container_gallery_row {
  width: 500px;
  height: 90px;
}

#container_gallery_picture {
  width: 110px;
  height: 80px;
  float: left;
}

#container_gallery_spacer {
  width: 12px;
  height: 80px;
  float: left;
}

#container_gallery_row_vert {
  width: 500px;
  height: 110px;
}

#container_gallery_picture_vert {
  width: 80px;
  height: 110px;
  float: left;
}

#container_gallery_spacer_vert {
  width: 12px;
  height: 110px;
  float: left;
}

#container_sponsors_row {
  width: 498px;
  height: 60px;
}

#container_sponsors_column {
  width: 150px;
  height: 60px;
  float: left;
}

#container_sponsors_spacer {
  width: 12px;
  height: 60px;
  float: left;
}

img.floatLeft { 
    float: left; 
    margin: 6px; 
}
img.floatRight { 
    float: right; 
    margin: 6px; 
}