@charset "utf-8";

body{ 
font : 11px verdana, tahoma, helvetica, geneva, sans-serif; 
font-size : 11px; 
color : #333; 
background : #000; 
margin : 0; 
padding : 0; 
text-align : left; 
}

#container { 
width : 950px; 
background : #ffffff; 
background-image : url(img/lj_banner.gif); 
background-repeat : no-repeat; 
background-position : top center; 
margin : 0 auto; 
border-left : 1px solid #000000; 
border-right : 1px solid #000000; 
text-align : left; 
}

#header { 
height : 150px; 
width : 950px; 
margin : 0; 
padding : 0; 
}

#menu { 
float : left; 
width : 80px; 
background : #fff; 
padding : 15px 10px 15px 20px; 
border : 0px solid #000000; 
line-height: 1.5em;
}

#callout { 
background-image : url(img/geek.jpg); 
background-repeat : no-repeat; 
float : right; 
width : 260px; 
height : 360px; 
border : 0 solid #000000; 
padding : 20px 20px 30px 10px; 
margin : 10px 0 0 0; 
}

#mainContent { 
float: right;
width : 500px; 
height : auto; 
margin : 0px; 
padding : 30px 20px 0 20px; 
border : 0px solid #000000; 
}

#footer { 
padding : 0 10px 0 20px; 
background : #dddddd; 
border-top : 1px solid #000000; 
border-bottom : 1px solid #000000; 
}

#footer p { 
font : 8px Tahoma; 
text-transform : uppercase; 
text-align : right; 
letter-spacing : 0.25em; 
margin : 0; 
padding : 10px 0; 
}

#footer a { 
font : 8px Tahoma; 
text-transform : uppercase; 
color : #666666; 
}

a { 
text-transform : lowercase; 
color : #003366; 
}

a:hover { 
color : #336699; 
font-weight: bold;
}

a:active { 
color : #336699; 
}

a:visited { 
color : #336699; 
}


.fltrt { 
float : right; 
margin-left : 8px; 
}

.fltlft { 
float : left; 
margin-right : 8px; 
}

.clearfloat { 
clear : both; 
height : 0; 
font-size : 1px; 
line-height : 0; 
}

hr { 
height : 1px; 
width : 200px; 
}

p { 
line-height : 1.5em; 
margin-top : 1.5em; 
margin-bottom : 1.5em; 
}

h1 { 
font-size : 14px; 
text-transform : uppercase; 
letter-spacing : 0.5em; 
margin : 0; 
padding : 0; 
}

blockquote { 
margin : 30px; 
line-height : 1.5em; 
margin-top : 1.5em; 
margin-bottom : 1.5em; 
}

small { 
font-size : 7.5pt; 
}

li { 
margin-top : 1em; 
margin-bottom : 1.5em; 
}

