html
{
height:1200px;
}
body {
margin:0px;
background-image:url(images/bg.jpg);
background-position:center top;
background-repeat:no-repeat;
background-color:#000000;
font-family:"trebuchet", "trebuchet ms", trebuchet, trebuchet ms, tahoma, verdana, sans-serif;
font-size:14px;
color:#ffffff;
line-height:18px;
min-width:850px;
}

a:link, a:active, a:visited {
color:#99CCCC;
}

a:hover {
color:white;
}

#logobg {
background-image:url(images/logobg.gif); 
width:100%;
}

#header {
width:100%;
margin:0px;
background-color:#587187;
height:50px;
border-bottom:3px solid #000000;
}

#headlogo {
width:324px;
float:left;
padding-left:20px;
}

#nav {
width:500px;
float:right;
text-align:right;
padding-right:20px;
}

a:link, a:hover, a:active, a:visited, a, a img, img {
border:0px;
outline:none;
}

.title {
font-size:30px;
line-height:30px;
}

#content {
padding-left:30px;
width:900px;
}

.pagetext a:link, .pagetext a:active, .pagetext a:visited {
background-color:#587187;
color:#ffffff;
padding:4px;
text-decoration:none;

}

.pagetext a:hover {
background-color:#ffffff;
color:#587187;
}

.fliptext a:link, .fliptext a:active, .fliptext a:visited {
background-color:#ffffff;
color:#587187;
padding:4px;
text-decoration:none;

}

.fliptext a:hover {
background-color:#587187;
color:#ffffff;
}

#gallerylist {
width:600px;
}

.pagetext ul {
list-style:none;
margin:0px;
padding:0px;
float:left;
width:32%;
}

.pagetext ul li {
padding:8px 3px 8px 3px;
margin:0px;
}

form {
margin:0px;
}

.inp {
width:95%;
border:0px solid #ffffff;
background-color:#587187;
padding:5px;
color:#ffffff;
font-family:"Trebuchet MS", "trebuchet", trebuchet, trebuchet ms, tahoma, verdana, sans-serif;
}

table.tb tr td {
padding:5px 5px 5px 0px;
}

.submit {
border:0px solid #ffffff;
background-color:#587187;
padding:5px;
color:#ffffff;
font-family:"Trebuchet MS", "trebuchet", trebuchet, trebuchet ms, tahoma, verdana, sans-serif;
}



/* HIGHSLIDE CSS */
.highslide {
	cursor: url(/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border:0px; /*2px solid #a0cce8;*/
	outline:none;
}
.highslide:hover img {
	border: 0px;
	outline:none;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
	color:#006699;
    background-color: #ffffff;
	font-size:12px;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}