

/* GLOBAL DEFINITIONS */

body{
background: #f4f4f4 url(../images/main_bg.jpg) top left repeat-x;
border:0;
margin:0 auto;
padding:0;
text-align:center;
font: normal 11px/17px Verdana, Arial, Helvetica, sans-serif;
color: #333333;
}

ul, li {
margin: 0;
padding: 0;
}

img{
border:0px;
}

input{
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
padding:1px;
border:1px solid #4d4d4d;
background:#fff;
margin-bottom:4px;
}


/* IDk */

#widewrap{
width:100%;
background:#1b72a5 url(../images/header_bg.gif) top left repeat-x;
height:141px;
margin:0px;
}

#proba{
width:780px;
margin: auto;
height:100%;
border:0px solid green;
}

#wrapbefogo{
position:relative;

}

#wrap{
width: 780px;
margin: 0px;
border:0px solid red;
}

#wraptop{
width:780px;
margin:0px;
background:url(../images/textarea_top.png) top left no-repeat;
height:9px;
}

#wrapmiddle{
text-align:left;
padding:45px 20px 15px 197px;
width:780px;
margin:0px;
background:url(../images/textarea_middle.png) top left repeat-y;
height:100%;
min-height:700px;
border:0px solid red;
}

#wrapbottom{
width:780px;
margin:0px;
background:url(../images/textarea_bottom.png) top left no-repeat;
height:10px;
}

#logoimg{
position:absolute;
top:-122px;
left:33px;
}

#picposition{
position:absolute;
top:-131px;
left:185px;
}

/*MENUBOX*/
#menuposition{
position:absolute;
top:-35px;
left:12px;
}

#menu{
text-align: left;
width: 170px;
border:0px solid red;
height:100%;
}

#menutop{
text-align:left;
width:170px;
margin:0px;
background:url(../images/menu_top.png) top left no-repeat;
height:24px;
}

#menumiddle{
text-align:left;
width:170px;
margin:0px;
background:url(../images/menu_middle.png) top left repeat-y;
height:100%;
}

#menubottom{
text-align:left;
width:170px;
margin:0px;
background:url(../images/menu_bottom.png) top left no-repeat;
height:25px;
} 
/* MENUBOX END */

#navbar{
list-style: none;
padding-bottom:20px;
}

#navlist li{
margin:0px 20px 15px 20px;
padding-bottom:1px;
font-size:11px;
list-style-type: none;
padding-left: 15px;
background: url(../images/menu_dot.gif)  no-repeat 0px 4px;
border-bottom:1px solid #c9c594;
}

#navlist li.active{
margin:0px 20px 15px 20px;
padding-bottom:1px;
font-size:11px;
list-style-type: none;
padding-left: 15px;
background: url(../images/menu_dot_active.gif)  no-repeat 0px 4px;
}


#content{
width:555px;
margin:0px 0px 0px 0px;
padding:0px;
font: normal 12px/17px Arial, Verdana, Helvetica, sans-serif;
}

#footer{
width: 780px;
margin: auto;
border:0px solid yellow;
clear:both;
text-align:center;
height:25px;
color:#002f2f;
}
