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

body {
	background: #FFF;
	margin: 20px auto;
	padding: 0;
	font: "Trebuchet MS", "Times New Roman", Arial;
	font-size: 14px;
	color: #666;
}

a img {
	border: none;
}

a {
	color: #96bceb;
}

a:hover {
	color: #F2AAAB;
	text-decoration: none;	
}

h1, h2, h3, h4, h5 {
	font: Arial, Helvetica, sans-serif;
}

h1 {
	color: #96bceb;
	font-size: 16px;
}

h2 {
	color: #96bceb;
	font-size: 18px;
	text-align: center;
}

h3 {
	color: #95C4A2;
	font-size: 16px;
	border-bottom: 1px dotted #96bceb;
}

/* begin coding */

#wrapper {
	background: url(../images/bg.png) repeat-y;
	margin: 0 auto;
	width: 960px;
	height: auto;
	padding-bottom: 5em;
}

#contentwrap {
	width: 920px;
	height: auto;
	padding-bottom: 2em;
}

#header {
	background: url(../images/border_top.png) no-repeat;
	height: 30px;
	width: 960px;
	text-align: center;
	padding-top: 5em;
}

/* begin navbar */

#navbar {
	margin: 0 10px 0 120px;;
	height: 30px;
	width: 750px;
	padding-top: 3em;
}

#navbar ul {
	list-style: none;
	display: inline;
	width: 750px;
}

#navbar ul li {
	height: 30px;
	width: 150;
	display: inline;
}

#navbar li a {
	display: inline;
	float: left;
	text-align: center;
}

#navbar ul li a.family {
	background: url(../images/family.png) no-repeat;
	height: 30px;
	width: 150px;
}

#navbar ul li a.family:hover {
	background: url(../images/family_hover.png) no-repeat;
}

#navbar ul li a.pictures {
	background: url(../images/pictures.png) no-repeat;
	height: 30px;
	width: 150px;
}

#navbar ul li a.pictures:hover {
	background: url(../images/pictures_hover.png) no-repeat;
}

#navbar ul li a.news {
	background: url(../images/news.png) no-repeat;
	height: 30px;
	width: 150px;
}

#navbar ul li a.news:hover {
	background: url(../images/news_hover.png) no-repeat;
}

#navbar ul li a.tv {
	background: url(../images/tv.png) no-repeat;
	height: 30px;
	width: 150px;
}

#navbar ul li a.tv:hover {
	background: url(../images/tv_hover.png) no-repeat;
}

#navbar ul li a.recipes {
	background: url(../images/recipes.png) no-repeat;
	height: 30px;
	width: 150px;
}

#navbar ul li a.recipes:hover {
	background: url(../images/recipes_hover.png) no-repeat;
}

/* end navbar */

/* start page */

#page_wrapper {
	margin: 0 auto;
	width: 700px;
	padding-top: 4em;
}

#page_text {
	margin: 1em auto;
	width: 650px;
}

#page_text p {
	padding: 0 1em;
}

/* start footer */

/* hupp tv */

#hupptv {
	margin: 0 auto;
	width: 650px;
	height: 389px;
}

.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #89BEA2;
	font-size: 18px;
}

select {
	background-color:#96bceb;
	width:135px;
	color:#f9e1a3;
	font: Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:center;
}

/* end hupp tv */

#footer {
	background: url(../images/border_bottom.png) no-repeat;
	margin: -1.7em auto;
	height: 28px;
	width: 960px;
}

#legal {
	margin: 3em auto;
}

#legal p {
	color: #8BC0A2;
	text-align: center;
}
