/*
	*******************
	General Page Styles
	*******************
*/
body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	background-repeat:repeat-x;
}
h1, h2
{
	font-weight:normal;
}
h1
{
	font-size:20px;
}
h2
{
	font-size:18px;
}
#outer
{
	width:900px;
/*was 900 */
	
	margin:10px 10px;
/*was 10 and 10*/
	/*border-top:10px solid #c33; */
	padding: 20px;
/*was 20*/
	background:#dfdedc;
/*was #c00; */
/*	background:#fff; */
	
	/* CSS3 Shadow */
	-moz-box-shadow: 0 0 2px #ccc;
	-webkit-box-shadow: 0 0 2px #ccc;
	box-shadow: 0 0 2px #ccc;
}


/*
	********************
	Promo Related Styles
	********************
*/

/* Remove list formatting from Promo UL/LI */
#fade, #fade li
{
	margin:0;
	padding:0;
	list-style-type:none;
}

/* Styles for the optional promo navigation container */
#fadenav
{
	padding:4px;
	background:#eee;
	border:1px solid #e0e0e0;
	margin-top:1px;
}

/* Keep the next button at the right edge */
#fadenav .next
{
	float:right;
}

/* Link styles in promo navigation  */
#fadenav a
{
	padding:0 3px;
	border:1px solid #eee;
	text-decoration:none;
	outline:0;
	color:#777;
}

/* Style applied on mouseover of promo navigation link(s) */
#fadenav a:hover
{
	color:#000;
}
/* The index automatically gets an activeSlide class, use this to indicate the current slide */
#fadeindex a.activeSlide
{
	font-weight:bold;
	color:#F00;
/*	background-image:url(../images/box.jpg); */
	border-color:#ccc;
}


