.back1 {
	background-image: url(images/vertical.gif);
	background-repeat: repeat-y;
}

.headerline1 {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 140%;
	color: #FFFF00;
}

.headerline2 {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	line-height: 140%;
	color: #FFFFFF;
}

.randomarttext {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 140%;
	color: #990000;
}

.littletext {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

.mediumtext {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
}

.sitetext {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 140%;
	margin-left: 20px;
	margin-right: 20px;
	color: #FFFFFF;
}

.formtext {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.formtext2 {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
}

.journaldate {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
	color: #FFFFFF;
}

.journalheadline {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 20px;
	color: #FFFF00;
}

.journaltext {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 130%;
	margin-left: 20px;
	margin-right: 20px;
	color: #FFFFFF;
}

.whatsnew {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 200%;
	color: #FFFFFF;
}

.writetext {
	font-family: "Arial", "Helvetica", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #990000;
}

a.front:link {color: white;}
a.front:visited {color: white;}
a.front:hover {color: yellow;}



#navcontainer
{
background: #000000;
width: 200px;
margin: 0 auto;
padding: 3px 0;
font-family: georgia, serif;
font-size: 14px;
text-align: center;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 95%;
background: #ffffff;
}

ul#navlist li
{
display: block;
margin: 0;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
padding: 0.5em 0 0.5em 0.5em;
border-width: 1px;
border-color: #ffe #aaab9c #ccc #fff;
border-style: solid;
color: #777;
text-decoration: none;
background: #c6c6c6;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #ffffff;
color: #000000;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #000000;
background: transparent;
border-color: #aaab9c #fff #fff #ccc;
}

