html {
	width: 100%;
	height: 100%;
	min-height: 100%
}

body {
	height: 100%;
	background: url(../images/gradient.jpg) repeat-x 0 0;
}

html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	height: auto;
	background: url(../images/logo.gif) no-repeat 0 5px;
}

/* Top Section */

#top{
	width: 850px;
	height: 141px;
	position: relative;
}


#follow {
	color: #ffffff;
	font-size: 11px;
	line-height: 190%;
	width: 846px;
	position: relative;
	float: right;
	padding-right: 8px;
	text-align: right;
	margin-right: 2px;
	height: 108px;
	top: 15px;
}

#follow img {
	margin-bottom: -3px;
}

#nav-bar {
	width: 850px;
	clear: both;
	position: relative;
	float: left;
}

#top-nav-mm {
	width: 602px;
	float: left;
	clear: left;
	position: relative;
	margin-top: 3px;
}

#top-nav-search {
	float: right;
	padding-top: 4px;
	width: 222px;
	position: relative;
}

/* Left Column */

#left-column {
	width: 600px;
	float: left;
	height: auto;
	clear: left;
	position: relative;
	top: 15px;
}

#kids {
	width: 600px;
	float: left;
	position: relative;
	height: 212px;
	background: url(../images/kids.jpg) no-repeat 0 0;
	clear: left;
}

#text {
	width: 590px;
	position: relative;
	float: left;
	clear: left;
	top: 15px;
}

#right-column {
	width: 220px;
	float: right;
	height: auto;
	clear: right;
	position: relative;
	top: 15px;
}

/* Footer */

#footer {
	background-color: #699d9f;
	width: 100%;
	height: 175px;
	clear: both;
}

#footer-mm {
	width: 850px;
	margin: 0 auto;
	padding-top: 10px;
	height: 120px;
}
.mm {
	float: left;
	padding-bottom: 20px;
}


#footer-copyright {
	background-color: black;
	width: 100%;
	margin: 0 auto;
	clear: both;
	color: white;
	padding-top: 10px;
	padding-bottom: 5px;
	height: 25px;
	font-size: 8pt;
	text-align: center;
}

#footer-box {
	margin: 0 auto;
	width: 850px;
	text-align: left;
}

/* formats */

p, ul, ol, li {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0 0 15px;
	z-index: 10;
}

/* page-options */

#page-options {
	color: #686968;
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 9pt;
	float: left;
	clear: left;
	position: relative;
	width: 600px;
}

/* image spacing */

.img-top {
	margin-top: 10px;
}

.img-right {
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-left {
	margin-bottom: 10px;
	margin-right: 10px;
}

.img-bottom {
	margin-bottom: 10px;
}

