@charset "utf-8";
/* CSS Document */



html, body {
	padding:0;
	margin:0;
}
body {
	color:#e5e5e5;
	background:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin:0 auto;
}
#content {
	position:relative;
	margin:0 auto;
	width:633px;
	height:100%;
	text-align:center;
}
#header, #header a {
	display:block;
	margin:0 auto;
	width:633px;
	height:348px;
	background:transparent url('images/header.png') no-repeat center top;
	text-indent:-9999px;
	cursor:hand;
}
#header-permalink, #header-permalink a {
	display:block;
	margin:0 auto;
	width:632px;
	height:143px;
	background:transparent url('images/manele-me.png') no-repeat center top;
	text-indent:-9999px;
	cursor:hand;
}
#search {
	margin:0 auto;
	text-align:center;
}
#searchbar {
	width:554px;
	height:52px;
	background:transparent url('images/search.png') no-repeat center top;
}
#searchbar input {
	float:left;
	font-size:28px;
	width:534px;
	padding-left:10px;
	border:none;
	background:transparent;
}
#searchsubmit {
	float:right;
	width:80px;
	height:52px;
	border:none;
	background:transparent url('images/searchdiv.png') no-repeat center top;
}
#searchsubmit:hover {
	background:transparent url('images/searchdiv.png') no-repeat center -52px;
}
#maneledownload {
	display:block;
	width:187px;
	height:63px;
	border:none;
	background:transparent url('images/maneledownload.png') no-repeat center top;
}
#maneledownload:hover {
	background:transparent url('images/maneledownload.png') no-repeat center -63px;
}
a#chatbutton,a#chatbutton:link,a#chatbutton:visited,a#chatbutton:hover {
	display:block;
	float:left;
	width:102px;
	height:28px;
	border:none;
	background:transparent url('images/chat.png') no-repeat center top;
	color:black;
	text-decoration:none;
	margin:0px;
	margin-right:100px;
	padding-top:18px;
	padding-left:40px;
	font-weight:bold;
}
a#chatbutton:hover {
	background:transparent url('images/chat.png') no-repeat center -47px;
}
a#lovebutton, a#lovebutton:visited,a#lovebutton:link,a#lovebutton:hover {
	display:block;
	float:left;
	width:102px;
	margin:0px;
	height:28px;
	border:none;
	background:transparent url('images/lovetest.png') no-repeat center top;
	color:black;
	text-decoration:none;
	padding-top:18px;
	padding-left:40px;
	font-weight:bold;
}
a#lovebutton:hover {
	background:transparent url('images/lovetest.png') no-repeat center -47px;
}
#results {
	width:633px;
}
#results ul {
	list-style-type:none;
}
#results li {
	padding:10px 0px;
}
a {
	color:#FF9900
}
a.hover {
	color:#C10000;
}
/* normal is a class for h1,h2,h3 - SEO */

.normal {
	display:inline;
	font-size:12px;
	font-family:arial;
	font-variant:small-caps;
	color:#e5e5e5;
}
.niceh {
	display:block;
	font-size:16px;
	font-family:arial;
	font-variant:small-caps;
	color:#e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
