body {
    margin:0;
    font-family: Tahoma, Dotum, Arial;
}

img {
    border: 0;
}

/* Floater design start */


#floater {
    bottom:0px;
    right:0p;
    width: 100%;
    z-index: 100;
    position: absolute;
    margin: 0;
    padding: 0;
    height: 50px;
    background: url(../images/footer_bg.jpg) repeat-x;
}

#editbar_wrap {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/edit_gra_bg.jpg) no-repeat top right;
    margin-top: 0px;
}


/**html #editbar_wrap {
    margin-top: -11px;
}*/



.editbar {
    display: block;
    margin: 0;
    padding: 0;
    text-align: right;
    white-space: nowrap;
    font-size: 12px;
}

.editbar form, .editbar form div {
    display: inline;
    margin: 0;
}

.editbar li {
    display: inline;
    padding: 0 8px;
    margin: 0;
    font-weight:normal;
}

.editbar a, .editbar a:visited {
    color: #FFFFFF;
    font-size: 12px;
}

.editbar a:hover, .editbar a:visited:hover {
    color: #7db5b2;
    font-size: 12px;
    text-decoration: none;
}

#edit_box {
    color: #7d7d7d;
    font-family: Dotum;
    height: 17px;
}

#copyright {
    font-size: 10px;
    margin: 0px 30px 0 5px;
    padding: 0 10px 0 0;
    color: #9ba4b0;
    font-family: Arial;
    text-align: right;
}

#copyright a {
    color: #9ba4b0;
    font-weight: bold;
    font-size: 10px;
}

#copyright a:hover {
    color: #7db5b2;
    font-weight: bold;
    text-decoration: underline;
}

/* Floater design end */



/* Header design start */

#header_wrap {
    width: 100%;
    background: url(../images/body_back02.gif) repeat-x;
}

#header {
    margin: 0;
    padding: 0;
    background: url(../images/header_top.gif) no-repeat top right;
    height: 60px;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}


#logo {
    margin: 0;
    padding: 0 0 0 30px;
    border: none;
    float: left;
}

*[dir="rtl"] #logo {
    float: right;
}

#logo img {
    vertical-align: middle;
}

#username {
    display: inline;
    float: right;
    margin: 0;
    padding: 18px 0 0 0;
    font-size: 8pt;
    white-space: nowrap;
}

#username li {
    display: inline;
    padding: 0;
}

#username a {
    padding: 0 2px;
    color: #5ba5a1;
    font-family: Arial;
}

#username a:hover {
    text-decoration: underline;
}

#username .current a {
    background: none;
    color: #757f8b;
    font-size: 10px;
}


*[dir="rtl"] #username {
    text-align: left;
    margin: 5px 0px;
}

#username form {
    display: none;
}

#username input {
    display: inline;
    padding: 0;
    margin: 0;
    border: none;
    background: #E7E7E7; /* inherit doesnt work on IE */
    color: blue;
    font-size: 0.82em;
    cursor: pointer;
}

#username input:hover {
    color: red;
}


#searchform {
    margin: 0;
    padding: 13px 6px 0 9px;
    white-space: nowrap;
    float: right;
    font-size: 11px;
}

*[dir="rtl"] #searchform {
    float: left;
}

#searchform form div {
    display: inline;
}

#titlesearch {
    background: url(../images/title_back.gif) no-repeat center;
    width: 40px;
    height: 22px;
    padding: 0;
    border: none;
}

#fullsearch {
    background: url(../images/text_back.gif) no-repeat center;
    width: 40px;
    padding: 0;
    border: none;
    height: 22px;
}



#navibar {
    clear: both;  /* problem: clear: right; aligns nicely right of logo,
                    but lets it float high in the header, disconnected from ground */
    padding: 0 0 0 10px;
    margin: 0 0 0 10px;
    font-size: 11px;
    line-height: 2.5em;
    text-align: right;
	width: 960px;
	float: left;
    zoom: 1; /* for avoiding a gap between navibar and pageline on IE */
}

*html #navibar {
    margin: 0 0 0 5px;
}


#navi_bg{
   clear: both;
   margin:0 auto;
   padding:0;
   background: transparent url(../images/navibar_bg.jpg) repeat-y scroll center;
   width:996px;
   overflow:auto;
}

#navibar ul {
	float:left;
    margin:0px;
    padding:0px;

}
#navibar li {
	float: left;
	text-align: right;
    /*display:inline;*/
    margin-top:0px;
    margin-bottom:0px;
    list-style-type:none;
}

*[dir="rtl"] #navibar li {
    float: right;
}

#navibar li.wikilink {
    background: ; /*url(../img/tab-wiki.png) repeat-x;*/
}

