/* CSS Document */

body{
color:#FFFFFF;
margin:0px;
/**background-color:#D6E1D5;**/
background-color:#000;
font-family:Georgia, Garamond, Times, serif;
font-size:13px;
filter:alpha(opacity=80);
opacity: 0.8;
border:none;
}

/** -----------------------------DIVS-------------------------------- **/


#main {
position:absolute;
margin: 0px;
}

#header {
color:#FFFFFF;
position:absolute;
height:25px;
left: 15px;
top: 15px;
filter:alpha(opacity=80);
opacity: 0.8;
}

#logo {
color:#FFFFFF;
position:absolute;
left: 15px;
top: 60px;
height:30px;
}

#wrapper {
position:absolute;
z-index:20;
}

#submenu {
background-color:#000000;
position:relative;
float:left;
width:140px;
height: 215px;
margin:140px 0px 0px 15px;
border-color:#FFFFFF;
border-style:dashed;
border-width:1px 0px 0px 0px;
}

#smallmenu {
background-color:#000000;
position:relative;
float:left;
margin-top:140px;
margin-left: 20px;
border-color:#FFFFFF;
border-style:dashed;
border-width:1px 0px 0px 0px;
}

#content {
overflow:hidden;
width:700px;
margin:132px 0px 0px 400px;
}

#footer {
height:30px;
padding-top:15px;
margin-left:25px;
position:relative;
border-color:#FFFFFF;
border-style:dashed;
border-width:1px 0px 0px 0px;
}


/** -----------------------------IFRAMES-------------------------------- **/

iframe {
background-color:#000000;
}

#smallframe {
background-color:#000000;
border:0px;
width:190px;
height: 500px;}


#contentframe2 {
background-color:#000000;
overflow:auto;
width:700px;
height:720px;
margin:0px;
padding:0px;
border:0px;
}


/** -----------------------------TEXT-------------------------------- **/

a, a:link {
text-decoration:none;
filter:alpha(opacity=80);
opacity: 0.8;
}

a:active {
color:#FF0099;
}

a:hover {
text-decoration:none;
color:#0093ED;
filter:alpha(opacity=100);
opacity: 1;
}


.menutext {
font-style:italic;
font-size:36px;
color:#FFFFFF;
text-decoration:none;
filter:alpha(opacity=80);
opacity: 0.8;
}

.menutext:hover {
text-decoration:none;
filter:alpha(opacity=100);
opacity: 1;
}

.header {
font-size:18px;
}

.logo {
font-size:40px;
}
.footer {
filter:alpha(opacity=100);
opacity: 1;
font-size:14px;
}