body {
background-image: url(images/mainbg.jpg);
background-attachment: fixed;
background-position: top center;
background-color: #CAA45B;
margin: 0px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
}

a {
	color: #000088;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

A:visited {
	color: #274990;
	text-decoration: none;
}

A:hover {
	color: #ffffff;
	text-decoration: none;
}

A:active {
	color: #ff0000;
	text-decoration: none;
}


div.headerframe {
width:400px;
height:110px;
top:0px;
left:0px;
background-image: url(images/header.png);
background-position: top left;
background-repeat: no-repeat;
font-size: 20px;
font-weight: bold;
padding: 5px;
color: #ffffff;
}

div.footerframe {
width:auto;
height:100px;
bottom:0px;
right:0px;

text-align: right;
background-image: url(images/footer.png);
background-position: bottom right;
background-repeat: no-repeat;
font-size: 20px;
font-weight: bold;
padding: 5px;
color: #ffffff;
}

a.footerlink{
color: #00dddd
}

A.footerlink:hover {
	color: #ffffff;
	text-decoration: none;
}

hr.redline{
width: 100px;
color: #ff0000;
background-color: #ff0000;
height: 1px;
border: 0;
}

div.greentitle{
color: #00bb00;
font-size: 20px;
font-weight: bold;
font-style: italic;
text-decoration: underline;
}

div.bluetitle{
color: #0000cc;
font-size: 20px;
font-weight: bold;
font-style: italic;
text-decoration: underline;
}

div.orangetitle{
color: #d57700;
font-size: 20px;
font-weight: bold;
font-style: italic;
text-decoration: underline;
}

div.yellowtitle{
color: #ffff00;
font-size: 20px;
font-weight: bold;
font-style: italic;
text-decoration: underline;
}

div.redtitle{
color: #ff0000;
font-size: 20px;
font-weight: bold;
font-style: italic;
text-decoration: underline;
}

div.purpletitle{
color: #4b0082;
font-size: 20px;
font-weight: bold;
font-style: italic;
text-decoration: underline;
}

div.furrycode{
background-color: #fff7e0;
border-style: solid;
border-width: 1px;
border-color: #ff0000;
width: 70%;
padding: 10px;
}

div.maincontent{
margin: 15px;
}
