* {
	margin: 0px;
	padding: 0px;
}

html {
	height: 100%;
}

body {
	margin:0;
	padding:0;
	height: 100%; /* this is the key! */
	background: #e7e7e7;
}

img {
	border: 0px none;
}

/* id */
#body-wrapper {
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: 'Trebuchet MS';
	color: white;
	font-size: 11px;
	position: relative;
	top: 0px;
	left: 0px;
}

#page-wrapper {
	width: 602px;
	height: 100%;
	margin: 0px auto 0px auto;
	text-align: left;
	color: #494949;
}

#header {
	width: 100%;
	height: 200px;
	background: url('images/bg-header.jpg') repeat-x;
	
}

#menu {
	width: 100%;
	height: 32px;
	background: url('images/bg-menu.jpg') repeat-x;
	color: white;
}

#menu ul {
	list-style: none;
	padding: 7px 0px 0px 0px;
}

#menu ul li {
	float: left;

}

#menu a {
	color: white;
	text-decoration: none;
	padding: 7px 10px 8px 10px;
	border-right: 1px solid #5a8700;
}

#menu a:hover, #active {
	background: #5a8700;
}

#content-wrapper {
	height: 80%;
	margin: 0;
	padding: 0;
	width: 600px;
	border-left: 1px solid #5a8700;
	border-right: 1px solid #5a8700;
	background: white;
}

#content-wrapper p {
	padding: 0px 10px 20px 10px;
	position: relative;
	top: -15px;
}

#content {
	color: #494949;
	width: 390px;
	height: auto;
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}

#content h1 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 10px 0px 10px 10px;
}

#content p {
	padding: 10px 10px 0px 10px;
}

#content a, #sidebar a {
	color: #5a8700;
	text-decoration: none;
}

#sidebar {
	color: #494949;
	width: 210px;
	float: left;
	padding: 10px 0px 40px 0px;
	margin: 0px 0px 20px 0px;	
}

#sidebar h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0px 0px 10px 10px;
}

#sidebar p {
	padding: 10px 10px 0px 10px;
}

#footer {
	width: 100%;
	display: block;
}

#footer p {
	color: #c5c5c5;
}

#profile-image {
	padding: 0px 10px 10px 10px;
	width: 110px;
	float: left;
}

#profile-image img {
	width: 100px;
	border: 1px solid #5a8700;
	margin: 0px 0px 5px 0px;
}

#user-info {

}

/* classes */
.question {
	margin: 0px 5px 0px 5px;
}

.question-image {
	width: 69px;
	text-align: center;
	display: inline;
	float: left;
}

.question-content {
	padding: 10px 0px 10px 10px;
}

.question-content h5 {
	font-size: 14px;
	font-weight: normal;
	display: inline;
}

.sidebar-container {
	width: 198px;
	background: #78a500;
	border: 1px solid #5a8700;
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

.sidebar-container h2 {
	text-transform: uppercase;
	font-style: italic;
	color: white;
	background: #5a8700;
	padding: 2px 0px 1px 10px;
}

.sidebar-container form {
	margin: 10px 0px 0px 10px;
}

.sidebar-container a {
	text-decoration: none;
	color: white;
}

.sidebar-container p {
	text-align: center;
	margin: 0px 0px 10px 0px;
}

.textfield {
	font-family: 'Trebuchet MS';
	font-size: 11px;
	color: #494949;
	border: 1px solid #5a8700;
	width: 180px;
}

.textarea {
	margin: 5px 0px 0px 0px;
	font-family: 'Trebuchet MS';
	font-size: 11px;
	color: #494949;
	border: 1px solid #5a8700;
	width: 180px;
	height: 120px;
}

.select {
	margin: 5px 0px 5px 0px;
	font-family: 'Trebuchet MS';
	font-size: 11px;
	color: #494949;
	border: 1px solid #5a8700;
	width: 155px;
}

.submit-button {
	margin: 5px 0px 10px 0px;
	font-family: 'Trebuchet MS';
	font-size: 11px;
	color: #494949;
	border: 1px solid #5a8700;
}	

.q-form {
	padding: 0px 0px 0px 10px;
}

.q-textfield {
	font-family: 'Trebuchet MS';
	font-size: 11px;
	color: #494949;
	border: 1px solid #494949;
	width: 165px;
}

.q-textarea {
	margin: 0px 0px 5px 0px;
	font-family: 'Trebuchet MS';
	font-size: 11px;
	color: #494949;
	border: 1px solid #494949;
	width: 365px;
	height: 120px;
}

.q-submit-button {
	margin: 5px 0px 10px 0px;
	font-family: 'Trebuchet MS';
	font-size: 11px;
	color: #494949;
	border: 1px solid #494949;
}	

.text {
	position: relative;
	top: -5px;
}
