/* ****************************** REMOVE MARGINS */
/* universal selector */
/* Remove all default margins and padding */
*{
margin:0;
padding:0;
}

/* ****************************** BODY TEXT SETUP */
body{
	font-family: Arial, Verdana, Sans-serif;
    	font-size: small;
	
}



/* ****************************** BODY CLASS SETUPS */
.bodycolor{
background-color: #993300;
}


/* ****************************** TEXT (PARAGRAPH and H1, 2, 3 ...) CLASS CENTER SETUP */
.center {text-align: center}



/* ****************************** TEXT h1 */


h1{
font-family: Arial, Verdana, Sans-serif;
    	font-size: small;
}






/* ****************************** HEADER DIV ID SETUPS */
#header{
width:800px;
height:200px;
position:relative;
margin:25px auto auto auto;
/* margin-top:25px; */
border:thin solid #ffffff;
background-color:#daadaa;
}


/* ****************************** WRAPPER DIV ID SETUPS */
#wrapper{
width:800px;
height:550px;
position:relative;
margin:auto;
background-color: #993300;
/* border:thin solid #ffffff; */
}


/* ****************************** QUOTES DIV ID SETUP */
#quotes{
font-family:verdana,arial,sans-serif;
font-size: 12px ;
color:#ffffff;
width: 798px;
height: 4em;
position:relative;
margin:auto;
background-color: #993300;
}


/* ****************************** LEFTY DIV ID SETUP */
#lefty{
float:left;
width:198px;
height:430px;
position:relative;
margin:0px;
padding-left:5px;
background-color:#dadada;
border-top:solid 2px #ffffff;
border-bottom:solid 2px #ffffff;
border-left:solid 2px #ffffff;
}


#lefty-author{
float:left;
width:198px;
height:450px;
position:relative;
margin:0px;
padding-left:5px;
background-color:#dadada;
border-top:solid 2px #ffffff;
border-bottom:solid 2px #ffffff;
border-left:solid 2px #ffffff;
}

#lefty-books{
float:left;
width:198px;
height:480px;
position:relative;
margin:0px;
padding-left:5px;
background-color:#dadada;
border-top:solid 2px #ffffff;
border-bottom:solid 2px #ffffff;
border-left:solid 2px #ffffff;
}


#lefty-plays{
float:left;
width:198px;
height:480px;
position:relative;
margin:0px;
padding-left:5px;
background-color:#dadada;
border-top:solid 2px #ffffff;
border-bottom:solid 2px #ffffff;
border-left:solid 2px #ffffff;
}

/* *** hover, visited, active and down */
a{text-decoration:none}
a:link     {color:#000000;}
a:visited  {color:#000000;}
a:hover    {color:#ffffff;}
a:active   {color:#000000; text-decoration:underline overline}


a:link.current,
a:visited.current{
color:#cc3300;}

a.hover.current{
color:#cc3300;
}

/* *** end of hover *** */

/* ****END OF ******************* LEFTY DIV ID SETUP */



/* ****************************** MAIN AREA (RIGHT AREA) DIV ID SETUPS */
#righty{
float:right;
width:583px;
height:420px;
margin:0px;
padding:5px;
background-color: #dadada;
border-top:solid 2px #ffffff;
border-right:solid 2px #ffffff;
border-bottom:solid 2px #ffffff;
}


#righty-author{
float:right;
width:583px;
height:440px;
margin:0px;
padding:5px;
background-color: #dadada;
border-top:solid 2px #ffffff;
border-right:solid 2px #ffffff;
border-bottom:solid 2px #ffffff;
}

#righty-books{
float:right;
width:583px;
height:470px;
margin:0px;
padding:5px;
background-color: #dadada;
border-top:solid 2px #ffffff;
border-right:solid 2px #ffffff;
border-bottom:solid 2px #ffffff;
}

#righty-plays{
float:right;
width:583px;
height:470px;
margin:0px;
padding:5px;
background-color: #dadada;
border-top:solid 2px #ffffff;
border-right:solid 2px #ffffff;
border-bottom:solid 2px #ffffff;
}


/* ********** CLASS FOR BOOKCOVERS (main area RIGHTY) ********** */

.bookcover{
width:200px;
float:left;
margin:10px;
padding:5px;
border:solid 1px #000000;
}


/* *** style for thumbnails */
table.thumbs{
text-align:center;
text-decoration:none;

border-collapse:collapse;}

/* ********** style for tables that contain thumbnails (main area) ********** */
td.thumbs{
border:solid 0px #cc3300;
padding-top:8px;
padding-left:65px;
padding-right:5px;
text-decoration:none
}

/* style for thumbnails images */
img.thumbs{
width:65px;
text-decoration:none

}


.image{ width:200px;}
/* ********** end of style for thumbnails (main area) ********** */

/* ****END OF******************** MAIN AREA (RIGHT AREA) DIV ID SETUPS */
