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

body {
	background-image:url(../images/bg.jpg);
	background-color:#000066;
	color: #FFF;
	margin:0px;
	padding:0px;
	text-align: center; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
}

.psychic_action {
margin-top:2px; 
padding: 5px; 
border: 2px solid #ff0000;
height: 40px;
text-align:center;
}

.psychic_action a{
	width: 100%;
	height: 100%;
	display:block;
	line-height:40px;
color: #ff0000;
background-color: #FFCC99; 
font-weight:bolder;
text-decoration: underline;
}

.psychic_action a:hover{
background-color: #F6C; 
color: #FFF;
text-decoration: none;
}

#overallpsychic {
	margin-left: auto;
	margin-right:auto;
	width: 843px;
	text-align:left;
	background-color:#171a3d;
	background-image: url(../images/freepsychic_content_back.jpg);
	background-repeat:repeat-y;
}
	
#psychicheader 	{
	
	width: 100%;
	height: 219px;
}

#psychic_logo {
	height: 219px;
	width: 466px;
	float:left;
}

#psychic_topright {
	height: 219px;
	width: 377px;
	float:right;
	background-image:url(../images/freepsychic_top_right.jpg);
	background-repeat:no-repeat;	
}
#psychic_topright_top {
	height: 194px;
	width: 100%;
	
}
#psychic_topright_search {
	height: 17px;
	text-align:right;
}

#psychic_topright_search img{
	float:right;
}

#psychic_left {
	width:225px;
	background-image:url(../images/freepsychic_left_back.jpg);
	background-repeat:repeat-y;
	float:left;	
	
}

#psychic_left_top {
	width:225px;
	height:68px;
	background-image:url(../images/freepsychic_left_top.jpg);
	background-repeat: no-repeat;
	
}
#psychic_left_middle {
	width: 100%;
	height:150px;
	background-image:url(../images/freepsychic_eyes.jpg);
	background-repeat:no-repeat;
}

#psychic_left_bottom {
	width:225px;
	height:119px;
	background-image:url(../images/freepsychic_left_bottom.jpg);
	background-repeat: no-repeat;
	
}

#psychic_content {
	width: 618px;
	float:right;
	background-image: url(../images/freepsychic_content_top.jpg);
	background-repeat: no-repeat;
}

#psychic_content p {
	margin-right: 25px;
	margin-left: 10px;
	padding:0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}

#psychic_content h5 {
	padding:0;
	margin:0;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
}

td {	
	vertical-align: top;
	
	
}
a {
	text-decoration: none;
	color:#FFA;
}

h1 {
	margin-top: 6px;
	padding: 0;
}

a:hover {
	text-decoration:underline;

}
.searchbutton {
	color:#fff;
	background-color:#370037;
}

#psychic_footer {
	width: 100%;
	background-color:#171a3d;
	background-image: url(../images/freepsychic_content_bottom.jpg);
	background-repeat: no-repeat;
	background-position:top;
}