html {
    height: 100%;
} 

body {
    color: #000000;
    background: url('../images/background.png') repeat-x left top;
    font-family: "lucida grande", Verdana, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0;
}

a:link, a:visited {
    color: #000;
    text-decoration: underline;
}

a:hover, a:active {
    color: #930;
    background: transparent;
}

#wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

#top {
    background: url('../images/top_shadow.png') repeat-x left bottom;
    height: 70px;
    margin: 0px 100px 0px 100px;
    border: 0px 0px 1px 0px;
}

#top h1 {
    font-family: georgia, serif;
    letter-spacing: -1px;
    font-weight: bold;
    margin: 0;
    float: left;
    font-size: 410%;
}

#top h2 {
    font: normal 12px verdana, arial, sans-serif;
    margin: 2.35em 0.2em 0 0;
    float: right;
    font-style: italic;
}

#top a:link,
#top a:visited {
    color: #000;
    text-decoration: none;
}

#top a:hover,
#top a:active {
    color: #930;
    background: transparent;
    text-decoration: none;
}

#content {
    width: 100%;
}

#sec1 {
    float: left;
}

#content .main {
    float: left;
    margin-left: 10px;
    background: transaprent;
    width: 700px;
}

ul
{
list-style-type:none;
padding:0px;
margin:0px;
}

.text_title {
    font-weight: bold;
}

/*
* Movable windows CSS
*/
.drsElement {
    position: absolute;
    border: 1px solid #333;
}

.content_ {
    margin: 4px;
}

.content_shell {
    font-weight: bold;
}

.content_intro {
    text-align: justify;
    margin: 4px;
}
/*
 The main mouse handle that moves the whole element.
 You can apply to the same tag as drsElement if you want.
*/
.drsMoveHandle {
    height: 20px;
    background-color: transparent;
    border-bottom: 1px solid #666;
    cursor: move;
}

/*
 The DragResize object name is automatically applied to all generated
 corner resize handles, as well as one of the individual classes below.
*/
.dragresize {
    position: absolute;
    width: 5px;
    height: 5px;
    font-size: 1px;
    background: #EEE;
    border: 1px solid #333;
}

/*
 Individual corner classes - required for resize support.
 These are based on the object name plus the handle ID.
*/
.dragresize-tl {
    top: -8px;
    left: -8px;
    cursor: nw-resize;
}
.dragresize-tm {
    top: -8px;
    left: 50%;
    margin-left: -4px;
    cursor: n-resize;
}
.dragresize-tr {
    top: -8px;
    right: -8px;
    cursor: ne-resize;
}

.dragresize-ml {
    top: 50%;
    margin-top: -4px;
    left: -8px;
    cursor: w-resize;
}
.dragresize-mr {
    top: 50%;
    margin-top: -4px;
    right: -8px;
    cursor: e-resize;
}

.dragresize-bl {
    bottom: -8px;
    left: -8px;
    cursor: sw-resize;
}
.dragresize-bm {
    bottom: -8px;
    left: 50%;
    margin-left: -4px;
    cursor: s-resize;
}
.dragresize-br {
    bottom: -8px;
    right: -8px;
    cursor: se-resize;
}

.worker_title {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    margin-left: 5px;
}
