.clear{
    display: block;
    clear: both;
    height: 1px;
    text-indent: -1000px;
}

.hidden{
    display: none;
}


a{
    color: #33617f;
}
.emph{
    font-size: 0.9em;
    font-weight: bold;
    color: #077D44;
    font-variant: small-caps;  
}




body{
    font-family: "arial" sans-serif;
    text-align: center;
    font-size: 13px;
}

div#container{
    text-align: left;
    width: 800px;
    /*to be fixed !*/
    margin: 0 auto;
    background-color: #fff !important;
    border-left: #c6c6c6 solid 1px;
    border-right : #c6c6c6 solid 1px;
	
    /*padding-left: 40px;*/
}


#header{
    position: relative;
    height: 140px;
    width: 800px;
    background: url('images/gradiant_top.png') repeat-x bottom center;
    border-bottom: #c6c6c6 solid 1px;
}

#name{
    position: absolute;
    left: 40px;
    bottom: 10px;
    display: block;
    height: 66px;
    width: 298px;
    background: no-repeat url('images/title.gif');
    text-indent: -1000px;
}

#graph{
    position: absolute;
    bottom: 0px;
    left: 500px;
}
#menu{
    margin: 0px 0  20px 0;
    padding-left: 40px;
    width: 800px;
    position: relative;
}

#dies{
    border: 2px solid #ddd;
}

#content{
    margin-left:40px;
    width: 760px;
    background-color: #fff
	
}

#content p, #content ul{
    margin: 15px 0;
    line-height: 1.7em;
}
#content h2{
    
    font-size: 20px;
    font-weight: bold;
}

#content h2 span{
    color: #077D44;
}

#content h3{
    padding-top: 10px;
    padding-right: 10px;
    color: #077D44;
    font-size: 14px;
    font-weight: bold;
    
    border-bottom: 2px solid #cfcfcf;
}

#extras h3{
    width: 90%;
}


#extras div{
    margin: 20px 0;
}

#main li{
    margin-left: -10px;
    padding-left: 10px;
    background: url('images/arrow_bullet.gif') no-repeat 0px 7px;
    line-height: 1.7em;
}


#main{
    width: 64%;
    float: left;
}

#sub{
    border-left: 1px solid #cfcfcf;
    width: 30%;
    padding-left: 10px;
    float: right;
    font-size: 12px;
}

#sub h3{
    width: 90%;
}
#sub li{
    margin-top: 10px;
    width: 90%
}

#search {
	text-align: center;
	width: 100%;
}
#search form{
    margin: 5px 32px;
	
}

#search input, #search select{
    display: block;
    /*float: left;*/
    margin-bottom: 5px;
    margin-right: 10px;
    width: 140px;
    background: #ffc;
}

#search #submit_bt{
    width: 60px;
    background: #fff;
	margin: 0 35px;
	_margin-left: 20px;
}
#extras{
    
}

#newsletter{
    float: left;
    width: 48%;
    /*border-right: dashed 2px #cfcfcf;*/
    /*padding-right: 2px;*/
}
#support{
    float: right;
    width: 48%;
}

#footer{
    height: 150px;
    background: url('images/gradiant_bottom.png') repeat-x top;
    border-top: #c6c6c6 solid 2px;
    width: 800px;
    text-align: center;
    position: relative;
}

#footer #links{
    margin: 20px 0;
}

#footer #links a{
    margin: 0 10px;
    font-size: 1.1em;
    text-decoration: none;
}
#footer #copyright{
    position: absolute;
    left: 250px;
    bottom: 20px;
    font-size: 10px;
    line-height: 1.2em;
    color: #333;
}



/*--------------------Rotation---------------------------*/

.scroller_container{
    position: relative;
    overflow: hidden;
    height: 200px;

}

.scroller_container_small{
    position: relative;
    overflow: hidden;
    height: 100px;
}




.smiley1{
display: block;
margin-left: 250px;
margin-top: -25px;
width: 31px;
height: 31px;
background: url('images/smiley1.png') no-repeat;
text-indent: -1000px;
}

.smiley2{
display: block;
margin-left: 250px;
margin-top: -25px;
width: 31px;
height: 31px;
background: url('images/smiley2.png') no-repeat;
text-indent: -1000px;
}


.smiley3{
display: block;
margin-left: 250px;
margin-top: -25px;
width: 31px;
height: 31px;
background: url('images/smiley3.png') no-repeat;
text-indent: -1000px;
}

#welcome{
	font-size: 14px;
	font-weight:bold;
	text-align:center;
	color: #077D44;
}

#uid{
position: absolute;
width: 220px;
top: 150px;
_width: 185px;
}