@charset "utf-8";
html{
	height:100%;	
}
body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}
#playground {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin-left: auto ;
	margin-right: auto ;
	width:692px;
}

#header {
	background-image:url(../images/upper_slice.gif);
	height:115px;
	width:692px;
}

#header_upper_menu {
	float:right;
	background-image:url(../images/upper_end.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:115px;
	padding:0 20px 0 0;
}

#sidebar{
	margin-left: -152px;
	float:left;
	
}



#fairywheel{}

#fheader{
	background-image:url(../images/upper_box.gif);
	height:13px;
	width:692px;
}

#fmain{
	background-image:url(../images/main_slice.gif);
	background-repeat:repeat-y;
	width:692px;
	padding:0;
}
#jokes{
	padding:5px;
}

#ffooter{
	background-image:url(../images/footer_box.gif);
	height:13px;
	width:692px;
}

.sbox{
	width:150px;
	background-image:url(../images/sbox_main.gif);
}


.sheader{
	background-image:url(../images/sbox_header.gif);
	height:15px;
}

.sfooter{
	background-image:url(../images/sbox_footer.gif);
	height:14px;
	
}

.smain{
	padding:0 5px 0 5px;
	text-align:justify;

}

#footer{
	text-align:center;
}

#menu {
	padding:0px;
	margin:0px;
	font-size:11px;
	
}

#menu li {
	list-style-type:none; 
	padding:2px 0 2px 0;
}

#menu li a{
	text-decoration:none;
	color:black;
	
}

#jokes_categories {
	border-style:dashed;
	border-width:1px;
	text-align:center;
}

#jokes_categories a{
	background-color:#f5f5f5;
	display:inline-block;
	width:130px;
	height:30px;
	text-align:center;
	padding:15px 0 0 0;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:black;
	margin:2px 0 2px 0;
}

#horoscopes_categories {
	border-style:dashed;
	border-width:1px;
	text-align:center;
}

#horoscopes_categories a{
	background-color:#f5f5f5;
	display:inline-block;
	width:160px;
	height:30px;
	text-align:center;
	padding:15px 0 0 0;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	color:black;
	margin:2px 0 2px 0;
}

h1{
	font-family:verdana;
	font-size:18px;
	font-weight:bold;
}

h2{
	font-family:verdana;
	font-size:16px;
	font-weight:bold;
}

h3{
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
}



input,textarea {
	border-width:1px;
	border-style:solid;
	border-color:#bdc7d8;
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
	font-size: 11px;
	padding: 3px;
}
textarea{
	width:250px;
	height:120px;
}
