@charset "UTF-8";
/* CSS Document */
body{
	font-family:Helvetica, Arial, sans-serif;
	background-image:url(stripes.jpg);
	margin: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;}

#wrapper{ 
	background-image:url(images/white.png);
	max-width:800px;
	min-width:600px;
	padding:10px;
	margin:auto;
	height:400px;
}
.grey {
	color: #CCC;
}

#stuff{
	background-color:#FFF;
	padding:10px;
	text-align:right;
	float:right;
		/* ----------------------------------------------*/
	-moz-border-radius: 6px 6px 6px 6px; 
	/* The values are for top left, top right, bottom right, bottom left corners. */
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
		/* ----------------------------------------------*/
}
#sidebar {
	background-color:#FFF;
	float: left;
	width: 300px;
	margin-left: 50px;
	font-size: 0.8em;
		/* ----------------------------------------------*/
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, .36);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, .36);
	box-shadow: 0px 6px 6px rgba(0, 0, 0, .36);
	-moz-border-radius: 6px 6px 6px 6px;
	/* The values are for top left, top right, bottom right, bottom left corners. */
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
		/* ----------------------------------------------*/
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
}

img{
	border:2px solid #000;
	opacity:1.0;
}

