body
{
margin:0 0 0 0;

}
#wrapper
{
width:790px;

}
#header
{
width:790px;
height:220px;
background-color:#ffffff;
margin-left: auto;
margin-right: auto;
border-left:1px solid #858348;
border-right:1px solid #858348;
}


h1
{
padding-left:20px;
font-family:Arial;
font-size:26px;
text-decoration:none;
color:#b0ae82;
}

#middle
{
background-color:#e4e4cf;
width:775px;
padding:5px 5px 10px 10px;
font-family:Arial;
font-size:12px;

margin-left: auto;
margin-right: auto;
border-left:1px solid #858348;
border-right:1px solid #858348;

}
#topic
{
background-color:#e4e4cf;
width:500px;
margin-top:10px;
}
#content
{
background-color:#e4e4cf;
font-family:Arial;
font-size:12px;
width:550px;
text-align:justify;
margin-left:115px;
margin-bottom:45px;
}

#footer
{
width:792px;
margin-top:0;
margin-left: auto;
margin-right: auto;
background-color:#e4e4cf;
text-align:center;
font-family:Arial;
font-size:10px;
color:#999999;
}

.b {background: url(images/dot.gif) 0 100% repeat-x}
.l {background: url(images/dot.gif) 0 0 repeat-y}
.r {background: url(images/dot.gif) 100% 0 repeat-y}

.bl {background: url(images/bottom_left_corner.gif) 0 100% no-repeat}
.br {background: url(images/bottom_right_corner.gif) 100% 100% no-repeat}
.tl {background: url(tl.gif) 0 0 no-repeat}
.tr {background: url(tr.gif) 100% 0 no-repeat; padding:10px}

#logo
{
float:right;
background-color:#ffffff;
}


.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px solid gray;
}
.highslide:hover img {
	border: 1px solid white;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.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-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

