
/*
------------------------------------------------------
word up designers!
only put styles in here that stuff up the spaw control. 
everything else should be in spawFriendly.css, or the sheets it imports
if we do it this way, when designers change fonts and things in stylesheets 
the html editing in the backend will look the same as it does on the live site.
------------------------------------------------------
*/

@import url("spawFriendly.css");

/*
------------------------------------------------------
General Classes
------------------------------------------------------
*/



/*
there was 2 body styles, which is it?
i am commenting one of these out

body {

	margin: 0px;
	Padding: 0px;
	font-family:  Arial, Helvetica, Verdana, sans-serif;
	font-size: x-small;
	background-color: #f7f6f2;
	text-align:center;
	background:url(../images/body-bg.jpg) repeat-x;
}
*/


body {
margin: 1px 0 10px 0;
padding: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
color: #333;
background-color: #FFFFFF;
background-image:url(../images/background.gif);
background-repeat:repeat-x;
background-color:#f8f7f1;
}
