/* CSS Document */
body{
font-family:Arial, Helvetica, sans-serif;
font-size: small;
color:#C9CFC4;
background:#333;
}

#container{
width:60%;
margin:0 auto;
border:1px solid #474747;
min-width:710px;
}

#screenshot, #description{
text-align:center;
}

#description{
background:url(images/diagnol.gif);
}

#screenshot img{
padding:10px;
}

#header{
background:#333 url(images/novi/header_bg.gif) top left repeat-x;
padding-bottom:10px;
}

#header h1{
height:125px;
text-indent:-9000px;
background:url(images/novi/novi_masthead.gif) top left no-repeat;
margin:0;
padding:0;
}


#footer{
font-size:xx-small;
padding: 10px 0 10px 5px;
background:url(images/footer_background.gif) top left repeat-x #b7d278;
color:#333333;
height:100px;
}

#footer h2{
background:none;
color:#59717e;
}

#footer a{
color:#576537;
}
#footer a:visited{
color:#cb7b04;
}

#footer_wrap{
width:800px;
margin: 0 auto;
padding:0;
}

/* headers */
h2,h3{
color:#9FCAE3;
font-weight:normal;
}

h2{
font-size: 130%;
}

h3{
font-size: 110%;
}


