body {
	background: white;
	color: #252525;
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 12px;
}

.text {
	padding: 7px;
}

.main {
	margin: 0 auto;
	width: 766px;
}

.header {
	width: 100%;
	height: 194px;
	background-image: url('images/header.gif');
	background-repeat: no-repeat;
}

.header .topLinks {
	width: 180px;
	margin-right: 300px;
	display: block;
	padding-top: 10px;
}

.header .topLinks .item {
	width: 50%;
	float: right;
	text-align: center;
}

.header a, .header a:visited {
	color: #252525;
	text-decoration: none;
}


.header a:hover {
	color: #2b86b1;
}

.header .menu {
	width: 726px;
	margin-right: 21px;
}

.header .menu .item {
	text-align: center;
	width: 90px;
	float: right;
}

.content {
	width: 100%;
	background-image: url('images/mainBoxBg.jpg');
	background-repeat: repeat-y;
}

.content .sidebar {
	float: right;
	width: 217px;
	background-image: url('images/rightBG.gif');
	background-repeat: repeat-y;
}

.content .sidebar .text {
	width: 192px;
	padding: 0;
	margin: 0;
	margin-right: 20px;
	padding-bottom: 10px;
	text-align: center;
}

.content .sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	width: 90%;
}


.content .sidebar li {
	padding: 2px;
	padding-bottom: 5px;
	border-bottom: 1px solid #dce3e4;
}

.content .sidebar .title {
	width: 100%;
	height: 79px;
	background-image: url('images/menuTop.gif');
	background-repeat: no-repeat;
	text-align: center;
}


.content .sidebar a, .content .sidebar a:visited {
	color: #252525;
	text-decoration: none;
}


.content .sidebar a:hover {
	color: #2b86b1;
}

.content .mainBox {
	float: right;
	width: 549px;
	background-image: url('images/boxBG2.gif');
	background-repeat: repeat-y;
	min-height: 380px;
}

.content .mainBox .title {
	width: 100%;
	height: 79px;
	background-image: url('images/boxTop2.gif');
	background-repeat: no-repeat;
	text-align: center;
}

.content .mainBox .imgBaby {
	float: right;
	margin: 5px;
	margin-top: 0;
}

.content .mainBox .text {
	padding-right: 20px;
	padding-left: 13px;
}

.content .boxFooter {
	width: 100%;
	height: 9px;
	background-image: url('images/boxEnd.gif');
	background-repeat: no-repeat;
	clear: both;
}

.content h1 {
	padding-top: 5px;
	margin: 0;
	font-family: Aharoni;
	font-size: 48px;
	color: White;
}

.content h2 {
	margin-bottom: 1px;
	margin: 0;
	font-size: 14px;
	text-decoration: underline;
}

.links {
	width: 100%;
	clear: both;
	background-image: url('images/footer_links.gif');
	background-repeat: repeat-y;
	text-align: center;
}

.links a, .links a:visited {
	color: #252525;
	text-decoration: none;
}

.footer {
	width: 100%;
	height: 40px;
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	text-align: center;
	color: white;
}


.links a:hover {
	color: #2b86b1;
}

p {
	margin: 0;
	padding: 0;
}