﻿body {
	background-color:black;
	/* font-family:Century Gothic,AvantGarde,AvantGarde Bk BT,Arial,Helvetica,sans-serif; --> */
	font-family:Arial,Helvetica,sans-serif;
	color:#606060;
	font-size:80%;
}
h1, h2, h3, h4, h5, h6 { font-size:1em; }
a { color: #990000; text-decoration:none; }
a:hover { color: white; }
a:active { color: white; }

/*   id="w_all    use the number sign (#) for id and period (.) for class*/

div#w_all {
	width:800px; height:600px;
	margin-left:auto; margin-right:auto;
	cursor:default;
}
div#w_header {
	position:relative;
	margin-left:auto; margin-right:auto;
	width:600px; height:50px; margin-top:30px; margin-bottom:30px;
}
div#w_content {
	position:relative;
	margin-left:auto; margin-right:auto;
	width:640px; height:360px;
	border:10px solid #990000;
	background-color:black;
	overflow:hidden;
}

img { border:none; }
img#logo {
	position:absolute;
	left:0px; bottom:0px;
}
div#navigation {
	position:absolute; bottom:0px; right:0px;
	width:290px;
	height:1.1em;
	text-transform:uppercase;
	font-weight:bold;
	text-align:justify;
	overflow:hidden;
}
#fakeout { color:black; cursor:default; }
a.current { color:white; } /*current page link on navigation page*/
div#w_footer {
	position:relative; left:100px; top:25px;
	height:10px;
	font-size:70%;
	z-index:1;
}
div#flower_pic {
	float:left; 
}
div#stuff {
	padding-top:5px;
	padding-left:10px; 
	height:355px;
	width:290px;
	padding-right:20px; 
	float:left;	
	font-size:97%; color:white;
	overflow:auto;
}

.credit_link { color:#606060; }
