@charset "utf-8";
/* CSS Document */
body{
	background:#333;
	font-family: "Lucida Grande", Trebuchet MS, Verdana, Geneva,Helvetica, sans-serif, Georgia;
	color:#AAA;
	font-size:13px;
}
a:link, a:visited, a:active{
	text-decoration:none;
	color:#FFF;
	}
a:hover {
	text-decoration: none;
	color:#FF9900;
	border-bottom:1px dotted #F90;
	}
.ad-nav a:link, .ad-nav a:visited, .ad-nav a:active{
	text-decoration:none;
	}
.ad-nav a:hover {
	text-decoration: none;
	border-bottom:0px dotted #F90;
	}
p{
	font-family: "Lucida Grande", Trebuchet MS, Verdana, Geneva,Helvetica, sans-serif, Georgia;
	color:#EEE;
	font-size:13px;
}
h1{
	font-family: Georgia, arial, Trebuchet MS;
	font-size:12px;
	padding:0px;
	margin:0px;
}
.footer-left{
	float:left;
	margin-top:10px;
	margin-bottom:10px;
}
.footer-left img{
	cursor:pointer;
}
.footer-right{
	float:right;
	margin-top:10px;
	margin-bottom:10px;
}
.header{
	height:4em;
	margin-top:20px;
}
.header .right{
	float:right;
	padding-top:15px;
	text-align:right
}
/*-------------------------------------------*/
select, input, textarea {
  font-size: 1em;
}
.example {
  border: 1px solid #CCC;
  background: #f2f2f2;
  padding: 10px;
}
ul {
  list-style-image:url(list-style.gif);
}
pre {
  font-family: "Lucida Console", "Courier New", Verdana;
  border: 1px solid #CCC;
  background: #f2f2f2;
  padding: 10px;
}
code {
  font-family: "Lucida Console", "Courier New", Verdana;
  margin: 0;
  padding: 0;
}

#gallery {
  padding: 30px;
  background: #666;
}
#container{
	margin:0px auto;
	width:560px;
}
