/*Ok you are looking at my CSS file, I guess you want to see what I've done here.*/

/* Text and Links */
p {
	font-family:Comic Sans MS, Verdana, san-serif,;
	margin-bottom:10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 1.25em;
}
.copyright{color: white; text-align: center}
a:link   { color: #078310; font-family:Comic Sans MS, Verdana, san-serif,; text-decoration: underline;}
a:visited  { color: #078310; font-family:Comic Sans MS, Verdana, san-serif,; text-decoration: underline;}
a:hover  { color: red }

.menulink{
font-size:14px;
word-spacing:normal;
font-weight:bold;
}

a.menulink{
	color="white";
	font-family:Comic Sans MS, Verdana, san-serif,;
	color:#FFFFFF;
	text-decoration:none;
}
	
a.menulink:hover{
color: #ff0
}

ul,li{
font-family:Comic Sans MS, Verdana, san-serif,;
size: 12pt;
color:#000000;
}
h1 {color:#000000;
size: 6em;
font-family:Comic Sans MS, Verdana, san-serif,;
margin-bottom:10px;
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
}
h2{
color:#000000;
size: 5em;
font-family:Comic Sans MS, Verdana, san-serif,;
margin-bottom:5px;
margin-left: 10px;
margin-right: 10px;
margin-top: 5px;
}
}
h3 {
color:#FF0000;
size: 6em;
font-family:Comic Sans MS, Verdana, san-serif,;
margin-bottom:5px;
margin-left: 10px;
margin-right: 10px;
margin-top: 5px;
}
body  { color: #000; font-size: 11px; font-family:Comic Sans MS, Verdana, san-serif,; background-color: #ff1000; background-image: url("pagebackground.png"); background-repeat: repeat-x; margin-top: 0 }

/* Positioning Classes */
div.floatleft{float:left;}
div.floatright{float:right;}
div.center-bamboo{
    margin: 0 auto;
	position: static;
	left:16px;
}

div.bamboo  { 
background-image: url("green-body-bg.jpg");
background-repeat: repeat-y;
background-position: 0 50%;
margin: 0 auto;
width: 700px;
z-index: 2;
position: inherit;
left:16px;
top: 100px;

}

div.content   { 
background-color: #fcf8b8;
margin: 10px;
border: solid 0px;
padding: top 10px, left 10px, right 10px, bottom 10px;
/*-moz-opacity: 0.8; filter: alpha(opacity=80); opacity: 0.8 */ }

div.header {
	background-image: url("header.png");
	background-repeat: no-repeat;
	background-position: 00;
	margin: 0 auto;
	width: 788px;
	height: 179px;
	z-index: 2;
}

#globalNav {
	position: relative;
	top: 135px;
	left: 45px;
	text-align:left;
	z-index: 1;
}

div.footer {
/*background-image: url("footer.png");
background-repeat: no-repeat;
background-position: 0 50%;*/
margin: 0 auto; 
width: 790px;
height: 80px;
z-index: 1;
}

/********************************* IMAGE FLOATING CLASSES ***********************/
.image-container{ /*width:100%;  border:10px solid #FF1300; background:#ffffc;*/ }
.image-left-container img{ float:left; margin-right:16px; margin-top: 0px; }
.image-right-container img{ float:right; margin-right:16px; margin-top: 0px; }
.stacked-float-div{ /* Use this class to Stack images within the image float classes above */ width: 150px; float: left; margin-top: 0px; margin-bottom: 8px; line-height: 14pt; }

/* CSS Copyright The Real Jerk 2007 */
