/***** Global Settings *****/

@import url(reset.css);

body, html { 	
	background: #323232;
	height: 100%; width: 100%; 
	color: white; 
	font-size: 13px;
	font-family: arial, sans-serif;
	line-height: 16px;
	}

/***** Font Styles *****/

a 	{ color: #99bb00; }
a:hover { color: #77aa00; }
p	{ padding: 6px 0; line-height: 18px; color: #ccc;  }

h1 { color: #99bb00; font: bold 32px arial; letter-spacing: -2px; line-height: 1.2em; }
h2 {
    color: #777; 
    font-family: Helvetica, Arial, sans-serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.2em; 
}

h3 { color: #99bb00; font: bold 20px arial; letter-spacing: -1px; line-height: 1.2em; border-bottom: 1px solid #444; }

a h2 { color: #99bb00; }
a:hover h2 { color: #888; }

.list a { padding: 1px; text-decoration: none; font-size: 15px; line-height: 26px; }
.list a:hover { border-bottom: 1px dotted #444; }

/***** Layout Elements (from top left to bottom right) - for 1024px width *****/

#header { width:100%; height: 170px; background: #ccc url(../images/splash-header.jpg) no-repeat center top; border-bottom: 1px dotted #ddd; } 
#footer { width:100%; height: 222px; background: #323232 url(../images/splash-footer.gif) no-repeat center top; top-bottom: 2px solid #222; } 
#container { width: 800px; margin: 0 auto; position: relative; top: -200px; }
