/* $Id: news.css,v 1.7 2008/02/06 04:06:40 doug Exp $
 *
 * Supplemental stylesheet for Rocky Mtn 1200 event news page.
 * 
 * Author: Doug Latornell
 * Start Date: 2007/11/23
 * Last Revision $Date: 2008/02/06 04:06:40 $ [UTC]
 * $Revision: 1.7 $
 */

/* This file assumes that it is applied along with the styles defined
 * in base.css.
 */

h1 {
    position: relative;
      top: 20px;
    clear: both;}
div.whiteboard {
    background-color: white;
    padding: 5px 5px 5px 5px;}
p {
    font-family: sans-serif;
    text-align: left;}
div.links {
    margin-top: 10px;
    margin-bottom: 20px;}
div#addBookmarkContainer {
    float: left;}
div.rss {
    float: right;}

/* end of file */

