/* ====================================================+
|   GLOBAL STYLES                                      |
+===================+=================================*/
#init               { font: 12px Arial; background: url(../images/backgroundrunner.jpg) repeat-y center;  background-color: #00aeef;
					width: 752px; margin: 0 auto; }
h1, h2			{ display: none; }


/* ====================================================+
|   HEADER/NAVIGATION STYLES                           |
+===================+=================================*/
#banner             { height: 150px; width: 752px; background: url(../images/doabanner.jpg); clear: both; }

#navi ul            { list-style: none; margin: 0; padding: 0; }
#navi ul li         { display: block; background: url(../images/divider.gif); width: 94px; float: left; }
#navi a             { background: url(../images/linkbackground.gif); display: block; line-height: 30px; width: 93px;
					color: yellow; font: 14px Impact; text-decoration: none; text-align: center; }
#navi a:hover, #navi a:active
				{ text-decoration: underline; }


/* ====================================================+
|   BODY CONTENT STYLES                                |
+===================+=================================*/

#header		{ background: blue; text-align: center; color: yellow; font: bold 24px Franklin; }



#body               { background: black; padding: 7px; font: 14px Arial; color: cyan}
#body h2            { font: bold 14px Arial; color: yellow; }


#footer             { text-align: center; color: #aaa; font-size: 10px; }
#footer h2          { display: none; }
#footer ul          { list-style: none; margin: 0; padding: 0; }
#footer ul li       { display: inline; }
#footer a           { border-right: 1px solid #aaa; padding-right: 10px; color: #aaa; text-decoration: none; font: 12px Arial; }
#footer p           { margin: 0; }

