body {
	background: #FFFFFF url(/fun/jokes/images/bg_s.jpg) top center repeat-y;
	margin: 0px;
	padding: 0px;
}

p, td, tr, div {
	font-family: Verdana, Arial, sans-serif;
	font-size: 90%;
	color: #444444;
	line-height: 145%;
}

a:link {
	color: #1B57B1;
	text-decoration: none;
}

a:visited {
	color: #1B57B1;
	text-decoration: none;
}

a:hover {
	color: #FF6633;
	text-decoration: none;
}

/* Custom */
#header {
	height: 60px;
	background: url(/fun/jokes/images/head_bg.png) repeat-x;
	/*position: relative;*/
}

span#logo {
	display: block;
	height: 54px;
	width: 276px;
}

div#searchbox {
	float: right;
	padding-top: 20px;
	width: 220px;
	height: 54px;
	overflow: hidden;
}

div#menubar {
	height:  35px;
}

/* submenu */
#submenu {
	padding: 0;
	white-space: nowrap;
	height: 24px;
	line-height: 24px;
	background: url(/fun/jokes/images/submenu_bg.png) 0 100% repeat-x;
	border-bottom: 1px solid #fff;
}

td.leftdiv {
	background: url(/fun/jokes/images/shadow_l.png) repeat-y;
	width: 16px;
	padding:0;
}
div.moddivider {
	background: url(/fun/images/mod_div2.png) 0 0 repeat-x;
	height: 12px;
	overflow: hidden;
}

.topgrad {
	height: 35px;
	background: #659CC3 url(/fun/jokes/images/grad.png) center center repeat-x;
}

.redgrad {
	height: 26px;
	background: #659CC3 url(/fun/jokes/images/red_grad.png) center center repeat-x;
}

.goldgrad {
	height: 26px;
	background: #659CC3 url(/fun/jokes/images/gold_grad.png) center center repeat-x;
}

.graygrad {
	height: 26px;
	background: #659CC3 url(/fun/jokes/images/gray_grad.png) center center repeat-x;
}

.orangegrad {
	height: 26px;
	background: #659CC3 url(/fun/jokes/images/orange_grad.png) center center repeat-x;
}

.purplegrad {
	height: 26px;
	background: #659CC3 url(/fun/jokes/images/purple_grad.png) center center repeat-x;
}
div#footer {
	background: #ccc url(/fun/jokes/images/footer_bg.png) repeat-x;
	height: 90px;
	border-top: 1px solid #fff;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-size: 11px;
	color: #555555;
	
}

div#foot-signature {
	margin: 22px auto;
	display: block;
	position: relative;
	width: 400px;
	height: 41px;
text-align:center;
}

div#foot-signature a {
color:#666666;
}
.footer a:link {
	color: #555555;
}

.footer a:visited {
	color: #555555;
}

.footer a:hover {
	color: #FF6633;
}


input {
border: 2px solid #C7C7C7;
color: #808080;
font-family: "Lucida Grande" ,Verdana,sans-serif;
height: 24px;
font-size: 1em;
vertical-align: middle;
text-decoration: none;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
}

input:hover {
border: #CCAF29 2px solid;
}

.button {
border:#FF9900;
}

.textarea {
border: 2px solid #C7C7C7;
color: #808080;
font-weight: bold;
font-family: "Lucida Grande" ,Verdana,sans-serif;
height: auto;
padding-left: 6px;
padding-top:6px;
font-size: 1em;
vertical-align: middle;
text-decoration: none;
-moz-border-radius-bottomleft: 4px;
-moz-border-radius-bottomright: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-topright: 4px;
}

.textarea:hover {
border: #BF2311 2px solid;
} 

