@charset "utf-8";
/* CSS Document */

body {    
margin: 0px;    
padding: 0px 0px 0px 0px;    
font-family: arial;    
/*font-size: 140%;    */
color: #000000;
}
/* h1 tag style */
h1 {    
margin: 0px;    
padding: 0px;    
font-family: Arial, Helvetica, sans-serif;   
/*font-size: 140%;*/
}
h2 {    
margin: 0px;    
padding: 0px;    
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#999999
}
/* CSS Style Rule for Div having id="outer-container" *//* outer-container will hold the whole assembly of    nested div overlays. *//* It will also center align the design */    
#outer-container {    
width: 80%;    
margin: 0 auto;
padding-top:40px;
}
/* footer CSS Style Rule */
#header {    
width: 100%;    
height: 90px;    
background-color: blue;
}
/* footer CSS Style Rule */
#footerup {    
width: 100%;    
/*background-color: #FFFFFF;*/
height:500px;
vertical-align:bottom;
padding-top:30px;

}
#footer {    
width: 100%;    
/*background-color: #FFFFFF;*/
height:30px;
vertical-align:bottom;
padding-top:30px
}
#footer-disclaimer {    
width: 100%;    
/*background-color: #FFFFFF;*/
height:30px;
vertical-align:middle;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#999999
}

#middlesection {    
width: 100%;    
/*background-color:#000000;*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-top:0px;
color:#676767;
line-height:20px;
float:left;
height:600px;
/*background-image:url(../images/Guestbook.png);
background-position:top;
background-repeat:no-repeat;
z-index:-1*/
}
#middlesectionleft {    
/*background-color:#FFFFFF;*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-top:50px;
color:#676767;
line-height:20px;
height:300px;

}
/* content-container CSS Style Rule *//* It will hold the main content of the page. *//* it is the right side column *//* in this 3 columns div layout */    
#content-container {    
width: 30%;    
height: 300px;    
/*background-color: #FFFFFF;*/   
/* margin: 2px 0px 2px 0px;    */
 float: left;

 }
 /* sidebar1 and sidebar2 are 1st and 2nd *//* div columns in this div layout design *//* both are placed at the left side of *//* content container */    
 #sidebar1 {    
 width: 20%;    
 height: 300px;    
/* background-color: orange;    
 margin: 2px 2px 2px 0px;    */
 color:#000000;
 float: left;
 text-transform:uppercase;
 font-family:Lane Narrow Light;
 font-size:22px;

 
  }
 /* CSS rule to override the above styles *//* for sidebar2 */    
#sidebar2 {    
width: 50%; 
height: 300px; 
/*background-color: #FFFFFF;    */
color: black;
float:left;
background-image:url(../images/Guestbook.png);
background-position:bottom;
background-repeat:no-repeat;
z-index:-1
}
/* Top navigation CSS Style Rule */
#top-Nav {    
width: 100%;    
background-color: black;    
/*margin: 2px 0px 0px 0px;*/
}
.glrimg
{border:#CCCCCC 5px solid;}

a:link {color:#000000; text-decoration:none}    /* unvisited link */
a:visited {color:#0000000; text-decoration:none} /* visited link */
a:hover {color:#cc0051; text-decoration:none;}   /* mouse over link */
a:active {color:#cc0051; text-decoration:none}  /* selected link */