/* Oct 19 2009 */

body{
font-family:arial;
background-color:#f7f7f7;
}

a:link, :visited{text-decoration:none; color:blue;}
a:hover{text-decoration:underline; color:blue;}

h1,h2,h3,h4,h5,h6 { 
margin-bottom:0px;
margin-top:0px;
}

#container{
min-height: 100%;
margin-left:auto;
margin-right:auto;
margin-bottom: -36px;
width:800px;
background-color:white;
padding:0px 2px;
}

#header{
padding-bottom:3px;
border-bottom:1px solid gray;
margin-bottom:6px;
font-size:12pt;
background-color:f0f0f0;
}

#content{font-size:14px;}

#eli{
font-size:32px;
letter-spacing:1px;
font-weight:bold;
}


#blurb{
font-size:14px;
font-style:italic;
border-bottom:1px solid gray;
padding-bottom:3px;
margin-bottom:8px;
}

#venue{
font-style:italic;
}

#footer{
font-size:12px;
letter-spacing:0.0px;
text-align:center;
margin-left:auto;
margin-right:auto;
width:800px;
height:36px;
border-top:1px solid gray;
background-color:f0f0f0;
}


/* Begin Layout Specific css */
html, body {height: 100%;}

* html #container{height: 100%;}

#top {position: absolute;}

#footer-spacer{
height:72px;
--background-color:blue;
}
/* End Layout Specific css */
