body
{
	background-image:url('/images/backgrounds/SFzoo-Flamingo.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	padding: 0;
	margin: 0;
/*	background-color: #FFF; */
	color: #333;
}

#contents	
{
	margin-top:30px;
	margin-bottom: 10px;
	margin-left: 250px;
	margin-right: 100px;
	padding: 0px 10px 10px 10px;
	background-color: #FFF;
	color: #333;
	border-style:solid;
	/* for IE */
/*	filter:alpha(opacity=80);*/
	/* CSS3 standard */
/*	opacity:0.8;*/
/*	background-image:('url:/images/background-trans.png');*/
	background:rgba(255,255,255,0.8);
}

#contents table
{
	border-collapse: collapse;
}

#contents a:link
{
	color:#333;
	text-decoration:none;
}

#contents a:visited
{
	color:#333;
	text-decoration:none;
}

#contents a:active
{
	color:#777;
	text-decoration:underline;
}

#contents a:hover
{
	color:#333;
	background-color:#EEE;
	text-decoration:none;
}

#contents p	
{
	color: #333;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-left: 30px;
}

#contents p.header
{
	font-family: Tahoma;
	font-size: 1.4em;
	color: #FFF;
	background-color: #333;
	margin: 0px -10px 0px -10px;
	padding:10px;
	width: 100%;
}

/*#header a:link
{
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#header a:hover
{
	background-color:#444;
	text-decoration:none;
}

#header a:active
{
	color:#FFF;
	text-decoration:underline;
}

#header a:visited
{
	color:#FFF;
	text-decoration:none;
}*/

#contents p.footer
{
	text-align:center;
	font-size: 0.7em;
	color: #777;
	
}

#contents p.recentnews
{
	font-size:0.7em;
	color:#555;
/*	background-color:#FFF;*/
	background:rgba(255,255,255,0.5);
	padding:5px;
	border-style:double;
}

#notebook
{
	background-image:url('http://www.pwlk.net/files/images/notebook_paper3.jpg');
	background-repeat: repeat;
	padding-top:15px;
	padding-left:30px;
	padding-bottom:15px;
	padding-right:25px;
	max-width:900px;
}	

#tutorial
{
}

#tutorial img
{
	width:66%;
}

#showcase
{
	text-align:center;
}

#showcase table.specs
{
	border: 2px solid #333;
	font-size:0.7em;
}

#showcase td, th
{
	border: 1px solid #333;
	padding: 5 5 5 5;
	text-align:center;
}

#showcase th
{
	background:rgba(0,0,0,0.5);
	color:rgb(255,255,255);
}

#showcase img
{
	width:33%;
}

#showcase p.name
{
	font-size:1.2em;
}

#showcase p.description
{

}

#nav
{
	position:absolute;
	text-align:left;
	top:30px;
	left:100px;
	margin-right: 30px;
	margin-bottom: 0px;
	font-family: sans-serif;
	width:120px;
	min-height:33%;
	border-style:solid;
	background:rgba(255,255,255,0.8);
}

#nav li
{
	margin-bottom:0.5em;
}

#nav li.selected
{
	list-style-type:circle;
}

#nav a:link
{
	color:#333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#nav a:hover
{
	background-color:#EEE;
	text-decoration:none;
}

#nav a:active
{
	color:#777;
	text-decoration:underline;
}

#nav a:visited
{
	color:#333;
	text-decoration:none;
}

#footer
{
	text-align:center;
/*	width:500px;*/
	background-color: #FFF;
	margin-top:30px;
	margin-bottom: 10px;
	margin-left: 250px;
	margin-right: 100px;
	padding: 10px 10px 10px 10px;
/*	margin-left:50%;
	margin-top: 50px;*/
	font-size: 0.7em;
	color: #777;
	border-style:solid;
	border-color:#333;
	background:rgba(255,255,255,0.8);
}

#footer a:link
{
	color:#777;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#footer a:hover
{
	background-color:#EEE;
	text-decoration:none;
}

#footer a:active
{
	color:#777;
	text-decoration:underline;
}

#footer a:visited
{
	color:#777;
	text-decoration:none;
}

h1
{
	color: #333;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.code
{
	color: #339;
	background-color: transparent;
	font-family: times, serif;
	font-size: 0.9em;
	padding-left: 40px;
}
