html{
font-family:Arial, Helvetica, sans-serif;
font-size:10pt;
background-color:#cfc;
/*background-image:url('chew_bg3.gif');
background-repeat:no-repeat;
background-attachment:fixed;
background-position:50% 50%;*/
}
body{
position:relative;
width:800px;
margin-left:auto;
margin-right:auto;
margin-top:0px;
}
.header{
position:relative;
width:100%;
height:100px;
background-color:#000;
background-image:url('chew_top2.gif');
background-repeat:no-repeat;
background-position:50% 50%;
}
.header p{
margin:0px;
padding-top:32px;
padding-right:1em;
height:50px;
text-align:right;
color:#096;
font-size:30px;
}
.contents{
background-color:#f33;
}
.navbar{
position:absolute;
left:0px;
top:100px;
width:150px;
height:auto;
margin:0px;
padding:0px;
list-style-type:none;
background-image:url('chew_lefttop2.gif');
background-position:0% 0%;
background-repeat:no-repeat;
}
.navbar a{
display:block;
width:100%;
height:35px;
padding:5px 0px 5px 0px;
text-align:center;
color:#000;
text-decoration:none;
font-family:"Comic Sans MS";
font-size:9pt;
font-weight:bold;
}
.navbar a span, table.navbar a:hover span{
display:block;
font-size:8pt;
font-weight:normal;
color:#9fc;
}
.navbar a:hover{
color:#fff;
}
form{
padding:0px 3px 1em 3px;
}
.main{
width:560px;
margin-left:150px;
padding:10px 60px 10px 30px;
background-color:#fff;
background-image:url('chew_bg.gif');
}
h1{
font-size:16pt;
color:#666;
border-left:20px solid #f33;
border-bottom:3px solid #f33;
padding-left:1em;
}
h2{
font-size:14pt;
color:#f33;
font-family:"Comic Sans MS";
}
a{
color:#0c3;
}
a:hover{
color:#f00;
}
strong{
font-weight: bold;
}
em{
color:#f33;
font-family:"Comic Sans MS";
font-style:normal;
}
dt{
margin:0.5em 0em 0.5em 0em;
color:#f33;
font-weight:bold;
font-family:"Comic Sans MS";
}
div.whatsnew{
float:right;
width:180px;
margin-top:15px;
margin-left:5px;
background-color:#cfc;
color:#666;
border:2px dashed #0c3;
}
div.whatsnew h2{
margin:0px;
text-align:center;
font-size:12pt;
font-weight:normal;
color:#fff;
background-image:url('whatsnew_h2.gif');
}
div.whatsnew p{
margin:3px;
padding:0px 5px;
}
div.whatsnew ul{
margin:3px;
padding:0px 5px 0px 20px;
}
table{
clear: left;
}
table.links_overview td{
background-color:#fc9;
}
table.links_overview td a{
display:block;
padding:5px 10px 5px 20px;
color:#933;
text-decoration:none;
}
table.links_overview td a:hover{
background-image:url('apple_small.gif');
background-position:5px 50%;
background-repeat:no-repeat;
}
div.links table{
margin-left:20px;
}
div.links table caption{
margin-top:15px;
}
div.links table tr td:first-child{
width:200px;
padding-right:10px;
}
div.links td{
vertical-align:top;
}
img.title{
display:block;
margin-left:auto;
margin-right:auto;
}
.footer{
height:71px;
background-color:inherit;
color:#f33;
text-align:center;
font-size:9pt;
}
