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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#main {
	width: 800px;
	background-color: #FFFFFF;
	text-align: center;
}
#wrapper {
	width: 100%;
}
#family_fun {
	width: 410px;
	margin-bottom: 40px;
}
#left {
	margin: 10px;
	padding: 10px;
	width: 410px;
	float: left;
}
#parenting_tips {
	width: 300px;
	margin-bottom: 40px;
}
#right {
	margin: 10px;
	padding: 10px;
	width: 300px;
	float: left;
}
a:link {
	color: #529BC9;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #7EB4D0;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style2 {color: #999999}
#content {
	padding: 10px;
	text-align: left;
}
