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


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

/*
*/

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

* {
	margin: 0px;
	padding: 0px;
	}

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

img, a img {
	border: 0px;
	}

a:link, a:visited, a:active {
	color: #669999;
	text-decoration: none;
	border-bottom: 1px dotted #634A3A;
	}

a:hover {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
	}


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

#wrap {
	width: 820px;
	float: left;
	display: inline;
	margin: 0 0 0 50px;
	padding: 0px;
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	}

#header {
	width: 800px;
	height: 165px;
	margin: 0 0 0 10px;
	float: left;
	display: inline;
	background-image: url(../images/rya_blue_header.gif);
	background-repeat: no-repeat;
	}

#nav_1 {
	width: 545px;
	height: 33px;
	margin: 132px 0 0 0;
	float: right;
	display: inline;
	}

#nav_2 {
	width: 545px;
	height: 25px;
	margin: 0px;
	float: right;
	display: inline;
	}


#main {
	width: 800px;
	margin: 0 0 0 10px;
	padding: 0 0 20px 0;
	float: left;
	display: inline;
	background-color: #FFFDF2; 
	}

#content {
	width: 500px;
	float: left;
	display: inline;
	margin: 10px 0 0 35px;
	padding: 0 0 25px 0;
	}

#sidebar {
	width: 185px;
	margin: 35px 0 30px 35px;
	padding: 0 0 20px 0;
	float: left;
	display: inline;
	background-color: #C4DAD5;
	}

#footer {
	width: 800px;
	height: 35px;
	margin: 0 0 0 10px;
	float: left;
	display: inline;
	background-color: #554031;
	color: #FFFDF2;
	text-align: center;
	font-size: 1.2em;
	line-height: 2.6em;
	}


/* Headers */
/* -------------------------------------- */

h1 {
	font-family: "Verdana", "Arial", "Sans-Serif";
	color: #634A3A;
	font-size: 1.6em;
	line-height: 1.6em;
	font-weight: normal;
	margin: 0 0 10px 0;
	}

h2 {
	font-family: "Georgia", "Times", "Serif";
	color: #634A3A;
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: normal;
	margin: 0 0 7px 0;
	padding: 0 0 3px 0;
	border-bottom: 1px dotted #669999;
	}

h3 {
	font-family: "Verdana", "Arial", "Sans-Serif";
	color: #634A3A;
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0 0 10px 15px;
	}

h4 {
	font-family: "Verdana", "Arial", "Sans-Serif";
	color: #634A3A;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0 0 0 15px;
	}



/* MISC */
/* -------------------------------------- */

img.logo {
	float: left;
	display: inline;
	margin: 25px 0 0 35px;
	}

#nav_1 img {
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	}

.flash_holder {
	float: left;
	display: inline;
	margin: 25px 0 0 35px;
	}

#nav_2 ul {
	font-family: "Verdana", "Arial", "Sans-Serif";
	font-size: 1.1em;
	line-height: 2.5em;
	list-style-type: none;
	}

#nav_2 ul li {
	margin: 0 20px 0 0;
	float: left;
	display: inline;
	}

#nav_2 a:link, #nav_2 a:visited, #nav_2 a:active  {
	color: #634A3A;
	text-decoration: none;
	border-style: none;
	}

#sidebar p {
	font-family: "Verdana", "Arial", "Sans-Serif";
	color: #634A3A;
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0 0 10px 15px;
	width: 155px;
	}

#content p {
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#content p.leadin {
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#content ul, #content ol {
	margin: 0 0 16px 20px;
	padding: 0px;
	font-size: 1.2em;
	line-height: 1.5em;
	}

#content ul li, #content ol li {
	margin: 0 0 5px 5px;
	}

table {
	margin: 0 0 10px 0;
	}

table td {
	font-size: 1.2em;
	line-height: 1.6em;
	padding: 0 0 3px 0;
	vertical-align: top;
	}

.edit {
	color: #F0C;
	}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	border-style: none;
	color: #FFFDF2;
	}

#footer a:hover {
	color: #669999;
	}

.nonlinked {
 color: #669999;
}

#content table ul {
	font-size: 1.0em;
	}
