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

  a:link{ color: #223c50;
     text-decoration: none;} /* for unvisited links */
	
  a:visited{ color: #223c50;
     text-decoration: none;} /* for visited links */


  a:hover{color: #000000;
     text-decoration: underline overline; cursor: crosshair} /* when mouse is over link */

  a:active { color: #223c50;
     text-decoration: none;} /* when link is clicked */

body
{
	color:#223c50;
	cursor:  default;
	FONT-FAMILY:  WEE BAIRN, Verdana, Comic Sans MS, Arial, Halvetica, Sans-Serif;
	scrollbar-arrow-color: #95a1ad;
  	scrollbar-base-color: #939fab;
  	scrollbar-dark-shadow-color: #96a2ae;
	scrollbar-track-color: #97a3af;
	scrollbar-face-color: #919da9;
	scrollbar-shadow-color: #96a2ae;
	scrollbar-highlight-color: #97a3af;
	scrollbar-3d-light-color: #95a1ad;
	/*FONT-SIZE: 16px;*/
  	background-image: url(../graphics/heartbackground.gif);
	/*min-width: 1000px;*/
}
h2
{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

h3
{
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}

h4
{
	text-align:center;
	font-weight: bold;
	font-size: 12px;
}

#wrapper
{
	width : 1000px ;
	margin-left : auto ;
	margin-right : auto ;
	position : relative ;
}
.leftbox {
	float: left;
	width: 50%;
}
.rightbox {
	float: right;
	width: 49%;
}

#navigation {
	width: 100%;
	clear: both;
	text-align:center;
	}
#main{
	width: 100%;
	}
#footer{
	width: 100%;
	text-align: center;
	}
p {
	text-align: center;
	color: #223c50;
	/* line-height: 90%; */
}

