@import "aghodges-links.css";
@import "aghodges-navigation.css";
@import "aghodges-headers.css";
@import "aghodges-features.css";


/* elements */

body {
	background-color: #fffdec;
	text-align: center;
	margin: 20px;
}

body {
	font-size: 11px;
	line-height: 17px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #555;
}

p {
	margin-top: 5px;
	margin-bottom: 0;
	margin-bottom: 7px;
}

p.thought 
{
	margin-top: 0;
}

p.quote 
{
	padding-left: 20px;
}

td {
	vertical-align: top;
	text-align: left;
}

img {
	border: 0;
}

img.border {
	border: 1px solid #823;
}

ul {
	padding: 0;
	margin-left: 15px;
	margin-top: 0;
}

li {
	margin-bottom: 5px;
}

ul.nobullet
{
	list-style-type: none;
}

/* page sections */

#wrapper {
	text-align: left;
	width: 770px;
}

#header, #footer {
	background-color: #fff;
	border: 1px solid #eee;
}

#header {
	width: 100%;
	margin-bottom: 3px;
}

#header td {
	padding-top: 20px;
}

#footer {
	font-size: 10px;
	padding: 7px 10px;
	margin-top: 9px;
	color: #999;
}

#name {
	width: 220px;
}


#name {
	border-left: 3px solid #823;
	padding-left: 7px;
}

#name h1 {
	text-transform: uppercase;
	font-family: verdana, sans-serif;
	letter-spacing: .3em;
	font-size: 12px;
	line-height: 12px;
	padding: 5px 7px;
	margin: 0;
	float: left;
	font-weight: bold;
	font-style: normal;
}

#body {
	width: 570;
	margin-bottom: 7px;
}

#leftColumn {
	width: 190px;
	border-right: 1px dotted #ccc;
	padding: 15px 7px 10px 0px;
}

#rightColumn {
	float: right;
	width: 180px;
	padding: 20px 7px 10px 15px;
}

.secondary 
{
	margin-top: 20px;
	border-top: 1px dotted #823;
	font-size: 9px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #823;
}

.secondary ul
{
	margin-left: 0px;
	list-style-position: outside;
	list-style-type: none;
}

.secondary h5 
{
	font-size: 9px;
}
	

#centerColumn {
	padding: 20px 15px;
	border-right: 1px dotted #ccc;
	width: 100%;
}


.smaller {
	font-size: 80%;
}

.padded 
{
	padding: 20px 20px 20px 50px;
}