body {
	background-color: #FFFFFF;
	margin:0;
	padding: 0;
}
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Verdana, Helvetica, sans-serif, Arial;
	font-size:12px;
	color: #333333;
	line-height: 16px;
}
a { 
	color: #333333;
	font-weight:bold;
	text-decoration: none;
}
a:hover { 
	color: #fdb301;
	font-weight:bold;
	text-decoration: none;
}
div#wrapper {
	width:100%;
	margin:auto;
	text-align: left;
	background-color: #999999;
}
div#topbar {
	width:100%; 
	height:125px; 
	background-image:url(../i/back-header.jpg);  
	background-repeat:no-repeat;
	position: relative;
	background-color: #FFFFFF; 
}
div#main {
	float:left;
	background-color: #FFFFFF;
}
div#footer {
	color:#CCCCCC;
	font-size:11px;
	line-height: 11px;
	width: 100%;
	height: 20px;
	float:left;
	background-color:#DDDDDD;
}
h1 {
	font-size:15px;
	line-height: 29px;
	font-weight:bold;
	color:#005580;
}
h2 {
	font-size:14px;
	line-height: 16px;
	font-weight:bold;
	font-style:italic;
	color:#000000;
}
h3 {
	font-size:13px;
	line-height: 15px;
	font-weight:bold;
}
#father {
	font-size:9px;
	line-height:15px;
	color:#0000ff;
}
#mother {
	font-size:9px;
	line-height:15px;
	color:#ff0000;
}
.nav {
	background-image:url(../i/back-nav.jpg);  
	background-repeat:no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
.nav a { 
	color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
}
.nav a:hover { 
	color: #fdb301;
	font-weight:bold;
	text-decoration: none;
}
.image {
	border:1px solid #999999;
}