#navibar li.userlink {
    background: ; /*url(../img/tab-user.png) repeat-x;*/
}

#navibar a, #navibar a:visited {
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 9px 10px 0 10px;
}

#navibar a:hover, #navibar a:visited:hover {
    color: #b1d13f;
    text-decoration: none;
}

#navibar li.current a {
    color: #7db5b2;
    /*background: url(../images/navi_hover.gif) no-repeat center top;*/
}

#navibar li.current a:hover {
    color: #7db5b2;
}

#img_area_index {
    /*background: #dbdbdb url(../images/main_img.jpg) no-repeat center bottom;*/
    height: 270px;
	margin: 0 auto;
	width: 996px;
	padding: 0;
}

*html #img_area_index {
    margin-bottom: -3px;
}

#img_area_top{
    background-color: #dbdbdb;
}


/* Header design end */



/* Page design start */

#main_page {
    margin-top: 2px;
    /*background: url(../images/content_border.gif) repeat-y center;*/


   /* theses are some Firefox 1.5b1 specific extensions, see also the CSS3 draft.
   -moz-column-width: 25em;
   -moz-column-gap: 2em;
   -moz-column-rule: solid black 0.3em;     --   doesn't work yet with 1.5b1!

   TODO: make text/gui editor NOT use #page css, we don't want columns there!
    */
}

/**:first-child+html #main_page {
    margin: 0 0px 0 17px;
    background: url(../images/content_border.gif) repeat-y center;
}

*html #main_page {
    margin: 0 0px 0 17px;
    background: url(../images/content_border.gif) repeat-y center;
}*/


#main_content {
    width: 960px;
    height: 270px;
    padding: 35px 1px 0 0;
    margin-left: auto;
    margin-right: auto;
    background: transparent url(../images/content_bg_main.jpg) no-repeat top center;
}

#main_content01 {
    margin: 0;
    padding: 0 0 0 35px;
    color: red;
    width: 335px;
    float: left;
    background:  url(../images/recent_title.jpg) no-repeat top right;
}

#main_content01 ul {
    margin: 0;
    padding: 17px 0 0 0;
    line-height:0.3em;
}

#main_content01 li {
    list-style: none;
    width: 335px;
    padding: 5px 0 7px 0;
}

#main_content01 li a {
    margin: 0 0 0 84px;
    padding: 0;
    color: #505762;
    font-size: 11px;
    line-height: 1.3em;
    text-decoration:none;
}

#main_content01 li a:hover {
    text-decoration: underline;
    color: #1d6482;
}

#main_content01 li embed {
    margin: 0 0 0 100px;
}

#main_content01_text {
    height:9px;
    margin-top:7px;
}

#main_content01_img{
    margin-top:8px;
}

.main_content01_img1 {
    background: url(../images/science_img.jpg) no-repeat top left;
    height: 54px;
    width: 168px;
}

.main_content01_img1 li{
    border:1px red solid;
    padding:0;
    margin:-10px 0 0 0;
}

.main_content01_img2 {
    background: url(../images/nature_img.jpg) no-repeat top left;
    height: 54px;
    width: 168px;
}

.main_content01_img3 {
    background: url(../images/quipu_img.jpg) no-repeat top left;
    height: 54px;
    width: 168px;
}


#main_content02 {
    float: left;
    width: 334px;
    margin: 1px 25px 0 25px;
    padding: 0;
    background: url(../images/news_title.jpg) no-repeat top;
}

.more_button {
    margin: 5px 0 0 305px;
}

.new_button {
    position: absolute;
    margin: 37px 0 0 213px;
}

#latest_news {
}

#news {
    margin: 0;
    padding: 35px 0 18px 22px;
    line-height: 1.0em;
    color: #69727e;
}
#news li {
    list-style-type: decimal;
    padding: 0;
    margin: 0;
    font-size: 11px;
}

#news li a {
    color: #69727e;
    text-decoration:none;
}

#news li a:hover {
    color: #5ba5a1;
    text-decoration: underline;
}

#main_content03 {
    float: left;
    background: url(../images/right_img.jpg) no-repeat bottom;
    width: 170px;
    height: 220px;
    padding: 0px 0 0 0;
}

#main_content03 ul {
    margin: 0;
    padding: 4px 0 0 124px;
}


#main_content03 li {
    list-style: none;
    padding: 24px 0 0 0;
}


#main_partner {
    width: 886px;
    height: 76px;
    background: url(../images/parthner_text.gif) no-repeat top left;
    padding: 8px 0 20px 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}

#main_partner ul {
    margin: 0;
    padding: 17px 5px 0 7px;
    height: 70px;
}
#main_partner li {
    margin: -2px;
    padding: 0;
    list-style: none;
    display: inline;
}

/* Page design end */
