/* CSS1 Style Sheet by Jon W. Kroeger */

/* Standard stuff: body and fonts and stuff... */

BODY {
	color: white;
	background: #334455; 
	font-family: Verdana, Arial, serif; 
}

.main {
	width: 750px;
	border: none 0px;
	padding: 0px;
	margin: 0px;
}

.vanilla {
	border: none 0px;
	padding: 0px;
	margin: 0px;
}

.norm {
	color: white;
	background: black; 
	font-family: Verdana, Arial, serif; 
	border: none 0px;
	padding: 0px;
	margin: 0px;
}

.banner {
	color: white;
	background: url(images/fbhlogo.jpg) black; 
	font-family: Verdana, Arial, serif; 
	border: none 0px;
	padding: 0px;
	margin: 0px;
}

.update {
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background: #123;
	font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

.menu {
	color: #CCCCCC;
	background: url(images/fbhmenu.jpg) #333333;
	font-size: 8pt;
	font-family: Verdana, Arial, serif;
	font-weight: bold;
	border: none 0px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
}

.menuone {
	color: #CCCCCC;
	background: url(images/fbhmenuleft.jpg) #333333;
	font-size: 8pt;
	font-family: Verdana, Arial, serif;
	font-weight: bold;
	border: none 0px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

.menutwo {
	color: #CCCCCC;
	background: url(images/fbhmenuright.jpg) #333333;
	font-size: 8pt;
	font-family: Verdana, Arial, serif;
	font-weight: bold;
	border: none 0px;
	padding: 0px 10px 0px 0px;
	margin: 0px;
}

.menubasic {
	color: #CCCCCC;
	font-size: 8pt;
	font-family: Verdana, Arial, serif;
	font-weight: bold;
	border: none 0px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

.comicnav {
	color: #CCCCCC;
	background: url(images/prelimlogo3.gif) #333333;
	font-size: 8pt;
	font-family: Verdana, Arial, serif;
	font-weight: bold;
	border: none 0px;
	padding: 0px;
	margin: 0px;
}

.comic {
	color: black;
	background: white;
	font-size: 8pt;
	font-family: Verdana, Arial, serif;
	font-weight: bold;
	border: none 0px;
	padding: 0px;
	margin: 0px;
}

.rant {
	color: black;
	background: white;
	font-size: 8pt;
	font-family: Verdana, Arial, serif;
	font-weight: bold;
	border: none 0px;
	padding: 10px 0px;
	margin: 0px;
	text-align: justify;
	width: 375px;
}

.ranttitle2 {
	color: #2F415D;
	background: url(images/ranttitle.gif) no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	width: 350px;
}

.rantsub2 {
	color: #2F415D;
	background: url(images/rantsub.gif) no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 6pt;
	width: 350px;
}

.posty {
	text-align: left;
	padding: 15px;
	border: solid 1px #94A0B8;
	background: #DBE1E7;
	width: 350px;
}

.rantbottom {
	color: #2F415D;
	background: url(images/rantbottom.gif) no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 6pt;
	width: 350px;
}

.ranttitle {
	color: white;
	background: #0d004c;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	width: 300px;
	border-top: solid #1f00b5 2px;
	border-bottom: solid #0a003a 2px;
	border-left: solid #140077 2px;
	border-right: solid #0c0045 2px;	
}

.rantsub {
	font-size: 6pt;
}

.mainshadow {
	color: #FFFFFF;
	background: url(images/mainshadow.gif) #334455 no-repeat;
	font-family: Verdana, Arial, sans-serif;
	font-size: 6pt;
	width: 750px;
}

.rightside {
	width: 120px;
	color: white;
	background: url(/images/galagablue2.jpg) #fff no-repeat;
	font-family: Verdana, Arial, sans-serif;
}

.rightsidebox {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	text-align: center;	
	color: white;
}

.copy {
	color: #CCCCCC;
	background: url(images/fbhbottom.jpg) #333333;
	font-size: 8pt;
	font-family: Verdana, Arial, serif;
	font-weight: bold;
	border: none 0px;
	padding: 0px;
	margin: 0px;
}

.fbhlight {
	color: white;
	background: #334455; 
	font-family: Verdana, Arial, serif; 
}

A.light:link {
	color: #ffffff;
	text-decoration: none;
}

A.light:visited {
	color: #ffffff;
	text-decoration: none; 
}

A.light:active {
	color: #ffffff;
	text-decoration: underlined;
}

A.dark:link {
	color: #667788;
	text-decoration: none;
}

A.dark:visited {
	color: #667788;
	text-decoration: none; 
}

A.dark:active {
	color: #667788;
	text-decoration: underlined;
}

/* Specific instances... */

.big {
	font-size: larger;
}

H1 {
	font: Garrison ExtraBold Sans, Arial Black;
	font-weight: bold;
	font-size: x-large;
}

H2 {
	font: Garrison ExtraBold Sans, Arial Black;
	font-weight: bold;
	font-size: large;
}