@charset "UTF-8";
/* CSS Document */
body{
	font-family:Helvetica, Arial, sans-serif;
	background-image:url(stripes.jpg);
	margin:0px;
	top:0px;
}

a:link {color: #B95D02;text-decoration: none; }
a:visited {text-decoration: none; color: #B95D02;}
a:hover {text-decoration: underline; color: #990;}
a:active {text-decoration: none; color: #990;}


.grey {
	color: #CCC;
}

#wrapper{ 
	background-color:#000;
	max-width:800px;
	min-width:600px;
	padding:0px;
}

#sidebar {
	position:static;
	background-color:#FFF;
	width: 300px;
	font-size: 0.8em;
	padding-right: 10px;
	padding-left: 10px;
}

#stuff{
	position:relative;
	top:-100px;
	right:40px;
	background-color:#FFF;
	width: 200px;
	padding:10px;
	text-align:left;
	float:right;
	
}
#absoluteStuff{
	position:absolute;
	top:0px;
	right:0px;
	height:275px;
	width:200px;
	background-color:#FFF;
	border:2px solid #000;
}
#fixedStuff{
	font-size:.8em;
	position:fixed;
	bottom:5px;
	left:20px;
	height:200px;
	width:400px;
	background-color:#FFF;
	border:2px solid #000;
}
img{
	border:2px solid #000;
	opacity:1.0;
}

