/*
On the Line stylesheet
Kelly Marks
May 2007
*/


/* ---( Structure )------------------------------- */

* { margin: 0; padding: 0; }

body {
	background: #333333;
}


/* ---( Text )------------------------------- */


a:link {
	color: #999;
	text-decoration: none;
}

a:visited, a:active {
	text-decoration: none;
	color: #999;
}

a:hover {
	text-decoration: none;
	color: #f93;
}


/* ---( footer )------------------------------- */

#footer {
	width: 795px;
	position: relative;
	background: url(../images/ontheline.gif) no-repeat right bottom;
	padding-top: 10px;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: left;
	margin-top: 10px;
}

#footer p {
	font: 10px/15px Verdana, Tahoma, arial, sans-serif;
	color: #999; 
}