html, body {  
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	/*background: #3d0c09 url(../images/slice.gif) repeat-x top left;*/
	
	background: #bbbdbb;
}


#container {
	width: 720px;
	text-align: left;
	margin: 0 auto;
	background: #3d0c09;
	font-family: arial, verdna, helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	
	padding: 0 0 40px 0;
}

.home {
	position: absolute;
	width: 500px;
	margin: 30px 0 0 50px;
	height: 100px;
}




/* HEADER */

.header {
	width: 720px;
	height: 162px;
	background: url(../images/header.gif) no-repeat;
	text-indent: -123456em;
}




/* NAVIGATION */


.navigation, .navigation li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.navigation {
	border-top: 1px solid #fff;
	
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	width: 720px;
	height: 28px;
	background: #efedd1;
}

.navigation li {
	float: left;
	padding: 5px 1px 0 9px;
}


.navigation a {
	display: block;
	padding: 3px 3px 2px 3px;
}



.navigation a:link, .navigation a:visited {
	color: #144372;
	text-decoration: none;
}

.navigation a:hover, .navigation a:active {
	background: #fff;	
}



/* BODY */

.body {
	margin: 79px 0 0 73px;
	width: 430px;
}

h1 {
	width: 287px;
	height: 70px;
	background: url(../images/tyinterest.gif) no-repeat top left;
	text-indent: -123456em;
	
	margin: 0;
	padding: 0;
}

#ty h1 {
	width: 209px;
	height: 28px;
	background: url(../images/ty.gif) no-repeat top left;
}

p {
	margin: 12px 0;
	padding: 0;
	line-height: 18px;
}




/* FORM */

#form
{
	width: 500px;
}

#form div {
	padding: 0 0 9px 10px;
	width: 125px;
	float: left;
	clear: both;
	margin-top: 5px;
}

#form .arw, form .req {
	background: url(../images/arrow.gif) no-repeat 1px 4px;
}

#form .req {
	float: none;
	margin: 22px 0 0 0;
	padding-bottom: 15px;
}

#form .field, form .submit {
	margin: 0;
	width: auto;
	float: none;
	clear: none;
}

#form .submit {
	float: left;
	clear: both;
	margin: 13px 0 0 0;
	padding-bottom: 30px;
}

div.wide {
	width: 100%;	
}

div.interests {
	width: 100%;
	clear: both;	
	height: 260px;
}

div.interests ul {
	list-style: none;
	width: 49%;
	padding: 0 0 0 0;
	float: left;
	font-size: 11px;
	margin: 0px 0 20px 0;
}

div.interests ul li {
	margin: 2px 0 2px 0;
	height: 20px;
}

div.interests ul li label{
	margin: 0 0 2px 4px;
}

div.interests ul li input {
	margin: 1px 0 0 0;
}

.fValidator-msg {
	color: #ff0000;
	display: block;
	width: 400px;
}



/* CLEARFIX */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

