	@charset "utf-8";
	/* CSS Document */
	
	body {
		margin: 0px;
		padding: 0px;
		background: #0D1018 url(images/bg.jpg) repeat-x top;
		font-family: "Trebuchet MS";
	}
	#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	}
	#header {
	border-bottom: 5px solid #A0A0A0;
	margin-bottom: 0px;
	width: 100%;
	float: left;
	}
	
	#header ul {
	margin: 0;
	padding: .5em 0em 0em;
	list-style: none;
	}

	
	#header li {
		float: left;
		background-image: url("images/tab_left.gif");
		background-repeat: no-repeat;
		margin: 0 5px 0 0;
		padding: 0 0 0 13px;
	}
	
	#header a {
	float: left;
	display: block;
	background-image: url("images/tab_right.gif");
	background-repeat: no-repeat;
	background-position: right top;
	padding: 0.5em 13px 0.5em 0;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 13px;
	}
	
	#home #header li.home,
	#tips_advice #header li.tips_advice,
	#ideas #header li.ideas,
	#gags_jokes #header li.gags_jokes,
	#best_man #header li.best_man,
	#strippers li.strippers,
	#contact li.contact,
	#buy #header li.buy {
	background-image: url("images/tab_active_left.gif");
	}
	
	#home #header li.home a,
	#ideas #header li.ideas a,
	#tips_advice #header li.tips_advice a,
	#gags_jokes #header li.gags_jokes a,
	#best_man #header li.best_man a,
	#strippers #header li.strippers a,
	#contact #header li.contact a,
	#buy #header li.buy a {
	background-image: url("images/tab_active_right.gif");
	background-color: transparent;
	color:#333333;
	}
	
	#content {
	padding: 20px 0px 0px;
	background: #0D1018;
	color: #CCCCCC;
	float: left !important;
	}
p {
	margin: 0px;
	padding: 0px;
}

#left_column {
	width: 560px;
	background: #7C7E85 url(images/left_column_top.gif) no-repeat top;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 6px;
	font-size: 11px;
	float: left;
}

#left_column  input {
	padding: 3px;
	color: #666666;
	font: 13px "Trebuchet MS";
}
#left_column h1 {
	font-size: 26px;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}
#left_column h2 {
	margin: 0px;
	padding: 0px;
	color: #F75400;
	display: inline;
}
#left_column textarea {
	padding: 3px;
	color: #666666;
	font: 13px "Trebuchet MS";
}
#error {
	background: #FFCC99;
	border: 1px solid #CC3300;
	color: #993300;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
#error  h3 {
	font-size: 16px;
	display: inline;
}


#right_column {
	width: 300px;
	margin-left: 598px;
}
.idea_heading  {
	border-bottom: 1px dotted #333333;
	margin-bottom: 4px;
}
.listing {
	margin-bottom: 10px;
	background: url(images/idea_listing.gif);
	height: 65px;
	color: #666666;
	padding: 5px;
}
#idea_div {
	background: #E4E4E4 url(images/column_content_top.gif) no-repeat top;
	padding: 10px;
	color: #666666;
	margin-top: 10px;
	margin-bottom: 25px;
}
#prev_next_nav a {
	color: #CCCCCC;
}
#rate_box {
	float: right;
	width: 180px;
}
.more {
	color: #FF6633;
	text-decoration: none;
	font-style: italic;
}


#clear_columns {
	clear: both;
}

	
	#footer {
	}
.idea_heading_a {
	border-bottom: 1px dotted #333333;
	margin-bottom: 4px;
	text-decoration: none;
	color: #F75400;
}
#comment_div {
	background: #E4E4E4 url(images/column_content_top.gif) no-repeat top;
	padding: 10px;
	color: #666666;
	margin-top: 20px;
}
