* {
    margin: 0;
    padding: 0;
}

body {
    padding: 20px 0;
    font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #646462;
    background: #81BEF7;
}


h1 {
    padding: 20px 30px 0 0;
    font: 30px Arial, Helvetica, sans-serif;
    color: #ADCEFF;
}

h2 {
    position: relative;
    top: -3px;
    padding: 0 30px 0 0;
    font: 14px Arial, Helvetica, sans-serif;
    color: #ADCEFF;
}

p {
    padding: 5px 0;
    font: 12px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: justify;
    color: #646462;
}

a {
    color: #81A449;
    text-decoration: underline;
}

a:hover {
    color: #81A449;
    text-decoration: none;
}

#main {
    margin: 0 auto;
    width: 806px;
    text-align: left;
    background: url(images/bg.gif) repeat-y;
}

#header {
    margin: 0 14px;
    height: 200px; 
    text-align: left;
    padding-left: 20px;
    padding-top: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-repeat: no-repeat;
    background-position: center;
    border: 4px solid white;
    border-bottom: 0px;   
}
#header h1{
   padding: 10px;
   display: inline;
    color: black;
    font-size: 26px;
}

#menu {
    margin: 0 14px;
    height: 37px;
    background: lightgray;
    border: 4px solid white;
    border-bottom: 0px;
    border-top: 0px;
}

#menu ul {
    list-style: none;
}

#menu ul li {
    float: left;
    display: block;
    height: 37px;
    color: #E9EDF4;
}

#menu ul li a {
    display: block;
    padding: 1px 32px 0 30px;
    font: bold 14px/36px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #646462;
    background: url(images/menu_br.gif) no-repeat right;
}

#menu ul li a:hover, #menu ul li a.active {
    text-decoration: none;
    color: #F38E3C;
}

#middle {
    margin: 0 14px;
    padding-top: 7px;
    background: url(images/middle.gif) repeat-x top;
    border: 4px solid white;
    border-bottom: 0px;
    border-top: 0px;
}

#left {
    float: left;
    padding: 10px 0 10px 18px;
    width: 545px;
    border-right: 1px solid black;
    min-height:415px;

}

#left h3 {
    margin-bottom: 5px;
    padding: 25px 30px 10px 30px;
    font: bold 14px Arial, Helvetica, sans-serif;
    background: url(images/h3.gif) no-repeat bottom;
}

#left h3.firsth3 {
    padding-top: 10px;
}

#right {
    padding: 10px 10px 10px 10px;
    float: right;
    width: 184px;
    background: white;
    height: 300px;
}
#screen{
    background: white;
    padding-left:10px;
}

#right h3 {
    margin-left: 7px;
    padding: 10px 0 10px 13px;
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #646462;
}

#right h3.firsth3 {
    margin-left: 0;
    padding-left: 20px;
    background: url(images/right_top.gif) no-repeat top;
    border-top: none;
}

#right ul {
    list-style: none;
}

#right ul.lastul {
    padding-bottom: 20px;
    background: url(images/right_bot.gif) no-repeat bottom;
}

#right ul li {
    display: block;
    margin-left: 7px;
    padding: 0;
    height: 28px;
    border-top: 1px solid #E0E0DF;
}

#right ul li a {
    margin: 0;
    padding: 0 0 0 13px;
    font: 14px/28px Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #8B8B7C;
}

#right ul li a:hover {
    text-decoration: none;
    color: #F38E3C;
}

#footer {
    clear: both;
    height: 1%;
}

#footer p {
    padding: 0 0 24px 60px;
    font: 10px/30px Arial, Helvetica, sans-serif;
}

#footer a {
    color: #646462;
}
#text_area{
    width: 250px;
    height: 150px;
}
.nivoSlider {
    position:relative;
    width:618px; /* Change this to your images width */
    height:246px; /* Change this to your images height */
    background:url(js/nivo-slider/images/loading.gif) no-repeat 50% 50%;
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}