@charset "UTF-8";
/* CSS Document */
html, body {
background-color:#f0f2f1;
height: 100%;
margin:0;
}
h1{
font-size:18px;
}
#container {
min-height: 100%;
position: relative;
}
a:link, a:visited{
text-decoration:none;
color:#FFFFFF;
}
a:hover{
color:#000000;
}
#header{
height:203px;
background-image:url(layout/header.jpg);
background-repeat:repeat-x;
padding:0 0 40px 0;
}
#logo{
text-align:center;
}
#nav{
text-align:center;
}
a.mainlevel:link, a.mainlevel:visited {
background: url(layout/nav.jpg) no-repeat;
font-size: 14px;
font-weight: bold;
text-decoration: none;
color: #000000;
height:50px;
width:120px;
padding:10px 0 10px 20px;
}
a.mainlevel:hover {
background-position: -120px 0px;
}
#content{
padding:50px 0 0 0;
text-align:center;
}
#wrap{
width:800px;
text-align:justify;
}
#footer{
text-align:center;
padding:30px 0 0 0;
height: 65px;
position: relative;
color:#ffffff;
background-image:url(layout/footer.jpg);
background-repeat:repeat-x;
}