body
{
    background: #131112 url("images/thumbnail.gif") repeat-x;
    padding: 0;
    margin: 0;
    font-family: verdana;
    font-size: 17 px;
    color: black;
	
}
a:link, a:visited, a:hover
{
    font-family: verdana;
    font-size: 17 px;
    color: white;
}
#bluebar
{
background-image:url("bluebar.gif");
background-repeat:no-repeat;
height:25px;
line-height:25px;
width:1000px;
vertical-align:middle;
position:absolute;
top:150px;
margin-left:-40px;


}
.main
{
    background-image: url("images/bg.jpg");
    background-position: -90px 0px;
    background-repeat: no-repeat;
    height: 670px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 200px;
	width:1000px;
}

.content
{
    background-color: White;
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    width: 635px;
    height: 360px;
    overflow: scroll;
    overflow-x: no-Scroll;
    padding: 20px;
    margin-left: 200px;
}

.notrans *
{
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    font-weight: bold;
}

.nav li
{
    display: inline;
}

.nav
{
    
}



#sddm
{
    margin: 40;
    padding: 0;
	position:absolute;
	z-index:30;
}

#sddm li
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font: bold 11px arial;
}

#sddm li a
{
    display: block;
    padding:4px;
    color: #FFF;
    text-align: center;
    text-decoration: none;
}

#sddm li a:hover
{
    background: #49A3FF;
}

#sddm div
{
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    background: #EAEBD8;
    border: 1px solid #5970B2;
}

#sddm div a
{
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 10px;
    width: auto;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    background: #EAEBD8;
    color: #2875DE;
    font: 11px arial;
}

#sddm div a:hover
{
    background: #49A3FF;
    color: #FFF;
}
#left
{
	float:left;
}