/* CSS Document */

#primary{	
	margin:0px auto;
	width:984px;
	position:relative;
	border: 0px black solid;
}
	
#header{	
	width: 960px;
	height: 102px;
	margin:0px auto;
}

#link{  
	width: 984px;
	height: 32px;
	border: 0px solid black;
	margin:0px auto;

}
/* CODE FOR MAIN LINKS ON TOP OF EACH PAGE */
 
#link ul{
    list-style:                           none;                     /* disables bullets */
    padding:                              0px;
    margin:                               0 auto;                 /* centers entire menu */
}
 
#link li{
    float:                                left;
    padding:                              px;
    line-height:                          32px; 
    font-size:                            px;  
    height:                               32px;
    text-decoration:                      none;
    border-right: #B5085E 1px solid;
}
 
#link li a{
    color:                                # ;                      /* font color */
    display:                              block;
    border-left:                          px solid # ;             /* creates a border between links */
    background-color:                     # ;
}

#link li:last-child{
    border-right: #B5085E 0px solid;
}
 
#link li a:hover{
    color:                                # ;                      /* font color */
    display:                              block;
    border-left:                          px solid # ;             /* creates a border between links */
    background-color:                     # ;
}
/* END OF MAIN LINK */
	
#main{	
	padding: 10px;
	width: 930px;
	background-color: #ffffff;
	border: 0px solid black;
	margin:0px auto;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	padding-bottom: 10px;
}

#sidebar{
    float: right;
    padding:14px;
    height:500px;
    width:263px;
    background-color:#EFCCEF;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}	
			
#bottomimage{
   position: relative;
   bottom:54px;
}

div.season{
  text-align:center;
  float:right;
  width:220px;
  height:400px;
  padding:3px;
  margin:2px;
}

div.seasonl{
  text-align:center;
  float:left;
  width:220px;
  height:400px;
  padding:3px;
  margin:2px;
}
        
#seasons{  
  width:930px;
  height:410px;
  border:0px solid black;
}

#display{
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.roundtop { 
   margin-top: 10px;
   background:           url(layoutimg/topright.png) no-repeat top right;     /* creates a rounded edge effect for top */
   background-color: #C90069;
   height: 28px;

}

.roundtopimg{
    float:left; 
    position:absolute;
    z-index:2;
    left:-18px;
}

.roundbottom {
   background-color: #C90069 !important;
   background:           url(layoutimg/bottomright.png) no-repeat bottom right;    /* for bottom of square */
}

img.corner {
   width:                6px;
   height:               6px;
   border:               none;
   display:              block !important;
}

.standard{
width: 906px;
margin: 0 auto;
padding: 10px;
background-color: #fff;
border-left: #C90069 solid 2px;
border-right: #C90069 solid 2px;
text-indent: 30px;
}

#bottomdaisy{
position:relative;
bottom:90px;
float: right; 
}

#endofpage{
    text-align: center;
    width: 960px;
    border:black 0px solid;
    margin:0 auto;
    z-index:3;
    position: relative;
    left: 40px;
}
   