* {
    font-family: Tahoma, sans-serif;
    font-size: 10pt;
	margin: 0;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	/*border: 2px solid gray;*/
}
.highslide:hover img {
	/*border: 2px solid gray;*/
}

.highslide-wrapper {
	background: white;
	color: black;
}
.highslide-image {
   /* border: 2px solid white;*/
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    /*border: 2px solid white;*/
    border-top: none;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    padding: 5px;
	color: black;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
	background-color: black;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}

body {
background: url("css/bg.png") repeat;
}

#header {
height: 40px;
width: 850px;
margin: 0 auto;
background: url("css/top.png") no-repeat;
}

#content {
width: 810px;
margin: 0 auto;
padding: 0 20px;
text-align: center;
background: url("css/middle.png");
}

#content p {
padding: 3em 0;
font-size: 0.8em;
clear: both;
}

h1 {
font-family: Verdana, sans-serif;
text-align: center;
font-size: 2.2em;
margin-bottom: 0.7em;
}

.cattitle2 {
font-size: 2em;
font-weight: bold;
}

.cattitle {
font-size: 2em;
line-height: 0.7em;
font-weight: bold;
}

.cattitle em {
font-style: normal;
font-size: 0.6em;
}

h2 {
padding-top: 0.2em;
padding-bottom: 0.3em;
margin-top: 1em;
font-size: 2em;
}

a, a:visited, a:active {
font-size: 1em;
color: #0000a0;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a img {
border: 0;
}

.imagebloc {
width: 50%;
height: 300px;
text-align: center;
margin: 20px 0;
}

.image {
margin: 10px auto;
border: 1px solid gray;
width: 300px;
height: 300px; 
}

.titlebar {
height: 18px;
background: url("css/titlebar.png") no-repeat top right;
padding: 2px 12px 0 8px;
float: left;
font-size: 0.9em;
}

.votebar {
height: 20px;
width: 27px;
padding-left: 3px;
background: url("css/votebar.png") no-repeat;
margin-left: auto;
float: right;
}

.votenumbar {
height: 19px;
padding: 1px 17px 0 12px;
background: url("css/votenumbar.png") no-repeat top right;
margin-left: auto;
float: left;
}

/*.votebar {
height: 40px;
background: url('css/votebar.png');
width: 168px;
margin-left: auto;
padding-left: 30px;
font-size: 0.8em;
line-height: 15px;
}

.votenumbar {
height: 40px;
background: url('css/imagebar_bl.png');
width: 168px;
margin-right: auto;
padding-right: 30px;
font-size: 0.8em;
line-height: 60px;
}*/

#copyright {
height: 50px;
width: 850px;
margin: 0 auto;
background: url("css/bottom.png") no-repeat;
font-size: 0.8em;
text-align: center;
}

#copyright img{
vertical-align: top;
}


.votebar img {
vertical-align: top;
}


.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}