/* "fbi.css" CSS file for http://fbidesignstudios.com*/

body
{
margin: 0; 
padding: 15px; 
background-color: teal;
font: 700 12pt times, sans serif;
color: black; 
}
#wrapper
{ 
background-color: white;
margin: 5px 5px 5px 5px; 
padding: 10px; 
border: solid #800000;
}
#LBox  /*FBI Footer*/
{
float: left;
border: 0px solid green;
padding: 10px;
height: 55px;
width: 300px;
}
#RBox  /*FBI Footer */
{
float: right;
border: 0px solid green;
padding: 10px;
height: 55px;
width: 300px;
text-align: right;
}
#LI-Box  /*FBI eyes.htm*/
{
float: left;
border: 0px solid green;
padding: 10px;
height: 215px;
width: 45%;
}
#RI-Box  /*FBI eyes.htm */
{
float: right;
border: 0px solid green;
padding: 10px;
height: 215px;
width: 45%;
}
/*************************************************/
#Big-Box   /*FBI spice.htm */
{
border: 0px solid green;
padding: 10px;
height: 500px;
width: 97%;
}
#B-Box-Left  /*FBI eyes.htm*/
{
float: left;
border: 0px solid red;
padding: 10px;
height: 215px;
width: 45%;
}
#B-Box-right  /*FBI eyes.htm */
{
float: right;
border: 0px solid red;
padding: 10px;
height: 215px;
width: 45%;
}
#L-Row-1   /*FBI spice.htm */
{
border: 0px solid blue;
padding: 10px;
height: 35px;
width: 95%;
text-align: right;
}
#R-Row-1   /*FBI spice.htm */
{
border: 0px solid blue;
padding: 10px;
height: 35px;
width: 95%;

}
{
border: 0px solid blue;
padding: 10px;
height: 25px;
width: 95%;
}
/*****************************************/
#LS-Box  /*FBI eyes.htm*/
{
float: left;
border: 0px solid green;
padding: 10px;
height: 215px;
width: 45%;
}
#RS-Box  /*FBI eyes.htm */
{
float: right;
border: 0px solid green;
padding: 10px;
height: 215px;
width: 45%;
}
h1
{
font-family: sans serif;
font-size: 30pt; 
font-weight: 900;
text-align: center;
font-style: italic;
}
h2
{
font-size: 14pt;
font-weight: 900;
text-align: center;
}
h3
{
font-size: 18pt;
font-weight 900;
text-align: center;
}
h4
{
font-size: 16pt;
font-weight: 900;
text-align: center;
}
h5
{
font-size: 12pt;
font-weight: 900;
text-align: center;
}
h6    /* h6 & h7 for footer */
{
font-size: 14pt; 
font-weight: 900;
text-align: left;
color: navy;
}
h7    
font-size: 14pt; 
font-weight: 900;
text-align: right;
color: navy;
}
hr 
{
border: 0;
width: 100%;
color: teal;
background-color: #800000;
height: 5px;
}
a
{
font-family: times, sans serif;
font-size: 14pt;
font-weight: 500;
text-decoration:none;
color:red;
}
a:hover
{
text-decoration:underline;
font-weight: 500;
font-size: 14pt;
color:blue;
}