body 
{
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	background: #ab582d;
	color: #000000;
	font-size:large;
	scrollbar-base-color: #fbf8e1;

}

h1
{
background-color: #ab582d;
color: #fbf8e1;
margin-top: 15px;
font-size: 36px;
}

h2
{
color: #ab582d;
}

.maintext
{
background: #fbf8e1 repeat-y;
padding-left: 10px;
padding-right: 10px;
}

.leftpicture
{
padding-right: 40px;
padding-bottom: 20px;
}

.lefttoppicture
{
padding-right: 20px;
}

.footertext
{
color: #fbf8e1;
font-size: xx-small;
text-align: center;
}

a:link {
	color: #fbf8e1;
	text-decoration: underline;
}

a:visited {
	color: #fbf8e1;
	text-decoration: underline;
}

a:active {
	color: #ab582d;
	text-decoration: underline;
}

a:hover {
	color: #fbf8e1;
	text-decoration: none;
}

a:link.adminedit {
	color: #ab582d;
	text-decoration: none;
	font-weight:bold;
}

a:visited.adminedit {
	color: #ab582d;
	text-decoration: none;
	font-weight:bold;
}

a:active.adminedit {
	color: #ab582d;
	text-decoration: none;
	font-weight:bold;
}

a:hover.adminedit {
	color: #ab582d;
	text-decoration: underline;
	font-weight:bold;
}

.formwidth
{
padding: 10px;
border-color: #fbf8e1;
border-style:solid;
border-width:thin;
margin: 5px
}

.itemtitles
{
font-size:24px;
}

.smallwriting
{
font-size:12px;
}

.medwriting
{
font-size:14px;
}

.largewriting
{
font-size:20px;
}