/* CSS Document */

html {margin:0px; padding:0px;}

body {
	background:#5c5c5c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666;
	margin: 0px;
	padding:0px;
	}
	
#08_tag {
	float:right;
	} 
	
#nav {
	text-align:left;
	color:#666;
	letter-spacing: 1px;
	}
	
#nav a{ 
	color:#FFF;
	text-decoration:underline;
	}
	
#nav a:visited{
	color: #333;
	}
	
#nav a:hover{
	color:#333;
	text-decoration: overline;
	}
	
#examples img {
	padding:5px;
	display: inline;
	}
#examples img a:hover{
	border: 1px thick; color:#000;
	}
	
#content {
	background: url(images/expect_more.gif) bottom left no-repeat;
	}
#footer {
	font-size:10px;
	color:#333333;
	text-align:center;
	letter-spacing:3px;
	}
#footer a{
	color:#000033;
	}
#footer a:visited{
	color:#333333;
	}
#footer a:hover{
	color:#000066;
	}
