/***********************************************/
/**     LCC clubsite.css Style Sheet File2    **/
/**    background changed for sky3_770x135    **/
/***********************************************/

/* Intrinsic HTML Elements */

background:rgb(255,250,210);

body{
 margin:0;
 padding:0 0 0 0;
 }
 
div{
 margin:0;
 padding:0 3px 0 3px;
 }
 
ul{
 margin:0;
 padding:0;
 }
 
li{
 list-style-type:none;
 }
 
h1, h2, h3, p{
 margin:0;
 padding:0px;
 }
 

/***********************************************/
/* HTML text styles                             */
/***********************************************/ 


body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:rgb(255,250,210);
}

.style1 {font-size: large}
.style2 {font-size: medium}
.style3 {font-size: small}
.style4 {font-size: x-small}
.style5 {font-size: small; font-style: italic;}
.style6 {font-size: medium; font-style: italic; }
.style7 {color: #CC6633;font-weight: bold;}
.style8 {color: #CC0099;font-weight: bold;}
.style9 {color: #CC6633;}
.style10 {color: #FF0000; font-weight: bold; }

/***********************************************/
/*              Layout Divs                                 */
/***********************************************/

#page_container{
 max-width:1010px;
 margin:
 0 auto;
 width:expression(document.body.clientWidth > 1020? "1010px" : "auto"); /* Width for IE max=1020px */
 background:rgb(255,250,210);
 }

#page_container2{
 max-width:1004px;
 margin:
 0 auto;
 width:expression(document.body.clientWidth > 1020? "1010px" : "auto"); /* Width for IE max=1020px */
 background:#FFFFFF;
 }


/* Width for IE makes website fluid width between 740 and 1100 px */
width:expression(document.body.clientWidth < 750? "740px" : document.body.clientWidth > 1100? "1100px" : "auto"); /* increased initial check value to 750 so it does not freeze Internet Explorer */


#header{
 width:99%;
 padding: 0 0 0 1px;
 background:rgb(255,250,210);
 }

#header2{
 width:98%;
 background:rgb(255,255,255);
 }


#one_column{
 width:95%;
 float:left;
 padding:0 2% 0 2%;
 background:inherit
 }

#small_left_column{
 width:12%;
 float:left;
 background:inherit
 }

#left_column{
 width:17%;
 float:left;
 background:inherit
 }
 
 #left_column2{
 width:39%;
 float:left;
 background:inherit
 }

#half_left_column{
 width:44%;
 float:left;
 padding:0 2% 0 2%;
 background:inherit
 }

#six_left_column{
 width:73%;
 float:left;
 background:inherit
 }

#big_left_column{
 width:82%;
 float:left;
 background:inherit
 }

#center_column{
 width:60%;
 float:left;
 background:inherit
 }

#big_center_column{
 width:74%;
 float:left;
 background:inherit
 }

 #right_column2{
 width:37%;
 float:left;
 padding: 0 0 0 15px;
 background:inherit
 }

#right_column{
 width:17%;
 float:left;
 background:inherit
 }
 
 #med_right_column{
 width:15%;
 float:left;
 background:inherit
 }

#small_right_column{
 width:12%;
 float:left;
 background:inherit
 }

#small_right_column2{
 width:12%;
 float:left;
 background:#FFFFFF;
 }

#half_right_column{
 width:44%;
 float:left;
 padding:0 2% 0 2%;
 background:inherit
 }
 
 #big_right_column{
 width:58%;
 float:right;
 background:inherit
}

#footer{
 clear:both;
 width:99%;
 background:inherit
 }
 
 
 
 
 