BODY {
    background-color: #F0E623;
    font-family: Times New Roman, Times, serif;
    color: #4E1B65;
    text-align: center;
    margin: 10px;
    padding: 0px;
    overflow: auto;
}

/* title ******************************* */
DIV.titlearea {
    width: 100%;
	height: 100px;
    text-align: center;
    background-color: white;
	border: thin solid #AB2A23;
}
DIV.titlearea DIV.col1 {
    float: left;
    width: 20%;
    margin-right: 3%;
    text-align: left;
}
DIV.titlearea DIV.col2 {
    float: left;
    width: 47%;
	height: 100px;
    margin-left: 3%;
}
DIV.titlearea DIV.col3 {
    float: right;
    width: 20%;
	height: 100px;
    margin-left: 3%;
    text-align: right;
}

H1 {
    font-size: 24px;
    font-weight: bolder;
    font-style: italic;
    text-align: center;
    vertical-align: top;
    background-image: none;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

H2 {
	font-size: 20px;
	vertical-align: top;
	padding: 0 0 0 0;
	margin-top: 0;
}

/* content ******************************* */
DIV.contentarea {
    width: 100%;
    text-align: center;
    clear: both;
}
DIV.contentarea DIV.menu {
    float: left;
    width: 150px;
/*    margin-left: 5%; */
    text-align: center;
    display: inline;  /* to make IE behave! */
    clear: both;
	background-color: #AB2A23;
}
DIV.contentarea DIV.col1 {
    float: left;
    width: 75%;
    text-align: center;
    display: inline;  /* to make IE behave! */
}

/* footer ******************************* */
DIV.footerarea {
	width: 100%;
	margin-left: 5%;
	margin-top:40px;
	clear: both;
}

DIV.footerarea DIV.col1 {
	float: left;
	width: 30%;
	margin-right: 3%;
}

DIV.footerarea DIV.col2 {
	float: left;
	width: 30%;
	margin-right: 3%;
}

DIV.footerarea DIV.col3 {
	float: left;
	width: 30%;
}

/* miscellaneous ********************** */
.bold {
	font-weight: bold;
}

/* pictures ********************** */
A.menubutton {
	display: block;
	width: 100px;
	height:50px;
	background-image: url("../images/button-up.gif");
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bolder;
	font-style: italic;
    color: #F0E623;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	padding-right: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
A.menubutton-selected {
	display: block;
	width: 100px;
	height: 50px;
	background-image: url("../images/button-down.gif");
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bolder;
	font-style: italic;
    color: #F0E623;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	padding-right: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
A.menubutton:hover {
	display: block;
	width: 100px;
	height: 50px;
	background-image: url("../images/button-down.gif");
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bolder;
	font-style: italic;
    color: #F0E623;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	padding-right: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}
A.albumlink {
	display: block;
	width: 180px;
	height: 30px;
	background-image: url("../images/link_btn.jpg");
	background-repeat: no-repeat;
	font-size: 16px;
	font-weight: bolder;
	font-style: italic;
	color: black;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	padding-right: 0px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

HR {
	background-color: #AB2A23;
	height: 3px;
}

