@CHARSET "ISO-8859-1";

html body {
	margin:0px;
	padding:0px;
	
}

html {
	background-size: 100% 200px;;
	background-image: url('http://www.toddgoolsby.com/new/toddgoolsby-title.png');
	background-repeat:no-repeat;
	background-position:left top;
	background-color:#000000;
}

body {
	background-size: 100%;
	background-image: url('http://www.toddgoolsby.com/new/toddgoolsby-footer.png');
	background-repeat:no-repeat;
	background-position:bottom;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#444;

}

#this {
	margin-bottom:20px;
	font-size:30px;
	font-weight:bold;
	color: #002C44;
}

a {
	color:#444;
}

dl {
	margin-left:20px;
	font-size:10px;
}

#header {
	height:230px;
	background-repeat:no-repeat;
}

#content p {
	font-size:12px;
	padding:0px 5px 10px 5px;
}

#dir li {
	padding-bottom:20px;
}

.content {
	width:190px;
}

.otherConnection li { 
	border-left:solid 1px #444;
	border-bottom:solid 1px #444;
}

.otherConnection p {
	font-size: 10px;
	color:#222;
	font-style: italic;
	text-indent: 10px;
	margin: 10px 0px 25px 0px;
}

a {
	text-decoration: none;
}

a:hover {
	color: #002C44;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	-o-transition: all .5s ease-in;
	transition: all .5s ease-in;
}

#footer {
	width:100%;
	bottom:0px;
	left:0px;
	height:50px;
	clear:both;
	margin-top:200px;
	font-size: 12px;
	color:#002C44;
	text-align: center;
}
#footer a {
	color:#002C44;
	text-decoration: none;
}

#footer li {
	display: inline-block;
	margin: 0 15px;
}

.break {
	clear:both;
}

