/* Style by Dinand Mentink. rentawizkid.com */

/*fonts*/
body{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
color:#000000;
margin-top:0px;
height:100%;
margin-bottom:0px;
background-image:url(images/bodyback.png);
background-repeat:repeat;
}
html{
height:100%;
}

/*links*/
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FF0000;
}
a:hover {
	text-decoration: none;
	color:#FF0000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
#menu a:link {
	color: #FF0000;
	text-decoration: none;
}
#menu a:visited {
	text-decoration: none;
	color: #FF0000;
}
#menu a:hover {
	text-decoration: none;
	color: #FF0000;
}
#menu a:active {
	text-decoration: none;
	color: #FF0000;
}

/* divs */
.albumimg{
border-width:0px;
margin:0px;
}
.album{
margin:0px;
padding:0px;
}
.scrollbar{
background-color:#244510;
padding-top:0px;
padding-bottom:0px;
color:#ffffff;
font-weight:bold;
}

.header{
background-image:url(images/header.png);
background-repeat:no-repeat;
}
.menu{
background-color:#244510;
vertical-align:top;
text-align:center;
padding-top:0px;
}

.text{
background-image:url(images/text.png);
background-repeat:no-repeat;
vertical-align:top;
background-color:#244510;
}
.footer{
color:#ffffff;
background-color:#244510;
text-align:right;
padding-right:20px;
padding-bottom:0px;
padding-top:0px;
font-size:10px;
}

.title{
color:#244510;
font-size:16px;
font-weight:bold;
}

#wrappertext{
width:592px;
height:336px;
overflow:auto;
position:relative;
left:13px;
top:13px;
}
.imagemenu{
margin-bottom:2px;
}

/* image classes */
.image{
border-width:0px;
}
.alignleft{
float:left;
}

.alignright{
float:right;
}