body
{
	margin: 0;
	padding: 0;
	background: #fff;
	color: #000;
	font-family: arial, sans-serif;
	background: #fff url(../images/background.gif) repeat-y;
}

p 
{
	font-size: 12pt;
}

h1
{
	color: #5b5bf6;
	font-size: 18pt;
}

h2
{
	font-size: 16pt;
}

h3
{
	font-size: 14pt;
}

h4
{
	font-size: 13pt;
}

h5
{
	font-size: 12pt;
}

h6
{
	font-size: 11pt;
}

a
{
	color: #5b5bf6;
}

a:hover
{
	text-decoration: none;
}

/* remove unnecessary margins etc. */
h1, h2, h3, h4, h5, h6, ul, ol
{
	margin: 0;
	padding: 0;
}

/* remove all default bullets */
li
{
	list-style-type: none;
}

/* basic classes */
.vcard .type 
{
	display: none;
}

.skip 
{
	display: none;
}

.float
{
	float: left;
	display: block;
	width: 150px;
	height: 200px;
	margin: 10px 0px;
	text-align: center;
}

.gallery img
{
	display: block;
	margin: 0 auto;
}

.gallery_name
{
	text-decoration: none;
}

/* custom layout & styles */
#wrapper
{
	width: 915px;
}

#head
{
	height: 120px;
	background: #fff;
	border-bottom: 5px solid #5b5bf6;
	position: relative;
}

#head h1
{
	background: url(../images/caring-hearts.gif) no-repeat;
	text-indent: -9999em;
	width: 556px;
	height: 109px;
	position: absolute;
	top: 5px;
	left: 10px;
}

#head h2
{
	background: url(../images/children.gif) no-repeat;
	text-indent: -9999em;
	width: 255px;
	height: 76px;
	position: absolute;
	bottom: 0;
	right: 5px;
}

#nav 
{
	float: left;
	width: 155px;
	background: #5b5bf6;
}

#nav a 
{
	display: block;
	color: #fff;
	font: bold 16px arial, sans-serif;
	line-height: 34px;
	text-decoration: none;
	text-indent: 5px;
	width: 100%;
}

#nav a:hover, #nav a.active
{
	background: #b2b2f4 url(../images/arrow.gif) 95% 50% no-repeat;
}

#content 
{
	float: left;
	width: 450px;
	margin: 10px 25px;
}

#content ul
{
	margin: 1em;
}

#content li
{
	list-style-type: disc;
}

#sidebar
{
	float: left;
	width: 260px;
}

#sidebar h1 
{
	color: #fff;
}

#sidebar .box
{
	position: relative;
	background: #b2b2f4;
	width: 240px;
	padding: 10px 10px;
	margin: 20px 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

#sidebar .box p
{
	font-size: 10pt;
}

#sidebar .box .heart
{
	position: absolute;
	top: -11px;
	left: -16px;
	width: 32px;
	height: 29px;
	background: url(../images/heart.gif) no-repeat;
}

#sponsors 
{
	clear: left;
	margin-left: 180px;
	width: 735px;
}

#sponsors h1 
{
	text-align: center;
	color: #fff;
	background: #b2b2f4;
}

#sponsors ul
{
	height: 100px;
}

#sponsors li
{
	float: left;
	margin: 5px;
}

#sponsors img
{
	width: 135px;
	vertical-align: middle;
	margin: 0 4px;

}
