/* Realize Your Adventure Style Sheet */
/* Last revision: 05.06.07 */
/*------------------------------------------*/


/* NOTES */
/* -------------------------------------- */

/*

About Section of Site - For Primary CSS see main.css

*/

/* GLOBAL ESSENTIALS */
/* -------------------------------------- */

body {
	font-family: "Georgia", Times, "Serif";
	background-image: url(../images/backgrounds/purple_stripes.gif);
	background-repeat: repeat;
	font-size: 62.5%;
	color: #634A3A;
	}


/* STRUCTURE */
/* -------------------------------------- */


/* HEADERS */
/* -------------------------------------- */

h1 {
	color: #813247;
}

h2 {
	color: #813247;
}

/* ASSORTED */
/* -------------------------------------- */

#sidebar img {
	margin: 0px;
	}

#nav_2 ul li {
	color: #813247;
	}

#nav_2 ul li a:hover {
	color: #813247;
	}

