@charset "UTF-8";

/* CSS Document */

a img {border: none; }
body {font-family:Helvetica, Arial, san-serif; background:#e7e2d5;font-size:12px;text-align:center;}
div#paragraph {float:right;width:300px;text-align:left}
a {color:#000;text-decoration:none;cursor:pointer;cursor:hand; outline: none;}
a:hover {color:#000;text-decoration:none;}
.clear {clear:both}
#wrapper{ width:950px; margin:0 auto; padding-top: 96px;padding-left: 23px; }


#header {
 width:650px;
 border: none;
 margin:0; 
 padding:0; 
 float:left;
 height:700px;
}

#header a {
 display:block;
 width:100%;
 height:100%;
 text-decoration:none;
 float:left;
 text-align: left;
}

#header a:hover {
  text-decoration:none;
}

/* Tooltip */

#tooltip {
	position:absolute;
	z-index:9999;
	color:#000;
	font-size:10px;
	width:180px;
	
}

#tooltip .tipHeader {
	height:8px;
	background:url(images/tipHeader.gif) no-repeat;
}


#tooltip .tipBody {
	background-color:#fff;
	padding:5px 5px 5px 15px;
}

#tooltip .tipFooter {
	height:8px;
	background:url(images/tipFooter.gif) no-repeat;
}


