body {

background-color:#eff2f3;
}




#content {
height:1500px;
width:550px;
float:right;
margin-top:30px;
}

#side {
height:1400px;
border-right:1px dashed #d6d4d4;
width:200px;
float:left;
margin-top:30px;
}


#wrap {
height:100%;
width:900px;
margin:0 auto;
}


h4 {
font-family:verdana;
font-size:7pt;
color:red;
}
  
      #liquid-round {
  
      width:840px;
   
      margin:0px auto;
  
      background:#fff url(leftside.gif) repeat-y left top;
   
      }
      
         
      .top {
   
      width:100%;
   
      height:20px;
   
      background:url(top.gif) no-repeat left top;
   
      }
   
      .top span {
  
      display:block;
   
      position:relative;
   
      height:20px;
  
      background:url(top-right.gif) no-repeat right top;
  
      }
      
      
        
      .center-content {
   
      position:relative;
   
      background:url(rightside.gif) repeat-y right top;
   
      padding:1px 20px 1px 25px;
   
      margin:-1px 0 -50px 0;
   
      }
      
      
         
      .bottom {
   
      height:60px;
   
      background:url(bottom.gif) no-repeat left bottom;
   
      }
   
      .bottom span {
   
      display:block;
   
      position:relative;
   
      height:60px;
   
      background:url(bottom-right.gif) no-repeat right top;
  
      }



 #liquid-roundtwo {
  
      width:840px;
   
      margin:0px auto;
  
      background:#fff url(leftside.gif) repeat-y left top;
	  
   
      }
      
         
      .toptwo {
   
      width:100%;
   
      height:20px;
   
      background:url(top.gif) no-repeat left top;
   
      }
   
      .toptwo span {
  
      display:block;
   
      position:relative;
   
      height:20px;
  
      background:url(top-right.gif) no-repeat right top;
  
      }
      
      
        
      .center-contenttwo {
   
      position:relative;
   
      background:url(rightside.gif) repeat-y right top;
   
      padding:1px 20px 1px 25px;
   
      margin:-1px 0 -50px 0;
	  
      }
      
      
         
      .bottomtwo {
   
      height:60px;
   
      background:url(bottom.gif) no-repeat left bottom;
   
      }
   
      .bottomtwo span {
   
      display:block;
   
      position:relative;
   
      height:60px;
   
      background:url(bottom-right.gif) no-repeat right top;
  
      }



      #liquid-roundthree {
  
      width:840px;
   
      margin:0px auto;
  
      background:#fff url(leftside.gif) repeat-y left top;
   
      }
      
         
      .topthree {
   
      width:100%;
   
      height:20px;
   
      background:url(top.gif) no-repeat left top;
   
      }
   
      .topthree span {
  
      display:block;
   
      position:relative;
   
      height:20px;
  
      background:url(top-right.gif) no-repeat right top;
  
      }
      
      
        
      .center-contentthree {
   
      position:relative;
   
      background:url(rightside.gif) repeat-y right top;
   
      padding:1px 20px 1px 25px;
   
      margin:-1px 0 -50px 0;
   
      }
      
      
         
      .bottomthree {
   
      height:60px;
   
      background:url(bottom.gif) no-repeat left bottom;
   
      }
   
      .bottomthree span {
   
      display:block;
   
      position:relative;
   
      height:60px;
   
      background:url(bottom-right.gif) no-repeat right top;
  
      }




p {
font-family:Verdana;
font-size:10pt;

}

ul,ol,li {
font-family:Verdana;
font-size:8.5pt;
}


.clear {
clear:both;
height:1px;
margin-bottom:-1px;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.aerobuttonmenu{ /*container that holds a row of aero buttons*/
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: auto;
background: #F7F7F7; /*menu strip background*/
border: 1px solid gray;
padding: 4px 0;
border-width: 1px 0;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('aeroleft.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 5px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
}

.aerobuttonmenu a.aero span{
background: transparent url('aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: #d1d2d3;
}

.black a.aero{
background-image: url(aeroleftblack.gif);
}

.black a.aero span{
background-image: url(aerorightblack.gif);
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}


background-position: 100% -125px;
padding-bottom: 8px; /* 3) Bottom padding of selected tab. Should equal (1) PLUS (2) above */
top: 0;
}




#tabs {
	float:left;
	width:100%;
	background:#F9F7F3;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #C2BDAE;
	}

#tabs ul {
	margin:0;
	padding:10px 10px 21px 50px;
	list-style:none;
	}

#tabs li {
	display:inline;
	margin:0;
	padding:0;
	}

#tabs a {
	float:left;
	background:url("tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	text-decoration:none;
	}

#tabs a span {
	float:left;
	display:block;
	background:url("tabright.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	color:#84776B;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}

/* End IE5-Mac hack */
#tabs a:hover span {
	color:#FFF;
	}

#tabs a:hover {
	background-position:0% -42px;
	}

#tabs a:hover span {
	background-position:100% -42px;
	}


/* general styling for this example */
* { margin: 0; padding: 0; }
body { padding: 20px; }
/* begin gallery styling */
#jgal { list-style: none; width: 200px; }
#jgal li { opacity: .5; float: left; display: block; width: 60px; height: 60px; background-position: 50% 50%; cursor: pointer; border: 3px solid #fff; outline: 1px solid #ddd; margin-right: 14px; margin-bottom: 14px; margin-top:20px; }
#jgal li img { position: absolute; top: 100px; left: 440px; display: none; }
#jgal li.active img { display: block; }
#jgal li.active, #jgal li:hover { outline-color: #bbb; opacity: .99 /* safari bug */ } 


/* styling without javascript */
#gallery { list-style: none; display: block; }
#gallery li { float: left; margin: 0 10px 10px 0; }
