html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; } 

body {			
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size:12px;
	color:#363636;
	margin-top:40px;
}

#wrapper{
margin:auto;
width:800px;
border: 0px solid #cccccc;
padding:20px;}

#boo{
width:800px;
height:10px;
border-top: 2px solid #cccccc;
}

#header{
width:800px;
height:80px;
background-image:url(images/logo2.gif);
margin-bottom: 10px;
}

#nav{
width:800px;
color:#00CC66;
}

#midsection{
width:800px;
overflow: hidden;
padding-bottom:6px;
}

#left{
float:left;
width:254px;
height:304px;
background-color:#ddd;
margin-right:19px;
display: inline; /*--IE6 workaround--*/
}

#center{
float:left;
width:254px;
height:304px;
background-color:#ddd;
margin-right:19px;
display: inline; /*--IE6 workaround--*/
}

#right{
float:left;
width:254px;
height:304px;
background-color:#ddd;
display: inline; /*--IE6 workaround--*/
}

#footer{
width:800px;
height:80px;
background-image:url(images/footer.gif);
/*border-top: 2px solid #cccccc;*/
clear:both;}

/*images <img class="frame12" src="sample.jpg" alt="" />*/
img.frame12 {
border: 1px solid #bbb;
padding: 5px; /*Inner border size*/
background: #ddd; /*Inner border color*/
}

.frame-01{
width:233;
height:300;
border: 1px solid #bbb;
padding: 5px; /*Inner border size*/
background: #ddd; /*Inner border color*/}


/* Links */

a:link {
color: #91268F;
text-decoration: none;
}

a:visited {
color: #91268F;
text-decoration: none;
}

a:hover {
color:#D96AD7;	
text-decoration: none;
}

a:active {
color: #91268F;
text-decoration: none;
}


						
/*Sliding Pics*/	
	.boxgrid{ 
				width: 250px; 
				height: 300px; 
				margin-top:0px; 				
				float:left; 
				background:#DFBBDE;
				background-image:url(images/tile.jpg); 
				border: 2px solid #cccccc; 
				overflow: hidden; 
				position: relative; 
			}
				.boxgrid img{ 
					position: absolute; 
					top: 0; 
					left: 0; 
					border: 0; 
				}
				.boxgrid p{
				    text-align:center;				
					padding-top: 120px; 
					color:#363636; 
					
				}			
			 
/*Menu*/
.lavaLamp {
            position: relative;
			float:right;
            /*height: 16px;*/
            width: 370px;
            background-color: #ffffff;
            padding: 3px 1px; /*TB-LR*/ 
            margin-left:40px;
			margin-right: 0px;
			margin-top:6px;
			margin-bottom:10px;
            overflow: hidden;
            border: 0px solid #353535;
        }
                .lavaLamp li {
                    float: left;
                    list-style: none;
                }
                    .lavaLamp li.back {
                        border-bottom: 2px solid #91268F;
                        width: 9px;
                        height: 16px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLamp li a {
                        font: normal 12px arial;
                        text-decoration: none;
                        color: #898989;
                        outline: none;
                        text-align: center;
                        /*top: 7px;*/                        
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 16px;
                        position: relative;
                        overflow: hidden;						                       
						padding: 0px 2px; /*TB-LR*/ 
						
                    }   
                        .lavaLamp li a:active, .lavaLamp li a:visited {
                            border: none;
                        }
						
						 .lavaLamp li a:hover  {
                            color:#91268F;	
							border: none;
                        } 
						
						
#gallery {
		background-color: #fff;
		padding-left: 18px;
		width: 780px;
	}
	#gallery { list-style: none; }
	
	#gallery  img {
		border: 5px solid #91268F;		
		margin-top: 18px;
		margin-right: 17px;
	}
	#gallery  a:hover img {
		border: 5px solid #D96AD7;	
		margin-right: 17px;	
		color: #fff;
	}
	#gallery  a:hover { color: #fff; }
	
#more{float:right; margin-top:10px; margin-right:30px;}
#back{float:left; margin-top:10px; margin-left:20px;}
		
	
