html, body { 
height: 100%; 
}

body {
	background-color:#ffffff;	
	font-size:12px;
	color: #666;
	padding:0px;
	padding-bottom: 0px;
	margin:0px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.style4 {
	font-size:14px;
	font-weight: normal;
}
html {
	min-height:99%;
	}


/* RESET */
h1, h2, h3, h4, h5, h6, h8, p, ul, li {
	margin:0px;
	padding:0px;
	}

hr {
border: none 0;
border-top: 1px dashed #fc04ca;/*the border*/
width: 100%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
} 

p {
	text-align:left;
	}

a:link {
	color:#fc04ca;
	text-decoration:none;
	}

a:hover {
	color:#fc04ca;
	text-decoration:none;
	}
a:visited {
	color:#fc04ca;
	text-decoration:none;
	}

.pictures {
	border: 1px dotted #C01774;
}

li {
  margin-bottom: 2em;
}

/* HIGHSLIDE */

* {
    font-size: 10pt;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 0px solid gray;
}

.highslide-image-blur {
}
.highslide-caption {
    display: none;    
    border: 2px solid white;
    border-top: none;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.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;
    */
}

#header {
	position: relative;
	z-index: 2;
	padding:0px 0px;
	margin:0px auto;
	}
#menu {
	background-image:url(images/logoback.png);
	background-position:top;
	background-repeat:repeat-x;
}
#stretch-background {
	position:fixed;
	z-index:1;
	bottom:0;
	right:0;
	width:100%;
	min-width:900px;
	height:100%;
	overflow:hidden;
}
#stretch-background img {
		position: absolute;
		display: block;
		width:auto;
		height: 100%;
		border:0;
		float:right;
		bottom:0;
		right:0;
}

#container { 
min-height: 100%; 
height: auto; 
height: 100%; 
margin: 0 auto 0px; /* the bottom margin is the negative value of the footer's height */ 
} 

#footer {
 position: fixed; 
 z-index: 2; 
 padding: 4px auto; 
 right: 2px; 
 bottom: 2px;
 text-align: center; 
 height: 20px; 
 width: 100px;
}
#footer a:link {
 font-size: 9px;
 color: white;
}
#footer a:visited {
 font-size: 9px;
 color: white;
}
#footer a:hover {
 font-size: 9px;
 color: white;
}
