/*css for waynehall.net site */

body {
	font: 14px/1.15em Georgia, "Times New Roman", Times, serif;
	background: #0f2d00;
	margin: 0px 10% 0 10%;
	padding: 0px;
}

p {
margin: 0px 0px 10px;
}


ul {
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* rule for all headings */
h1, h2, h3, h4, h5, h6 {
color: #990000;
}

h1:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h2:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h3:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h4:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h5:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/
h6:first-child {margin-top: 0;}/*starts first heading in a TD flush top*/

/*override rule for level 1 heading */
h1 { font-size: 130%; }
h2 { font-size: 125%; }
h3 { font-size: 120%; }
h4 { font-size: 115%; }
h5 { font-size: 110%; }
h6 { font-size: 90%; }


/* Happy hunting. This rule will allow you to create an outer border around the layout table in netscape 4. Wrap the entire table inside a div and assign to the div this id */
#n4shell {
	border: 1px solid #666633;
	/*/*/border: 0; /* */
}

/* rule to offset table 10 px from top edge */ 
#wrapper
{
	top: 20px;
	width: 860px;
	margin-top: 10px;
}

/* rule for MainTable of site */ 
#mainTable {
border: 1px solid #0f2d00;
line-height: 1.5em;
background: #c8aa43;
}

/*Pads each table cell in modern browsers*/
#mainTable td {
	padding: 10px;
}


/* remove temporarily */
#mainTable #mainContent td 
{
padding: 15px;
}

/* adds border to images */
#mainTable #mainContent img
{
border: 1px dotted #666633;
padding: 15px;
margin-right: 6px;
margin-top: 4px;
margin-left: 6px;
}


#mainTable #mainContent a:link, #mainTable #mainContent a:visited  {
	color: #990000;
	font-weight: bold;
}

#mainTable #mainContent a:hover, #mainTable #mainContent a:active {
	color: #666600;
	font-weight: bold;
}

#mainContent {
	width: 620px;
	border-left: 1px dotted #333;
	background: #cccc99;
	vertical-align: top;
	font-size: 85%;
	line-height: 1.5em;
}


#mainContent caption {
	vertical-align: top;
	/*/*/font-size: 80%; /* */
} 


#sidebar {
	width: 180px;
	background: #cccc99;
	vertical-align: top; /* */
	font: 85% Georgia, "Times New Roman", Times, serif;
}

#sidebar a {
/*/*/padding: 3px;
	display: block;
	border: 1px dotted #666600;
	text-decoration: none;
	line-height: 1em;
	width: 160px;
	color: #0F2D00;
}

#sidebar a:link, #sidebar a:visited {
	color: #0f2dD00;
	font-weight: normal;
}

#sidebar a:hover, #sidebar a:active {
	color: #ffffcc;
	background-color: #c8aa43;
	border: 1px solid #333;
}

#sidebar ul {
	/*/*/padding-left: 1em;
	list-style-type: none;
	margin-left: 1em; /* */
}

#sidebar li {
	/*/*/margin: 0px 0px 6px 0px; /* */
}


#footer {
	background-color: #c8aa43;
	color: #666600;
	font-size: 75%;
	font-weight: normal;
}

#footer a:link, #footer a:visited {
	color: #990000;
	margin: 2px;
	padding: 4px;	
}

#footer a:hover, #footer a:active {
	color: #990000;
	background-color: #cccc99;
}


#copyright {
	color: #cccc99;
	text-align: center;
	font: 400 70% verdana, sans-serif;
	letter-spacing: 0.06em;
	background: #0F2D00;
}

#copyright a {
	color: #c8aa43;
	text-decoration: none;
	font-weight: 600;
}

#copyright a:link, a:visited {
	color: #cc6600;
	font-weight: 600;
}

#copyright a:hover, a:active {
	color: #cc6600;
	font-weight: 600;
	text-decoration: underline;
}

/* class to add 1px border around imaage */ 
.logochair
{
border: 1px solid #999;
}

/* class to remove border around imaage */ 
.logoname
{
border: 0px;
margin-left: 15px;
}
