/* Uncle Big Bud's CSS Document */

* { margin:0; azimuth:0;}

/* COLOR */
body { 
	background-color:#000;
	}
#page { 
	background-color:#EEE;
/*	border-top:10px solid #A97;*/
	}
#banner {
	background-color:#FFF;
	}
#navigation{ background-color:#A97; color:#EED; background-image:url(../images/navbg.gif); background-repeat:repeat-x; background-position:bottom; border-bottom:1px solid #EED;}
#navigation a { text-decoration:none;}
/*#navigation a:visited { color:#000;}*/
#navigation a:link, #navigation a:visited { color:#EED;}
#content { background-color:#DDB;}
#contact { background-color:#A97; border-bottom:1px solid #FFF; border-top:1px solid #FFF;}	
#notice { background-color:#CC9; background-image:url(../images/noticebg.gif); background-repeat:repeat-x; background-position:bottom;}
#leftcol { }
#rightcol { }
#booktop { background-image:url(../images/booktop.gif)}
#book { background-color:#A97;}
#rightcol .box { background-color:#CC9; }




/* DIMENSION */
#page { /*width:750px*/ width:770px;}
#banner { }
#navigation{ }
#contact { width:770px; }
#notice { }
#leftcol { width:420px; }
#rightcol { width:220px; }
#content { width: 670px; }
#booktop  { height:8px}


/* POSITION */
#contact { padding: 10px 0; clear:both;}
#notice { padding: 6px 0}
#navigation a { padding:8px; /*display:block*/}
#navigation { padding:8px 0; }
#leftcol { float:left;}
#rightcol { float:right; padding-top:105px; }
#rightcol img { clear:both}
#content {
	/*display:table;*/
	padding: 40px 50px;
	float:left;
	}
p { padding:10px 0;}
#book { padding:0 10px;}
#rightcol p { padding:4px 0}
#rightcol .box { margin:9px 0; padding:8px;}
#rightcol .box img { vertical-align:middle;}
h1 { padding-bottom:3px;}
.separator {text-align:center; padding:25px 0 20px 0;}
#banner { padding:8px 0;}
#page { margin:0 auto}


/* FONT */
#contact { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:80%; text-align:center; }
#notice {font-family:Arial, Helvetica, sans-serif; font-size:65%; text-align:center; font-weight:bold; }
#navigation { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:80%; font-weight:bold; text-align:center;}
h1 { font-family:"Times New Roman", Times, serif; font-size:160%;}
h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:107%;
}
h3 { font-family:"Times New Roman", Times, serif; font-size:90%;}
p { font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 80%;}
p span {
	float:left;
	color:#A97;
	font-size:54px;
	line-height:44px;
	padding-right:5px;
	font-family: times,Georgia;
	font-weight: bold;
}

/*#rightcol p { font-family:"Times New Roman", Times, serif; }*/
#rightcol p.book { font-family:Arial, Helvetica, sans-serif; text-align:left; font-style:normal; font-size:70%;}
#rightcol .box { font-family:Verdana, Arial, Helvetica, sans-serif; text-align:center; font-size:70%;}
#banner { text-align:center;}













.rbroundbox { background-color:#A97;}
.rbroundbox h4 { text-align:center; font-style:italic; font-size:95%; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right;}
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
	width: 100%;
	height: 7px;
	font-size: 1px;
}
.rbcontent { margin: 0 10px; }
/*.rbroundbox { width: 50%; margin: 1em auto; }*/

.rbroundbox p { font-size:70%; font-family:Arial, Helvetica, sans-serif;}



    .quote {
/*       border:1px solid #9FCFFF;*/
       background:#CC9 url('../images/qleft.gif') no-repeat left top;
/*       margin-left: 20px;
       margin-right: 20px;*/
			 
			 margin:20px 20px 0 20px;
			 
/*       padding-top: 10px;
       padding-left: 50px;*/
			 
			 padding:10px 0 0 50px;
			 
       font-style:normal;
       font-variant:normal;
       font-weight:normal;
       font-size:80%;
       font-family:Arial;
			 border-bottom:1px dotted #A97;
			 border-top:2px solid #A97;
    }

    .quote div {background: transparent url(../images/qright.gif) right bottom no-repeat;
     padding-right: 40px;
     padding-bottom: 10px;
    }

