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

body {
	background-image:url(images/background.jpg);
	background-repeat:repeat;
	background-attachment:fixed;
}


#left_side {
	width:290px;
	height:100%;
	float:left;
	position:fixed;
}

#right_side {
	float:left;
	height:100%;
	margin-left:400px;
}

#frame {
	width:675px;
	height:260px;
	margin-left:0px;
	margin-top:25px;
}


#frame_top {
	height:50px;
	width:675px;
	padding:0px;
	margin:0px;
}

#frame_bottom {
	height:210px;
	width:675px;
	padding:0px;
	margin:0px;
	background-image:url("images/frame_background.jpg");
	background-repeat:repeat;
}

p.content {
	font-size:10px;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}








/*---------SUNS ROLLOVER---------------- */
#suns {
  display: block;
  width: 433;
  height: 197;
  background: url("images/suns/suns_site.jpg") no-repeat 0 0;

}

#suns:hover { 
  display: block;
  width: 433;
  height: 197;
  background: url("images/suns/suns_site2.jpg") no-repeat 0 0;
  cursor:auto;
}

#hover span
{
  display: none;
}


