body
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-family: lucida grande, verdana, sans-serif;
	text-decoration: none;
	background-image: url(images/background.png);
	background-repeat: repeat-y;
}

body, a
{
	font-family: lucida grande, verdana, sans-serif;
	text-decoration: none;
}

.quote
{
	font-family: Andale Mono, Monaco, fixed-width;
	font-size: 9px;
	background-color: #fff;
	border: 1px dotted silver;
	padding: 2px;
}

#littlewrapper
{
	position: absolute;
	width: 170px;
	top: 110px;
	left: 38px;
}

#sky
{
	position: absolute;
	width: 170px;
	top: 10px;
	left: 800px;
	border: 1px dotted #ddd;
	text-align: center;
}

.menu
{
	font-size: 10px;
	list-style: none;
	width: 170px;
	border: #ddd 2px solid;
	padding: 0px 0px 0px 0px;
	background: url(images/bottom-bubbles.gif) #FFEFEC bottom right no-repeat;
}

.menu li a
{
	display: block;
	color: #000;
	font-size: 10px;
	font-weight: normal;
	padding: 0px 0px 0px 3px;
	width: 167px;
	background: none;
}

.menu li a:hover
{
	border-right: black;
	border-left: black;
	border-width: 0px 0px 0px 2px;
	border-style: none solid none solid;
	padding: 0px 0px 0px 1px;
	color: #666;
	background: none;
}

#bigwrapper
{
	width: 510px;
	position: absolute;
	top: 100px;
	left: 220px;
}

#main
{
	width: 510px;
	background-color: #ddd;
	border: #ddd 2px solid;
}

#pictures
{
	position: absolute;
	margin: 0px 0px 0px 20px;
}

#ad_1
{
	top: 20px;
	width: 510px;
	background-color: #ddd;
	border: #ddd 2px solid;
	visibility: hidden;
}

#search
{
	visibility: hidden;
}

.title
{
	text-align: center;
	font-size: 12px;
	background-color: #eee;
	border-bottom: #ddd 2px solid;
}

.code
{
	font-size: 10px;
	font-family: lucida grande, verdana, sans-serif;
	background-color: #fff;
	padding: 10px;
	background: url(images/bottom-bubbles.gif) #FFEFEC bottom right no-repeat;
}

img { float: left; }
