@charset "utf-8";
/* CSS Document */

html{
}
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:62.5%;
margin:0;
padding:0;
background-color:#990000;
}
body * {
margin:0;
padding:0;
}
#innerwrap{
margin:0 auto;
width:990px;
font-size:1.2em;
color:#666;
}
#header{
background:#fff;
height:160px;
}
#header img{
padding-left:30px;
}
#menu{
background:url(ewis-styles_FILES/bg-menu.jpg) 0 0 no-repeat;
width:990px;
height:73px;
}
#menu ul{
padding-left:30px;
padding-top:20px;
display:block;
list-style:none;
}
#menu ul li{
float:left;
border-left:1px solid #fff;
border-right:1px solid #fff;
background:url(ewis-styles_FILES/menu-bg-nor-repeat.png) 0 0 repeat-x;
height:33px;
padding:0 8px;
}
#menu ul li.act{
float:left;
border-left:1px solid #fff;
border-right:1px solid #fff;
background:url(ewis-styles_FILES/menu-bg-act-repeat.png) 0 0 repeat-x;
height:33px;
padding:0 8px;
}
#menu a{
text-decoration:none;
color:#fff;
font-size:1.0em;
font-weight:bold;
line-height:30px;
padding:0 20px;
}
#menu a:hover{
color:#666;
}
#contentarea{
background:url(ewis-styles_FILES/bg-content-body.jpg) 0 0 repeat-y;
width:990px;
min-height:400px;
/*height:auto !important;
height:400px;*/
}
#contentwrap{
background:url(ewis-styles_FILES/bg-content-top-homepage.jpg) 0 0 no-repeat;
width:990px;
min-height:300px;
}
p a{
color:#999999;
}
p a:hover{
color:#d10000;
}
#title{
height:120px;
width:500px;
margin-left:70px;
color:#fff;
}
#title h1{
font-family:Arial,sans-serif;
font-size:2.0em;
padding-top:24px;
}
#maincontent{
width:500px;
margin-left:70px;
}

#footer{
background:url(ewis-styles_FILES/bg-footer.jpg) 0 0 no-repeat;
width:990px;
height:80px;
}
#footer p{
padding:57px 0 0 20px;
color:#fff;
}
