html,body{
	margin: 0;
	background: #20010E url(../images/background.png) repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}

#container{
	margin: 0 auto;
	width: 1000px;
	margin-top: 20px;
}

/*     HEADER     */
#header{
	background: url(../images/header.png) no-repeat;
	height: 95px;
}

#site_description{
	width: 650px;
	margin-left: 330px;
	padding-top: 10px;
	color: #FFF;
	font-size: 11pt;
}

/*     MENU     */
ul#menu{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-left: 330px;
	width: 330px;
	position: relative;
	top: 15px;
	left: -25px;
}

ul#menu li{
	float: left;
	margin-right: 5px;
}

ul#menu li a{
	background: url(../images/menu.gif) no-repeat 0 0px;
	text-decoration: none;
	color: #ffa430;
	padding: 2px 0 2px 9px;
	font-size: 9pt;
	display: block;
}

ul#menu li a span{
	background: url(../images/menu.gif) no-repeat 100% -38px;
	padding: 2px 10px 2px 0;
}

ul#menu li a:hover{
	background: url(../images/menu.gif) no-repeat 0 -19px;		
}

ul#menu li a:hover span{
	background: url(../images/menu.gif) no-repeat 100% -57px;
}

/*     CONTENT     */
#content{
	background: #99124A url(../images/content_footer.gif) no-repeat 0 bottom;
	padding: 0 5px 50px 5px;
}

/*     LEFT COLUMN     */
#left_column{
	width: 180px;
	float: left;
	background: #68062E;
	padding: 0 5px 20px 5px;
	text-align: center;
}

#left_column img{
	margin-top: 5px;
}

h3{
	background: url(../images/left_column_line.gif) repeat-x 0 bottom;
	padding-bottom: 5px;
	color: #FFA430;
	text-align: center;
	font-size: 14pt;
	margin: 0;
}

/*     CENTER COLUMN     */
#center_column{
	width: 470px;
	margin-left: 193px;
}

/*     PLUG     */
.plug{
	background: #49001D;
	border: 2px solid #a13b63;
	padding: 5px;
	margin-bottom: 2px;
}

h1{
	margin: 0;
	font-size: 13pt;
	color: #FFF;
}

h2{
	margin: 5px 0 0 0;
	font-size: 8pt;
	color: #FFF;
}
.plug a{
	color: #FEAE47;
	margin: 0 0 5px 0;
	font-size: 14pt;
}

.plug img{
	border: 0;
	float: left;
	margin-right: 10px;
}

.plug_description{
	color: #f0E0E7;
}

.plug_info{
	clear: left;
	color: #E5C8D4;
}

.plug_info b{
	color: #fEAE47;
}

.plug_category{
	width: 250px;
	float: left;
}

.plug_hits{
	text-align: right;
}

/*     RIGHT COLUMN     */
#right_column{
	width: 320px;
	float: right;
}

.right_box{
	padding-bottom: 21px;
}

.RandomPlugged img{
	border: 2px solid #FFF;
	margin: 2px;
}

.right_box_title{
	background: url(../images/right_column_title.gif) no-repeat;
	height: 41px;
}

h4{
	color: #260513;
	margin: 0;
	padding-top: 10px;
	font-size: 14pt;
	text-align: center;
}

.right_box_body{
	background: #CD89A5;
	background: #CD89A5 url(../images/right_box_footer.gif) no-repeat left bottom;
	margin-top: 8px;
	padding: 10px 5px 20px 5px;

}

/*     PAGINATION     */
.pagination{
	margin-top: 20px;
	text-align: center;
	color: #FEAE47;
}

.pagination a{
	color: #FEAE47;
	text-decoration: none;
	background: #670E31;
	border: 1px solid #49001D;
	padding: 5px;
	font-size: 12pt;
}

/*     FOOTER     */
#footer{
	clear: left;
	color: #fff;
}
