/* CSS Document */
body{
	background: url(http://www.guardiandreams.com/layout_images/bk.gif) repeat;
	padding:0px;
	margin:0;
}

#wrapper{
	border:1px solid orange;
	width:90%;
	height:100%;
	margin:0px auto;
}

#nav{
	margin-left:5%;
	margin-right:0%;
	width:15%;
	/* height:100px; */
	border-left:4px solid white;
	border-right:4px solid white;
	border-bottom:4px solid white;
	float:left;
	padding:0;
	padding-top:35px;
	text-align:right;
	background:#4c1b1b;
}

ul#navlinks{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ul#navlinks li a{
	width: 100%;
	height: 25px;
	color: #4c1b1b;
	background-color: #f6e497;
	text-decoration: none;
	display: block;
	font-family: Baskerville, Georgia, 'Times New Roman', serif;
	font-size: .8em;
	text-align: center;
}

ul#navlinks li a:hover{
	width: 100%;
	height: 25px;
	color: #ffffff;
	background:#f6e497 url(http://www.guardiandreams.com/layout_images/headerbk.gif);
	text-decoration: none;
	display: block;
	font-family: Baskerville, Georgia, 'Times New Roman', serif;
	font-size: .8em;
	text-align: center;
}

ul#navlinks li span{
	width: 100%;
	height: 25px;
	margin-top:4px;
	margin-bottom:4px;
	padding-top:5px;
	color: #4c1b1b;
	background-color: #f6e497;
	text-decoration: none;
	display: block;
	font-family: Baskerville, Georgia, 'Times New Roman', serif;
	font-size: 1em;
	text-align: center;
	background: url(http://www.guardiandreams.com/layout_images/headerbk.gif);
	border-top:1px solid white;
	border-bottom:1px solid white;
}
/*----------------------------------- CONTENT TAGS -----------------------------------*/
#content{
	margin-right:2%;
	width:70%;
	/* height:500px; */
	border:0px solid black;
	background:#f6e497;
	float:right;
	padding:5px;
	z-index:2;
	border-left:4px solid white;
	border-right:4px solid white;
	border-bottom:4px solid white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#4c1b1b;
}

#content p.header{
	text-align:right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#4c1b1b;
	background: url(http://www.guardiandreams.com/layout_images/headerbk.gif);
	width:100%;
}

#content p{
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color:#4c1b1b;
	}

#content a{
	background:#f6e497;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.85em;
	color:#4c1b1b;
}

#content a:hover{
	background:#bd8d46;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.85em;
	color:#ffffff;
}

#content a:visited{
	background:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:.85em;
	color:#4c1b1b;
}

h1{
	text-align:right;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.5em;
	color:#4c1b1b;
	background: url(http://www.guardiandreams.com/layout_images/headerbk.gif);
	width:100%;
}
	/*----------------------------------- END CONTENT TAGS -----------------------------------*/

#bottom{
	margin-top:100px;
	width:100%;
	height:85px;
	border:0px solid black;
	background:#bd8d46;
	clear:both;
}

#imgleft{
	border:0px solid black;
	position:relative;
	bottom:100px;
	z-index:0;
}

#imgright{
	border:0px solid black;
	position:relative;
	left:0px;
	bottom:138px;
	z-index:0;
}
