/* CSS Document */

body {
	background-color: #ffffff;
}
.style1 {
	color: #E1EEF5;
	font-family: "Bradley Hand ITC";
	font-weight: bold;
	font-size: 24px;
}
.textstyle {
color: #061559;
	font-family: "Bradley Hand ITC";
	font-weight: bold;
  font-size: 16px;
  }
.style2 {
	font-family: "Gill Sans MT";
	color: #061559;
}
.style4 {
	font-size: 14px;
	font-family: Eurostile;
	color: #061559;
}
.style8 {color: #061559}
.style9 {font-family: "Gill Sans MT";
color: #e1eef5
}

.menubackground {
width: 185px;
height: 703px;
background: url(images/menubar.jpg) no-repeat;
position: absolute;
top: 10px;
left: 10px;
}

.rightside {
width: 148px;
height: 703px;
position: absolute;
top: 10px;
right: 10px;
background-color: #0096d6;
}

#menu ul li {
list-style: none;
margin-bottom:5px;
}

#menu ul {
margin: 250px 0px 0px 15px;
padding: 0px;
}

#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {
border: solid 1px #0096d6;
background-color: #8bd2f4;
text-align: center;
color: #ffffff;
width: 150px;
display: block;
text-decoration:none;
font-weight: bold;
}

#menu ul li a:hover {
border: solid 1px #00537c;
background-color: #0096d6;
}

.sidebarpic {
margin-botton: 20px;
display: block;
}

.title {
text-align:center;
width: 100%;
position: absolute;
top: 10px;
left: 0px;
}

.content {
background: url(images/contentbg.jpg) no-repeat;
margin-left: 196px;
margin-right: 163px;
font-family:Arial, Helvetica, sans-serif;
padding: 40px 40px;
}

h1 {
color: #0096d6;
font-size: 1.7em;
text-align:center;
}

.gallerytable {
text-align:center;
margin: 0px auto;
width:400px;
border: none;
}

.gallerytable td {

text-align:center;
}

.galtitle {
font-weight: bold;
color: #0096d6;
padding-bottom: 10px;
}

.content img {
border: black 1px solid;
}

.rightside img {
border: none;
}