html
{
background-image: url(../images/bg-blue.jpg);
background-repeat: repeat;
height: 100%;
}

body
{
margin:0px;
height:100%;
}

img{
border: none; 
}

a{
padding:0px;
border:0px;
margin:0px;
text-decoration:none;
color:#567f9d;
}

h1{
color:#567f9d;
font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
text-transform:uppercase;
font-size:15pt;
}

#main{
background-image: url(../images/bg-centre.jpg);
background-repeat: repeat-y;
height:100%;
width:1024px;
margin:auto;
}


#content{
height:100%;
min-height:100%;
background-image: url(../images/bg-centre.jpg);
background-repeat: repeat-y;
}

#innercontent{
margin-left:199px;
margin-right:199px;

}

#whitecontent{
margin-left:54px;
margin-right:54px;
background-color:white;
padding-top:10px;
padding-bottom:20px;
padding-left:35px;
padding-right:35px;
color:#707070;
font-size:8pt;
line-height:13pt;
font-family:Tahoma, sans-serif;
}
#whitecontentgallery{
margin-left:54px;
margin-right:54px;
background-color:white;
padding-top:10px;
padding-bottom:20px;
padding-left:10px;
padding-right:25px;
color:#707070;
font-size:8pt;
line-height:13pt;
font-family:Tahoma, sans-serif;
}

#gallerytitletext{
margin-left:20px;
margin-bottom:20px;
}

#gallerybox{
min-height:300px;
}

.galleryimg{
margin-left:20px;
margin-bottom:15px;
float:left;
}

#nextprevbox{
width:461px;
height:20px;
margin-left:20px;
float:left;
text-decoration:none;
color:#567f9d;
font-weight:bold;
font-size:13pt;
}
#next{
color:#567f9d;
float:right;
}
#prev{
color:#567f9d;
float:left;
}

#spacer{
width:626px;
height:30px;
}

#headerbox
{
background-image: url(../images/header.jpg);
height:137px;
width:1024px;
}

#linksbox{
width:400px;
height:25px;
margin-top:57px;
margin-left:385px;
float:left;
}



.link{
color:white;
font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
text-decoration:none;
font-size:11pt;
margin-left:15px;
float:left;
border:0px;
margin-top:0px;
padding:0px;
}
.linknoleft{
color:white;
font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
text-decoration:none;
font-size:11pt;

float:left;
}

#bottomimage{
width:339px;
height:148px;
margin-right:-30px;
margin-top:50px;
float:right;
}

#homeimage{
background-image: url(../images/home.jpg);
margin-top:40px;
width:626px;
height:560px;
}

.titlecase{
text-transform:capitalize;
}
