@charset "UTF-8";
/* CSS Document */

/* Generic HTML Tags */

/* Block Layout */

#banner
{
	margin-top:20px;
}

#header_area {}
#footer_area {margin-top:20px;}


/* Block specific styling effects */

#navigation 
{
	border-right: dotted 1px #999999;
	display:inline-block;
	float:right;
}

.graphic_label {display:block; margin-top:30px;}

#banner
{
	background:#000000 url(../images/quote_background.gif) top no-repeat;
	color:#FFFFFF;
}
.quotetext { font-size:22px; margin:40px 0 0 0; letter-spacing:1px;}
.quotetext:first-letter {font-size:35px;}
.quotecredit {font-size:12px; margin:30px 0 40px 0;}


/* selection  menu */
#navigation li { text-align:right; list-style:none;} 
li a { text-decoration:none; color:#999999; font-weight:normal;}
li a:hover { color:#000000;}
.activepage { color:#FF0000; font-weight:bold; }
