/* CSS Document */
body {
margin: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000;
}

a:link {
color: #0099CC;
text-decoration: none;
}

a:visited {
color: #00CCFF;
text-decoration: none;
}

H1 {
font-size: 16px;
font-weight: bold;
}

#navigation {
background-color:#000;
border-bottom:#990000 1px solid;
padding:6px;
color: #fff;
font-weight: bold;
text-transform:uppercase;
}

#navigation a:link, #navigation a:visited {
color: #fff;
text-decoration:none;
}

#navigation .gshop:link, #navigation .gshop:visited {
color:#CC3366;
text-decoration:none;
}

.homecontent {
width: 300px;
padding: 5px;
}

#homescroll {
width: 300px;
height: 500px;
overflow-y:scroll;
overflow-x:none;
}

.homedecor {
background-image:url(images/homedecor-03.jpg);
background-repeat:no-repeat;
background-position:left top;
}

#homeset {
background-image:url(images/newback.jpg);
background-position:center top;
background-repeat: no-repeat;
height: 700px;
text-align: center;
margin: 0 auto;
}

#newcontent {
text-align:left;
	height:350px;
	width: 750px;
	overflow-y:scroll;
	overflow-x:none;
	margin-right: 20px;
	padding-right: 10px;
}
#bottomnav {
font-weight:bold;
text-align:left;
	width: 750px;
	margin-right: 20px;
	padding: 5px;
	background-image:url(images/bottombarback.jpg);
}
#bottomnav .active {
color:white !important;
}
#subnav {
text-align:left;
	width: 755px;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 2px;
	background-image:url(images/subbarback.jpg);
}
#subnav a:link {
color: black;
text-decoration:none;
font-weight: bold;
}
#subnav a:visited {
color: black;
text-decoration:none;
font-weight:bold;
}
#subnav .active {
color: white !important;
font-weight:bold;
}
#bottomnav a:link {
color: black;
text-transform: uppercase;
text-decoration:none;
}
#bottomnav a:visited {
color: black;
text-transform: uppercase;
text-decoration:none;
}
.poembox {
border-top: 1px solid #0099CC;
border-left: 1px solid #0099CC;
border-right: 3px solid #0099CC;
border-bottom: 3px solid #0099CC;

}
.pageheader {
color: #66cccc;
font-weight: bold;
text-align: center;
margin-bottom: 10px;
}
.poemheading {
color: #66cccc;
font-weight: bold;
text-align: center;
font-size: 14px;
margin-bottom: 10px;
}
.blueball:link, .blueball:visited {
display:block;
text-align:center;
line-height:110px;
vertical-align:middle;
width:74px;
height:103px;
background-image:url(images/blueon.png);
font-size:10px;
color: black;
}
.blueball:hover {
background-image:url(images/bluehover.png);
}
.redball:link, .redball:visited {
display:block;
text-align:center;
line-height:110px;
vertical-align:middle;
width:74px;
height:103px;
background-image:url(images/redon.png);
font-size:10px;
color: black;
}
.redball:hover {
background-image:url(images/redhover.png);
}
#leader{
background-color:#0099CC;
padding:5px;
border-top:white 1px solid;
border-bottom:black 1px solid;
}
#copyright {
padding-top:15px;
text-align:center;
	width: 750px;
}