body { 
background : #4096ee url(images/img1.jpg) repeat-x;
text-align : justify;
font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size : small;
color : #333333;
} 
h2, h3 { 
margin-top : 0;
} 
a { 
color : #1b4978;
} 
a:hover { 
text-decoration : none;
} 
#header { 
width : 600px;
height : 60px;
margin : 0 auto;
} 
#header h1 { 
float : left;
margin : 0;
padding-top : 20px;
font-size : 42px;
letter-spacing : -2px;
} 
#header h2 { 
float : right;
margin : 10px 0 0 0;
padding-top : 28px;
font-size : 16px;
letter-spacing : -1px;
color : #ffffff;
} 
#header a { 
text-decoration : none;
color : #ffffff;
} 
#menu { 
width : 600px;
height : 30px;
margin : 0 auto;
} 
#menu ul { 
margin : 0;
padding : 0;
list-style : none;
} 
#menu li { 
display : inline;
} 
#menu a { 
display : block;
float : left;
width : 120px;
padding : 5px 0;
text-align : center;
text-decoration : none;
font-weight : bold;
background : #eeeeee;
} 
#menu a:hover { 
background : #cccccc;
} 
#content { 
background : #ffffff;
width : 600px;
margin : 0 auto;
padding : 2px 0 0 0;
} 
#colOne { 
float : right;
width : 360px;
margin-top : 20px;
padding-right : 20px;
} 
#colTwo { 
float : left;
width : 180px;
margin-top : 20px;
padding-right : 20px;
padding-left : 20px;
} 
#colTwo ul { 
margin-left : 0;
padding-left : 0;
list-style-position : inside;
} 
#content h1 { 
background-color : #b2d4f7;
padding : 5px 0 5px 5px;
color : #173e68;
} 
#content h2 { 
background-color : #b2d4f7;
padding : 5px 0 5px 5px;
text-transform : uppercase;
font-size : 16px;
color : #173e68;
} 
#content h3 { 
color : #2f73b8;
} 
#footer { 
width : 600px;
margin : 0 auto;
padding : 3px 0 0 0;
height : 50px;
background : #eeeeee;
} 
#footer p { 
margin : 0;
padding-top : 15px;
text-align : center;
font-size : 11px;
color : #999999;
} 
#footer a { 
color : #666666;
} 
#footer a:hover { 
color : #333333;
} 
