#wrapper {
	width: 100%;
	border: none;
}

#content {
	width: 90%;
	height: auto;
}

h1 {
	font-size: 14px;
	color: #006d9e;
	margin-bottom: 10px;	
}

h2 {
	font-size: 12px;
	color: #006d9e;
	margin-bottom: 10px;	
}

h3 {
	font-size: 10px;
	color: #006d9e;
	margin-bottom: 10px;
}

p {
	font-size: 10px;
	margin-bottom: 10px;
}

li {
	clear: both;
	list-style: none;
	padding-bottom: 10px;
}

label {
	float: left;
	font-size: 10px;
	width: 200px;
	margin-bottom: 10px;	
}

input {
	float: right;
	width: 200px;
	margin-bottom: 10px;
	font-size: 11px;
}

input.submit {
	width: auto;
}

textarea {
	float: right;
	width: 200px;
	margin-bottom: 10px;
	font-size: 11px;		
}

select {
	float: right;
	width: 200px;
	margin-bottom: 10px;
	font-size: 11px;		
}

li p {
	float: right;
	width: 200px;
	margin-bottom: 10px;
	font-size: 11px;
}