/* - - - - - - - - - - - - - - - - - - - - -

Title: style.css
Author: MicheeRose
URL: http://www.8dot3.micheerose.com/

Description:

Created: 10/14/05
Modified: 10/14/05

Colors:
	warm yellow: rgb(255,195,39)
	lt. green: rgb(202,224,90)
	deeper green: rgb(187,224,0)
	hot red: rgb(243,73,1)
	burning orange: rgb(250,108,0)
	med blue: rgb(143,179,229)
	deeper blue: rgb(87,146,229)
	white: rgb(255,255,255)
	black: rgb(0,0,0)
- - - - - - - - - - - - - - - - - - - - - */
body {
	font: 100% arial, sans-serif;
}

h1,h2,h3,strong {
	color: rgb(250,108,0);
	font-family: Garamond, Georgia, serif;
}

a:link, a:active {
	color: rgb(87,146,229);
}

a:visited {
	color: rgb(187,224,0);
}

#container {
	width: 500px;
	\width: 520px;
	w\idth: 500px;
	border: 1px solid rgb(0,0,0);
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	background-color: rgb(255,255,255);
}

#banner {
	padding: 5px;
	margin-bottom: 5px;
	height:200px;
	background: url('8dot3banner.gif') top left no-repeat
}
#banner h1 {
	text-indent:-1000em;
}

#content {
	padding: 5px;
}

#shhhh {
	font-family: Garamond, Georgia, serif;
	font-weight:700;
	color: rgb(255,255,255);
	background-color: rgb(255,195,39);
	padding: 5px 15px 5px 15px;
}

#footer {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	background-color: rgb(202,224,90);
}