* {
margin:0;
padding:0;
}

html, body {
height:100%;
}


body {
font-family: Arial, sans-serif;
font-size:90%;
color: #dbd7d3;
font-weight: normal;
text-align:left;
background-color:#000000;
}


a {
font-weight: normal;
color:#dbd7d3;
text-decoration:none;
}


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



a.linkopacity img {
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
-khtml-opacity: 0.7;}


a.linkopacity:hover img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0;
}


a.opacitylink img {
filter:alpha(opacity=100);
-moz-opacity: 1.0;
opacity: 1.0;
-khtml-opacity: 1.0;
}


a.opacitylink:hover img {
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
-khtml-opacity: 0.7;
}



#footer a {

}

#footer a:hover {
}



img {
border: 0;
}

.main {
border: 1px solid #9e9b98;
}


#textcontent {
width: 440px;
height: 440px;
background-color: #222222;
padding: 30px;
border: 1px solid #9e9b98;
}

#textcontent p {
font-family: Tahoma, sans-serif;
font-size: 90%;
line-height: 130%;
margin: 3px 0 15px 0;
}


ul {
list-style-type: none;
margin-bottom: 10px;
}

h1 {
font-size: 20px;
}

h2 {
font-size: 20px;
margin-bottom: 10px;
}

h3 {
font-size: 15px;
}


p{
margin: 3px 0 5px 0;
}

#floater {
position:relative; 
float:left;
height:50%;	
margin-bottom:-350px;
width:1px;
}

#container {
clear:both; 
height:700px; 
width: 650px;
position: relative;
left: 50%;
margin-left: -325px;
}

#content {
float: left;
}

#thumbs img {
border-right: 5px solid #000000;
}

#menu {
float: right;
position: relative;
top: 401px;
left: -23px;
}


#footer {
}




/*
===============================================================
========================javascript stylin======================
===============================================================
*/



li {
    list-style: none;
}

#slideshow {
    margin: 0 0 20px 0;
    width: 500px;
    height: 60px;
    background: #000000;
}

#slideshow_wrapper {
    /* we use relative to catch the children */
	position: relative;
	overflow: hidden;
	width: 460px;
	height: 60px;
	left: 20px;
	top: 0;
}

#slideshow_set {
	position: absolute;
}

#slideshow_set li {
	float: left;
	height: 60px;
	width: 72px;
}

#navigation {
    position: absolute;
    z-index: 10;
}

#scroll_left {
	left: 0;
	top: 0;
	background: url(images/arrow-left.gif) no-repeat;
}

#scroll_right {
	left: 480px;
	top: 0;
	background: url(images/arrow-right.gif) no-repeat;
}

#scroll_left, #scroll_right {
    position: absolute;
    overflow: hidden;
    display: block;
    padding: 0 0 0 20px;
    height: 60px;
    width: 0px !important; /* for most browsers */
    width /**/: 20px; /* for IE5.5's bad box model */
}