body
{
	margin: 0;
	padding: 0;
	color: #ffffff;
	line-height: 1.6em;
	font: normal 13px "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
	background-color: #000000;
}
/* Links */
a:link { 
	text-decoration: none; 
	color: #000000; 
	padding: 0 5px; 
}
a:visited { 
	text-decoration: none; 
	color: #000000; 
	padding: 0 5px; 
}
a:hover, a:active {
	color: #990000;
	text-decoration: underline;
}
/* HTML Elements */

h1, h2, h3, h4, h5, h6 
{ 
	font-weight: normal; 
	margin: 0; 
	padding: 5px 0; 
	color: #990000;
}
h1 { font-size: 28px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; }
h4 { font-size: 18px; }
h5 {
	font-size: 14px;
	padding-left: 5px;
}
h6 { 
	font-size: 15px;
	font-weight: bold;
	padding-left: 5px;
}
ul { list-style-type: square; }
blockquote 
{
	background-color: #eeeeee;
	padding: 1px 5px 1px 5px;
}
.grey
{ 
	background-color: #eeeeee; 
}
.blanc
{ 
	background-color: #FFFFFF; 
}
.red
{ 
	background-color: #ece9d8; 
}
.button
{
	border: 0px;
	cursor: hand;
}
code { color: #996633; font-family: Consolas, Verdana, "Courier New", Sans-Serif; font-size: 12px; }
acronym { border-bottom: 1px dotted #000000; }
/* Structure */
#container { 
background-color: #FFFFFF; 
color: #000000; 
float: none; 
width: 100%; 
}
#header {
	background-color: #000000;
	color: #f9f9f9;
	padding-left: 70px;
}
#navigation { float: left; width: 100%; background-color: #800000; } 
#wrapper {
	float: none;
	width: 80%;
	margin-left: 100px;
}
#content-wrapper {
	float: left;
	width: 65%;
}
#content {
	float: left;
	padding: 20px;
	width: 95%;
}
#sidebar-wrapper {
	float: left;
	width: 35%;
}
#sidebar { 
float: left; 
padding: 20px; 
}
#footer 
{
	text-align: center; 
	clear: both;
	font-size: 11px; 	
	color: #999999;
	padding: 10px 0;
	background-color: #000000;
	border-top: 10px;
	border-top-style:solid;
	border-top-color:#800000;
}
/* Header */
#header h1, #header h2 {
	padding-left: 10px;
	margin: 0;
	color: #FFFFFF;
}
#header h1 { padding-bottom: 0; padding-top: 20px; }
#header h2 { padding-bottom: 20px; color: #999999; font-size: 16px; }
#header h1 a:link, #header h1 a:visited { color: #FFFFFF; padding: 0; }
#header h1 a:hover, #header h1 a:active { background-color: transparent; color: #ffce40; }
/* Navigation */
#navigation ul 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 100px;
	list-style-type: none;
	float: left;
}
#navigation li { float: left; margin: 0; padding: 0; }
#navigation li a
{
	float: left;
	display: block;
	padding: 5px 10px;
	color: #FFFFFF;
}
#navigation li a:hover,
#navigation li a:active
{
	background-color: #000000;
	color: #ffffff;
}
body#bhome li#home a,
body#bg li#g a,
body#bs1 li#s1 a,
body#bs2 li#s2 a,
body#bs3 li#s3 a,
body#ba li#a a,
body#balgv li#algv a
{
	background-color: #000000;
	color: #FFFFFF;
}
/* Content 
#content a:link{ border-bottom: 1px dotted #335577; }*/
td { padding: 3px; }
#content a:hover, #content-wrapper a:active { border-bottom-color: #990000; }
#content dt a:link, #content dt a:visited { border-bottom-width: 0; padding: 0; }
#content dt a:hover, #content dt a:active { background-color: transparent; }
/* Footer */
#footer a:link, #footer a:visited { padding: 0; color: #cfcfcf; }
#footer a:hover, #footer a:active { background-color: transparent; color: #cfcfcf; }
/* image positioning - left, right and center */
img.left
{
	float: left;
	padding: 6px 8px 6px 0px;
}

img.right
{ 
  float: right; 
  padding: 6px 0px 6px 8px;
}


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

.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	border-bottom: 1px solid white;
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	padding: 5px;
	background-color: silver;
	color: #000000;
}
.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;
}

