@charset "utf-8";
/* CSS Document */

body { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:0.625em; /* The font size is notw 0.625 x 16px = 10px */
	line-height:1.8em; /* The line height is now 18 pixels. */
	color:#757575;
	}
	
body a:link {}
body a:hover {}
body a:active {}
body a:visited {}

p 	{ font-size: 1.2em; /* 12px */ }
h1 	{ font-size: 4.8em; /* 48px */ font-family:"Trebuchet MS"; }
h2 	{ font-size: 3.6em; /* 36px */ font-family:"Trebuchet MS"; }
h3 	{ font-size: 2.4em; /* 24px */ font-family:"Trebuchet MS"; }
h4 	{ font-size: 2.1em; /* 21px */ font-family:"Trebuchet MS"; }
h5 	{ font-size: 1.8em; /* 18px */ font-family:"Trebuchet MS"; }
h6 	{ font-size: 1.6em; /* 16px */ }
blockquote {}

/* Structure */

#container 	{ margin:auto; width:1000px; }
#header 	{ width:1000px; height:180px; border-bottom:solid 1px #bababa; }
#search 	{ width:288px; height:40px; }
#menu		{ width:600px; height:40px; }
#section 	{ width:1000px; height:390px; border-top:solid 1px #bababa;  border-bottom:solid 1px #bababa; margin-bottom:40px; padding:10px 0 10px 0; background-image:url(/images/largecrayons.gif) no-repeat; background-position:bottom; }
#advertise	{ width:768px; height:90px; }
#scrollbox 	{ width:240px; height:262px; background-image:url(/images/scrollingbox.gif) no-repeat; }
#footer 	{ width:1000px; border-bottom:solid 1px #bababa; background-image:url(/images/smallcrayons.gif) no-repeat; background-position:top right; }


/* Dynamic Menus */

.nav		{ font-family:"Trebuchet MS"; font-size:1.4em; font-weight:bold; color:#97bf0d; padding:0 15px 0 15px; }
.navover	{ font-family:"Trebuchet MS"; font-size:1.4em; font-weight:bold; color:#172983; padding:0 15px 0 15px; }
