body { 
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 0.67em;
background-color : #fff;
text-align : center;
margin : 0;
padding : 0;
line-height : 170%;
} 
#container { 
margin : 0 auto;
text-align : left;
width : 600px;
} 
#logo { 
padding-top : 15px;
} 
#introText {
text-align: justify; 
width : 575px;
margin-top : 25px;
margin-bottom : 29px;
} 
#boxes { 
width : 598px;
height : 200px;
} 
#box1 { 
float : left;
width : 277px;
} 
#box2 { 
margin-left : 23px;
float : left;
width : 277px;
} 
#box1Top { 
color : #fff;
font-size : 13px;
height : 28px;
width : 277px;
background-image : url('../img/boxTop.gif');
} 
#box1Center { 
width : 275px;
height : 120px;
border-right : 1px solid #999;
border-left : 1px solid #999;
background-color : #efefef;
background-image : url('../img/boxGradient.gif');
background-position : bottom center;
background-repeat : repeat-x;
} 
#box1Bottom { 
width : 277px;
height : 12px;
background-image : url('../img/boxBottom.gif');
background-repeat : no-repeat;
} 
#box2Top { 
color : #fff;
font-size : 13px;
height : 28px;
width : 277px;
background-image : url('../img/boxTop.gif');
} 
#box2Center { 
width : 275px;
height : 120px;
border-right : 1px solid #999;
border-left : 1px solid #999;
background-color : #efefef;
background-image : url('../img/boxGradient.gif');
background-position : bottom center;
background-repeat : repeat-x;
} 
#box2Bottom { 
width : 277px;
height : 12px;
background-image : url('../img/boxBottom.gif');
background-repeat : no-repeat;
} 
#bottomText { 
margin-top : 15px;
text-align : center;
}
.boxedText {
padding-left: 10px;
padding-top: 4px;
}
.boxedTextTop {
padding-left: 10px;
padding-top: 5px;
}