html {
margin : 0;
padding : 0;
height: 100%;
}
body {
height : 100%;
font-family : Verdana, sans-serif;
line-height : 1.7em;
background-image : url(graphics/header.png);
background-repeat : repeat-x;
margin : 0 auto;
text-align: center;
padding : 0;
min-width: 950px;
width:expression(document.body.clientWidth < 950? "950px": "auto" );
}
img {
border : none;
}
a:link {
color : #fd6e99;
text-decoration : none;
}
a:active {
color : #fd6e99;
text-decoration : none;
}
a:visited {
color : #fd6e99;
text-decoration : none;
}
a:hover {
color : #fd6e99;
text-decoration : underline;
}
a:focus {
outline : 0;
}
a:active {
outline : 0;
}

#banner1 {
position : relative;
float: left;
width : 455px;
height : 123px;
z-index : 50;
margin: 0;
}

#banner2 {
position : relative;
float: right;
margin: 0;
width : 240px;
height : 123px;
display : block; 
text-align : left;
}
#nonfoot {
position : relative;
min-height : 100%;
}
* html #nonfoot {
position : relative;
height : 100%;
}
#menu {
position: absolute;
top : 145px;
left : 0;
width : 155px;
display : block;
float: left;
z-index : 50;

}
#ads {
position : absolute;
top : 145px;
right : 0;
width : 160px;
height : 500px;
display : block; 
z-index : 50;
}
#strip {
width : 650px;
padding-top : 155px;
padding-bottom : 65px;
margin : 0 auto;
text-align: center;
font-family : Verdana, sans-serif;
font-size : 0.6em;
color : #737373;
position: relative;
clear: none;
}
#content {
width : 600px;
padding-top : 155px;
padding-bottom : 65px;
min-height : 252px;
margin : 0 auto;
float: center;
text-align : left;
font-family : Verdana, sans-serif;
font-size : 0.8em;
color : #737373;
}

#content2 {
width : 650px;
padding-top : 155px;
padding-bottom : 65px;
min-height : 252px;
margin : 0 auto;
float: center;
text-align : left;
font-family : Verdana, sans-serif;
font-size : 0.8em;
color : #737373;
}
#pagecontent {
width : 100%;
height: 100%;
padding-top : 0;
padding-bottom : 0;
margin : 0 auto;
}

#footer {
position : relative;
margin-top: -30px;
bottom: 0 !important;
bottom: -1px; /* For Certain IE widths */
padding : 0;
width : 100%;
height : 30px;
background-color : #febdd4;
color : #fff;
font-family : Verdana, sans-serif;
font-size : 0.6em;
text-align : center;
}
* html #footer
{
margin: -30px auto 0 auto;
padding : 0;
}
