@charset "UTF-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
html, body, #wrap {
	font-family: Baskerville, Arial;
	font-size: 12px;
	height:100%;
}
body {

}

body > #wrap {
	height: auto; 
	min-height: 100%;
}

#main {
	padding-bottom: 20px;
	background-image: url(../images/book.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
} 

#footer {
	position: relative;
	margin-top: -20px;
	height: 19px;
	clear:both;
	background-color:#e5e5e5;
	border-top:1px solid #ccc;
} 

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
	}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#header {
	height:100px;
	background-image: url(../images/mytribe_logo3.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-indent:-2000px;
}
#content {
	padding-top:35px;
	width:600px;
	padding-left:50px;
	padding-right:50px;
	background-color:#FFFFFF;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	line-height:200%;
	padding-bottom:35px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#content p {
	font-family: Georgia, Arial, Verdana;
	font-size:11px;
	padding-bottom:20px;
	text-align: left;
}

a {
	color:#990000;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#990033;
}

.qlink {
	float: right;
	display: inline-block;
	margin:30px;
	margin-right:0px;
	margin-left:60px;
	height:75px;
	width:300px;
	background-image:url(../images/questionnaire.jpg);
	background-position: top;
	text-indent:-1000px;
}

.subhead {
	font-family: Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:120%;
}

.qlink:hover {
	background-position: bottom;
}




/*questionnaire */
#q input, #q textarea, #q select {
	padding: 5px;
	margin-bottom:20px;
	border: 1px solid #878787;
	font-family: Helvetica, Arial, sans-serif;
}
#q textarea {
	height: 40px;
}

.question_padding {
	padding-right:10px;
	font-weight:normal;
}

.question_format {
	font-weight:bold;
}

