BODY,HTML,IMG,FORM,H1,H2,H3,H4,P,UL,OL,LI {
	margin: 0;
	padding: 0;
	border: none;
}

HTML {
	background: #f3fdff url("../images/html_bkg.gif") repeat-x top;
}

BODY {
	background: url("../images/body_bkg.gif") no-repeat top center;
	text-align: center;
	color: #3b3b3b;
	font: normal 12px/20px georgia;
}

#wrapper {
	width: 600px;
	margin: 0 auto;
	position: relative;
	padding: 129px 0;
}

/****************************************************
* GENERIC
****************************************************/

A {
	color: #f587f3;
}

A:hover {
	color: #c840c6;
}

#content .body A,
#content .bot A,
#footer A {
	text-decoration: none;
	border-bottom: dotted 1px #c840c6;
}

H2 {
	text-transform: lowercase;
	color: #9ab172;
	margin: 0 0 20px;
	font-size: 12px;
}

H3 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	margin: 0 0 20px;
	color: #999;
}

P {
	margin: 0 0 20px;
}

LABEL {
	float: left;
	clear: left;
	width: 80px;
	text-align: right;
	padding: 2px 8px 0 0;
	color: #999;
}

INPUT {
	margin: 0 0 3px;
}

INPUT.btn {
	background: #e565e3;
	color: #fff;
	border-style: double;
	border-width: 3px;
	border-color: #f587f3 #c840c6 #c840c6 #f587f3;
	clear: left;
	margin: 12px 0 0 88px;
	padding: 2px 8px;
	width: auto;
}

.center .btn {
	margin-left: 0;
}

INPUT,
SELECT,
TEXTAREA {
	font: normal 12px "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", arial, helvetica, sans-serif;	
	padding: 2px;
	border: solid 1px #b4e0ed;
	background: #f3fdff;
	width: 180px;
}

.center {
	text-align: center;
}

.error {
	color: #c00;
	background: #ffb;
}


.spamcheck INPUT {
	width: 40px;
	margin: 0 0 0 10px;
}

/****************************************************
* NAVIGATION
****************************************************/

#nav-home,
#nav-recount,
#nav-random,
#nav-latest,
#nav-draw {
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-position: bottom left;
}

#nav-draw { position: static; }

#nav-recount:hover,
#nav-random:hover,
#nav-latest:hover,
#nav-draw:hover {
	background-position: top left; 
}

#nav-home SPAN,
#nav-recount SPAN,
#nav-random SPAN,
#nav-latest SPAN,
#nav-draw SPAN {
	display: none;
}

#nav-home {
	top: 0;
	left: 0;
	width: 196px;
	height: 121px;
}

#nav-recount {
	top: 30px;
	left: 257px;	
	width: 88px;
	height: 63px;
	background-image: url("../images/nav_recount.gif");
}

#nav-random {
	top: 50px;
	left: 368px;	
	width: 99px;
	height: 60px;
	background-image: url("../images/nav_random.gif");
}

#nav-latest {
	top: 232px;
	left: 489px;
	width: 91px;
	height: 55px;
	background-image: url("../images/nav_latest.gif");
}

#nav-draw {
	width: 100px;
	height: 65px;
	background-image: url("../images/nav_draw.gif");
}

/****************************************************
* CONTENT
****************************************************/

#content {
	width: 100%;
	float: right;
}
	
	#content .top,
	#content .body,
	#content .bot {
		margin: 0 auto;
	}
	
	#content .top {
		width: 360px;
		height: 60px;
		background: #fff url("../images/content_top_bkg.gif") no-repeat;
	}
	
	#content .body {
		width: 300px;
		background: #fff url("../images/content_body_bkg.gif") repeat-y;
		text-align: left;
		padding: 5px 19px 0 41px;
		overflow: hidden;
	}
	
	#content .bot {
		width: 400px;
		height: 106px;
		background: url("../images/content_bot_bkg.gif") no-repeat;
	}

#sidebar {
	float: left;
	margin: 150px -100px 0 0;
	width: 100px;
}

UL.dreams {
	list-style: none;
}
	
	UL.dreams LI {
		padding: 0 0 10px 10px;
		background: url("../images/li_cloud_bkg.gif") no-repeat top left;
		text-indent: 10px;
	}

.navigation {
	overflow: hidden;
	padding: 40px 33px 0;
}

	.navigation DIV A {
		border: none !important;
	}

	.navigation .alignleft {
		float: left;
	}
	
	.navigation .alignright {
		float: right;
	}
	
UL.thumbs {
	list-style: none;
}

	UL.thumbs LI {
		width: 66px;
		height: 39px;
		padding: 6px;
		background: url("../images/li_thumb_bkg.gif") no-repeat;
		margin: 0 0 0 22px;
	}
	
	UL.thumbs LI.none {
		width: 100px;
		height: auto;
		padding: 0;
		background: none;
		text-align: left;
		font: normal 10px verdana,arial,helvetica;
		margin: 0;
	}
	
UL.bulleted {
	padding: 0 0 0 20px;
	margin: 0 0 20px;
}	

/****************************************************
* ARTWORK
****************************************************/
	
#artwork {
	position: absolute;
	left: 18px;
	padding: 10px;
	background: #277a95;
	color: #fff;
	text-align: left;
	width: 462px;
}

	#artwork STRONG {
		color: #fff;
		float: left;
	}
	
	#artwork A {
		color: #f5b3ff;
		display: block;
		width: 80px;
		float: right;
		text-align: right;
	}
	
	#artwork #canvas {
		clear: both;
		padding-top: 5px;
	}
	
/****************************************************
* SLIDERS
****************************************************/

.details {
	margin: 10px 0;
}

.detail {
	overflow: hidden;
}

	.detail .min,
	.detail .max,
	.detail .slider {
		float: left;
	}
	
	.detail .min,
	.detail .max {
		width: 70px;
		height: 38px;
	}
	
	.detail .slider {
		width: 160px;
		height: 38px;
		background: url("../images/detail_slider.gif") no-repeat;
	}
	
	.detail .slider .handle {
		width: 14px;
		height: 38px;
		background: url("../images/detail_handle.gif") no-repeat;
		cursor: ew-resize;
	}
	
	.detail .slider.disabled .handle {
		cursor: default;
	}

/****************************************************
* FOOTER
****************************************************/
	
#footer {
	list-style: none;
}

	#footer LI {
		display: inline;
		padding: 0 5px;
	}