/** --------------------------------------------------------------------
    Below are my changes, I've commented out original CSS except for 
    what is used. The list is a listamatic style sheet. See:
    http://css.maxdesign.com.au/listamatic/horizontal09.htm
    --------------------------------------------------------------------
 **/

body 
{
	font: normal small Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: justify;
	font-size: 13px;
	margin: 50px;
	padding: 0;
	background-color: #ffffff;
}

#content {
	height: 190px;
	border-bottom: 1px solid #cccccc;
}

#content ul
{
	border: 0;
	font: normal 14px/14px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	text-align: left;
}

#content ul li
{
	font: normal 14px/14px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	padding: 4px;
}

#content-right-pane h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
}

#content-right-pane td a {
	color: blue;
}


#head ul li a
{
	font: normal 14px/14px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

#head ul li a:hover
{
}

#head a:active
{
}

#head li#active a
{
}


#main
{
	width: 900px;
	margin: 0px auto;
}

#banner a
{
	color: #cc6600;
	padding-top: 20px;
}

#banner a:hover {
	background: #f5d7b4;
	padding: 5px;
	color: #3C1B0E;
}

.h1-title 
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}

.h1-caption 
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #ffffff;
	font-size: 12px;
}

#about-me 
{
	color: #000000;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 15px;
	margin: 0px auto;
}

#about-me a 
{
	color: #3C1B0E;
}

#about-me h2 
{
	color: #3c1b0e;
	margin-bottom: 0px;
}


#footer {
	color: #333333;
	font-size: 12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	text-align: center;
	padding: 10px 30px 0px 30px;
	margin: 0 auto;
	text-align: center;
	width: 900px;
}

#footer a
{
	color: #962d3e;
}

table
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}

/** contact information **/
h2#comments-title
{
	background: transparent url(../images/contact-info.png) no-repeat scroll top left;
	display: block;
	width: 510px;
	margin-bottom: 0px;
	text-indent: -9999px;
}

td
{
	color: #333333;
}

#comment h2
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	color: #A0522D;
	text-decoration: underline;
}

#comment-info{
	float:left;
	width:110px;
	font-style:normal;
	text-align:right;
}
#comment-info p{
	text-align: right;		
}
#comment-form{
	float:left;
	width: 379px;
	margin: 0 0 0 10px;
	border-left:1px solid darkGray;
	padding: 0 0 4px 10px;
	min-height: 32px;
}

.clear{ clear:both; }
.right{ text-align: right; }

fieldset
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
	float: center;
	display: block;
	width: 25em;
}

#mysubmit
{ 
	background-color: #c60;
	font-size: 10px;
	padding: 10px;
	font-weight: bold;
	color: #ffffff;
}

#shadow-container {
	width: 815px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 30px;
	/** shadow colors to test: #514433, #603C0E, #55493A, #4F4E4D  **/
    filter: shadow(color: #4F4E4D, direction: 135); /** Processed by Internet Explorer ONLY **/
}


/** --------------------------------------------------------------------
    END CHANGES
    --------------------------------------------------------------------
 **/




