/* CSS Document */

body {
font-family:"Trebuchet MS", Century, "Times New Roman", Arial;
margin:0;
padding:0;
background-image:url(../img/hdr_bg.jpg);
background-repeat:repeat-x;
background-color:#0033FF;
color:#333333;
font-size:13px;
}

h1 {
font-size:135%;
color:#333333;
}

h2 {
font-size:125%;
color:#333333;
}

#wrap {
width:790px;
border-width:0 1px 1px 1px;
border-color:#FFF;
border-style:solid;
text-align:left;
background-color:#FFFFFF;
}

#header {
width:100%;
background-image:url(../img/hdr_bg.jpg);
background-repeat:repeat-x;
background-color:#FFFFFF;
min-height:95px;
}

#left {
width:240px;
border-right:1px #CCC dashed;
min-height:100px;
float:left;
}

#right {
width:550px;
margin-left:240px;
min-height:100px;
border-left:1px #CCC dashed;
border-top:1px #FFF solid;
}
*:first-child+html #right {
width:548px;
position:relative;
left:-1px;
}
#footer {
min-height:100px;
background-image:url(../img/ftr_bg.jpg);
background-repeat:repeat-x;
}