body{
	background: #333 url(images/pagebg.jpg) repeat-x;
	line-height: 1.5em;
	font-size: 14pt;
	font-family: "Lucida Sans", "Lucida Grande", Trebuchet, "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
}

a.linkitem{
	display: block;
	width: 283px;
	height: 50px;
	text-decoration: none;
	border-bottom: 3px #333 solid;
	float: left;
}

a.about{
	background: url("images/about.jpg") 0 0 no-repeat;
	border-right: 3px #333 solid;
}

a.process{
	background: url("images/process.jpg") 0 0 no-repeat;
	border-right: 3px #333 solid;
}

a.gethappy{
	background: url("images/gethappy.jpg") 0 0 no-repeat;
	width: 282px;
}

a:hover.linkitem {
    background-position: 0px -50px;
}

a.thispage{
	background-position: 0px -50px;
}

p{
	margin-bottom: 1em;
}

ul{
	list-style: none;
}

ul a{
	text-decoration: none;
	color: #f90;
	font-weight: bold;
	line-height: 1.7em;
}

#header{
	height: 169px;
	width: 499px;
	margin: 20px auto 0px;
	padding: 30px 0px 0px 107px;
	background: url(images/habg.png) no-repeat;
}

#movie{
	width: 550px;
	height: 400px;
	margin: 0px auto;
	border: 3px #333 solid;
	clear: both;
}

#content{
	margin: 100px auto 50px;

}

#states li{
	padding-bottom: 0.5em;
	background: #666;
	border-left: 3px #333 solid;
	border-right: 3px #333 solid;
	text-align: center;
}

.container{
	background: #999 url(images/contentbg.png) repeat-x;
	border: 3px #333 solid;
}

.hidden{
	font-size: 11pt;
	color: #9e9e9e;
}

.group{
	margin-top: 1em;
}

.borderimg{
	border: #333 3px solid;
}

.floatleft{
	float: left;
	margin: 0px 20px 20px;
}

.floatright{
	float: right;
	margin: 0px 20px 20px;
}

.cleared{
	clear: both;
}

.nonvisible{
	display: none;
}

#linklist{
	margin-bottom: 1em;
}

#footer{
	text-align: center;
	font-size: 10pt;
}