/* Generic Selectors */ 
body { 
font-family: Verdana, Arial, Helvetica, sans-serif;
/*font-size: 14px;*/ 
margin: 0;
color: #333333; 
background-color: #fed373;
}

img {
  border : 0 none;
}

/*
li { 
list-style-type: square; 
line-height: 315%;
margin-left: 20;
list-style-image: url(images/barrelbullet.gif); 
} 
*/
h1 { 
font-family: Verdana, Arial, Helvetica, sans-serif;
}

/*
font-size: 36px; 
font-weight: bold; 
color: #000000;
text-align: left;
}

h2 { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px; 
font-weight: bold; 
color: #000000; 
border-bottom: 1px solid #C6EC8C;
} 
*/
/**************** Pseudo classes ****************/ 
/*
a:link { 
color: #000000; 
text-decoration: underline; 
font-weight: bold; 
}
 
li a:link { 
color: #000000; 
text-decoration: none; 
font-weight: bold; 
}
 
a:visited { 
color: #000000; 
text-decoration: underline; 
font-weight: bold;
}
 
li a:visited { 
color: #000000; 
text-decoration: none; 
font-weight: bold;
} 
a:hover { 
color: rgb(0, 96, 255);
font-weight: bold;
text-decoration: underline; 
} 
li a:hover { 

color: rgb(0, 96, 255); 
font-weight: bold;
border-bottom-width: 1px;
border-bottom-style: solid; 
border-bottom-color: #C6EC8C; 
} 
a:active { 
color: rgb(255, 0, 102); 
font-weight: bold;
}
*/ 
/************************* ID's *************************/ 
#gallery {
 color            : black;
 font-size: 60% !important;
}

#gsSidebar {
 font-size: 60%;
}

#lvgHeader {
position: absolute;
z-index: 20;
width: 100%;
height: 120px;
margin: 0;
margin-top: 0px;
margin-left: 0px;
background-color: #fed373;
text-align: center;
}

#lvgURL {
position: absolute; 
z-index: 10;
padding: 30 0 0 30;
width: 299px;
height: 31px;
margin: 0; 
margin-top: 120px;
margin-left: 0;
font-weight: normal;
background-image: url("images/url.gif");
background-repeat: no-repeat;
/* background-color: rgb(73, 55, 44); */
}

#lvgNavigation { 
position: absolute; 
z-index: 10;
padding: 30 0 0 30;
width: 160px;
height: 100%;
margin: 0; 
margin-top: 151px;
margin-left: 0;
font-weight: normal;
background-image: url("images/navbackground.png");
background-repeat: no-repeat;
/* background-color: rgb(73, 55, 44); */
}
 
#lvgCenterDoc { 
position: absolute; 
z-index: 5; 
padding: 20 20 0 165; /*top right bottom left*/ 
margin-top: 130px;
margin-left: 0;

/*background-color: #f6f095;*/
} 


#lvgQueenDoc { 
position: absolute; 
z-index: 5; 
padding: 20 20 0 165; /*top right bottom left*/ 
margin-top: 130px;
margin-left: 0;

/*background-color: #f6f095;*/
} 

#allGirlDoc { 
position: absolute; 
z-index: 5; 
padding: 20 20 0 165; /*top right bottom left*/ 
margin-top: 130px;
margin-left: 0;

/*background-color: #f6f095;*/
} 
