/*  llano.css  */
/*  This is the style sheet for llano.php  */	


/*  ****************** body and container section****************************  */
body{
    background-color:#5599dd;
}    

/*  All parts of this webpage are contained in #container.  */
#container{
	width:1100px;
/*	min-height:200px; */
	height:1131px; height:1156px; height:1346px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:30px;
}


/*  ****************** header section ****************************  */
header{ 
    background-color:#000088;background-color:#ffffff;
    /*color:#cccccc;*/  	
    font-size:18px;
    font-weight:300;
    font-family:"Comic Sans MS";
    padding-top:2px;
    height:99px;height:293px;
    background-image:url("../pics/Llano Estacado Logo Style 2.png");
    background-position-x: 50%;
    background-repeat: no-repeat;  	
}
/*header h1{
	text-align:center;
}*/



/*  ****************** nav section ****************************  */
nav{ 
    height:1000px;
    width: 260px;
    background-color:#0066ff;
	padding:  0px   0px    0px     0px;    
    float:left;
}
  
nav table{	
	width: 259px;
	height:140px; 
/*  Even though the border-spacing is set to zero, when the height of the table is   */
/*  larger than the sum of the heights of the links there will be space between the  */
/*  cells of the table.  If the height of the table is <= to the sum of the heights  */
/*  of the cells there will be no space between cells.                               */
/*  border-spacing: 0px; gets rid of borders between rows and cells                  */	
	border-spacing: 3px;  
}
nav td{
	/* font-size:14pt; this is overidden by the font size for the links below. */
}

nav a{
	
}
nav a:link { 
	color:#dddddd;
    display:block;
/*  width:239px; */
    height:30px;
    padding-top:4px;
/*  padding-left:0px; */  
    background-color:#000088;
    text-decoration:none;
    font-size:16pt;
    font-family:sans-serif;
    font-weight:normal;
    text-align:center;   
/*  border:none; border-radius: 45%; */    
    
/*  margin:  top   right   bottom  left;  */
	margin:  -1px  -1px    -1px    -1px;
}	
nav a:visited 
{ color:#dddddd;
}		
nav a:hover
{ color: #000099;
  background-color:#87CEFA; 
}
nav a:active
{ color:white;
  background-color:#009900; 
}





/* ****************** content section **************************** */
#content{
	width:800px;
	height:960px;
 /* padding  top   right   bottom  left; */
	padding: 20px   20px    20px     20px;
	background-color:#99ddff;
	color:#000099;
	float:left;
	font-size:18pt;
    background-image:url("");
    background-repeat: no-repeat;
/*	border:solid #ff0066 3px; */	
}






/* ****************** footer section **************************** */
footer{
  background-color:#000088;
  color:#cccccc;
  height:50px;
  padding-top:5px;
  width:1100px;
  float: left;
  font-size:28px;
  font-family:"Comic Sans MS";
  text-align:center;
  border: solid red 0px;
}
	




