@charset "UTF-8";
/* CSS Document */
body {
	margin-top: 10px;
	background-color:#F0F0F0;
}


/* begin container and header */
#container{
	margin-left:auto;
	margin-right:auto;
	border-bottom-width:1px;
	border-bottom-color: #ccc;
	border-bottom-style:solid;
	border-left-width:1px;
	border-left-color: #ccc;
	border-left-style:solid;
	border-right-width:1px;
	border-right-color: #ccc;
	border-right-style:solid;
	border-top-width:1px;
	border-top-color: #ccc;
	border-top-style:solid;
    width:950px;
	background-color:#FFF;
	overflow:hidden;
}
#header{
    float:left;
	background-image:url(http://www.nu-ufitness.com/img/nu-ulong-interior.jpg);
	background-repeat:no-repeat;
    width:950px;
	height:128px;
}
.headernav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	padding-top: 3px;
	margin-top: 95px;
	width:940px;
	color:#fff;
	text-align:center;
}
.headernav a{ 
	color:#06F;
	text-decoration:none;
}
.headernav a:hover{ 
	color:#fff;
	text-decoration:underline;
}


/* begin interior panels */
#formpanel{
    float:left;
	width:200px;
	padding-top:2px;
}
#rightpanel{
    float:left;
	width:200px;
	padding-top:2px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
.rightnav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	list-style: none;
}
.formtext {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000;
	list-style: none;
	text-align:center;
}


/* begin text panel */
#textpanel{
	float:left;
    width:690px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-color:#FFF;
	padding-left:20px;
	padding-right:15px;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#CCC;
}
.h1 {
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#BB2218;
	font-weight:600;
}
.h2 {
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#06F;
	font-weight:600;
}
.h3 {
	position: relative;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
	font-weight:600;
}
.text {
	position: relative;
	padding-top: 5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
	line-height:20px;
}
.text a{
	color:#06F;
	text-decoration:none;
}
.text a:hover{
	color:#666;
	text-decoration:underline;
}


/* begin footer */
#footer{
	position:relative;
	padding-top: 6px;
    margin-left:auto;
	margin-right:auto;
    width:950px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#333;
	text-align:left;
}
.footnav a{
	color:#06F;
	font-size:12px;
	text-decoration:none;
}
.footnav a:hover{
	color: #000;
	text-decoration:underline;
}