* {
margin: 0;
padding: 0;
}

body {
background: #FFFFCC url("images/catcolors.gif") repeat;
text-align: center;
font-family: MS Gothic;
color: #0a9cff;
padding-top: 40px;
font-size: 18px;
}

a {
color: #ff638a;
text-decoration: none;

}

a:visited {
text-decoration: underline;
}

a:hover {
background-color: #FFDF8C;
}


header {
	background: url(images/stars.gif);
	width: 100%;
	height: 100%; /* change banner height here*/
	border: 2px ridge var(--border);
	border-radius: 5px;
	position: relative;
	}

header span {
    font-family: IM-Fell;
    color: #94CFF7;
	font-size: 3rem;
	bottom: 0;
	right: 10px;
	margin: 10px;
	font-weight: bold;
}

#wrapper {
width: 580px;
background: #FFFFCC;
background-position: 0 0;
border: solid 10px #FFDF8C;
margin: auto;
text-align: left;
padding: 10px;
}

h1 {
width: 140px;
height: 30px;
background-color: #FFE298;
margin: 1px 1px 1px 0;
float: left;
font: bold 16px/30px arial, verdana, ta;
padding-left: 10px;
color: #94CFF7;
cursor: default;
}

h1:first-letter {
color: #FFABC0;
text-decoration: underline;
}

h2 {
width: 419px;
height: 30px;
background-color: #FFE298;
float: left;
font: bold 16px/30px arial, verdana, tahoma, sans-serif;
padding-left: 10px;
color: #94CFF7;
margin-top: 1px;
cursor: default;
}

#current a {
background-image: url("images/bullet.gif");
background-repeat: no-repeat;
background-position: 100% 50%;
}

#sidebar {
width: 132px;
background-color: #FFFFCC;
float: left;
position: relative;
left: -4px;
margin-left: -147px;
border-top: 1px solid FFDF8C;
font: MS Gothic;
padding: 8px;
}

img {
border: none;
}

a img {
display: block;
margin-bottom: 20px;
border: 1px solid #fff;
}

a:hover img {
border-color: #FFABC0;
}

#content {
float: left;
width: 400px;
margin: 10px 0 0 10px;
}

p {
margin-bottom: 20px;
}

p:first-line {
font-weight: bold;
}

#footer {
clear: both;
width: 400px;
margin-left: 163px;
}

li {
margin-top: 7px;
margin-bottom: 7px;
color: #FFABC0;
}

.txt{
border-left:1px dotted;
margin:1em;
padding:0 0 0 1em
}
.textbox{
background-color: #FFDF8C;
border:1px dotted;
margin:10px 0;
padding:3px;
text-align:center
}
.title{
color:#FFABC0;
font-size:1.5em;
font-weight:700;
margin:2em 0;


/* start fonts */
@font-face {
font-family:'emo-stamp';
src: url("../fonts/Stamptypo.ttf");
}
 
@font-face {
font-family:'apple-garamond';
src: url(../fonts/apple-gar-light.ttf);
}

@font-face {
font-family:'emov2';
src: url(../fonts/momtype.ttf);
}

@font-face {
font-family:'WOB';
src: url(../fonts/White-On-Black.ttf);
}

@font-face {
font-family:'IM-Fell';
src: url(../fonts/IMFELL.ttf);
}

