ul {
	margin: 0 0 0 20px;
}
ul li {
	margin-bottom: 5px;
}

#content {
	border: 1px solid #666;
	background-color: #e9ebeb;
	color: #000;
	padding-left: 10px;
}
#pageImage {
	float: right;
	width: 447px;
	margin: 0 0 0 10px;
	padding: 0;
}
#pageTitle {
	margin: 0;
	padding: 5px 0 10px 0;
	color: #666;
	font-size: 1.3em;
}

/*Picture + Quote box on Subpages*/
div.quotebox {
	background-color: #000;
	width: 440px;
	height: 273px;
	border: 3px solid #ccc;
	float: right;
	background-repeat: no-repeat;
}
div.quote {
	color: #fff;
	margin-left: 220px;
	padding: 10px 20px;
	font-size: 18px;
	line-height: 22px;
}
div.quote div.author {
	font-size: 12px;
	font-style: italic;
	text-align: right;
}
div.quote div.author a{
	color: #fff;
	text-decoration: none;
}

/* Links Page*/
/*[@link]*/
div.linkList {
	/*border: 1px solid red;*/
	width: 170px;
	float: left;
}
div.linkList ul {
	margin: 0 0 0 20px;
}
/*CONTACT PAGE*/
#contact_info {
	float: right;
	width: 200px /*220px - 20px (padding) = 200px*/;
	border-left: 1px solid #ccc;
	height: 222px;
	margin-right: 10px;
	padding: 5px 10px;
}
/* FORM STUFF */
table {
	width: 300px;
	margin: 5px 0;
}
table tr td {
	font-size: 11px;
	padding-bottom: 5px;
}
input {
	width: 194px;
	border: 1px solid #666;
}
input.submit, input.clear {
	width: 144px;
}
input.clear {
	margin-left: 5px;
}
textarea {
	width: 294px;
	height: 74px;
	border: 1px solid #666;
}
