﻿body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 11px;
	text-align: left;
    background-image:url(images/background.jpg);
    background-repeat: repeat-x;
}

h3, p {
	font-size: 10px;
	margin-top: 1em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1em;
}

h2 {
	font-size: 14px;
	margin-top: 1em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	text-align: center;
	text-decoration:none;
}

h1 {
	font-size: 16px;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	text-align: center;
}

p { 
        margin-top: 0.5em; 
		font-size: 13.5px;
}

img {
        border: 0;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

#wrapper {
	margin: auto;
	text-align: left;
	width: 800px;
}

#main {
	margin: auto;
	text-align: left;
	width: 800px;
}
#main a{
	color: #3300FF;
}

#funny {
	margin: auto;
	text-align: left;
	width: 800px;
}
#funny a{
	color: #3300FF;
}
#funny img{
	margin: 10px auto 0 auto;

}
#header {
	border-bottom: 1px solid #b6ad9b;
	border-top: 2px solid #b6ad9b;
	margin-bottom: 0px;
	background-color: #b6ad9b;
}

.clear {
        clear: both;
        font-size: 1px;
        height: 5px;
        margin: 0 0 -4px 0;
}







#lefthome {
	float: left;
	width: 268px;
	background-color: #AA9989;
	padding: 0px;
}

#leftinfopages {
	float: left;
	width: 150px;
	background-color: #e6e6e6;
	height: 770px;
}

#right {
	float: left;
	width: 532px;
	background-color: #e5e2db;
}
#right_main {
	float: left;
	width: 532px;
	height: 770px;
	background-color: #e5e2db;
}

#info {
	border-bottom: 6px;
	background-color: #e5e2db;
	margin-top: 0.5em; 
	font-size: 13.5px;
}

#info a {
	color: #3300FF;
}
#info_pics {
   margin-top:15px;
   text-align:center;
}

#footer {
        text-align: right;
        background: #AA9989;
        border-top: 2px solid #fff;
}

* html #footer {
    height: 1.5em;
}

#footeri {
     padding: 2px 3px 4px 13px;
     border-bottom: 2px solid #fff;
}

#footer .copyright {
        float: left;
}



.style2 {color: #000099}
.style1 {color: #3300FF}


.inner_container_top_link{ float:right}
.inner_container_top_link ul{margin:0; padding:0; list-style:none}
.inner_container_top_link ul li{padding:0; margin:0; display:inline; font-size:11px; color:#8f8d8d; text-decoration:none}
.inner_container_top_link ul li a{font-size:11px; color:#8f8d8d; text-decoration:none}
.inner_container_top_link ul li a:hover{font-size:11px; color:#00b3f0; text-decoration:none}


/*    3) These CSS-styles are necessary for the script to work. You may also put
    them in an external CSS-file. See the webpage for documentation. */


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

.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-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;
    */
}
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;
}
