
/* Set body position to origin */

body
	{
		margin: 0px;
		padding: 0px;
		background-color: #ddd;
	} 

body,td,p,ul,span,div,center,th {
		font: 10pt Arial,Helvetica,sans-serif;
		color: black
	}

p {
		margin-top: 0.5em;
		margin-bottom: 0.5em;
	}

hr {
		height: 1px;
		background-color: black;
		border: none;
	}

a { color: black; }
  /* a:link { color: black; }     unvisited link */
  /* a:visited { color: black; }  visited links */
  /* a:active { color: black; }    active links */

h1	{
		font-size: 26pt;
		font-weight: normal;
		margin-bottom: 10px;
	}

h2	{
		font-size: 18pt;
		font-weight: normal;
		margin-bottom: 6px;
	}

h3	{
		font-size: 14pt;
		font-weight: normal;
		margin-bottom: 4px;
	}

h2.homeLink {
		background-color: #DEF2FE;
		border-bottom: 2px solid #C1D5E3;
	}

h2.homeLink a {
		text-decoration: none;
	}

/* ------------------------------------------------------------------- */


/* Define positions for main bars */

div#headerbar {
			position: absolute; 
			left: 5px; 
			top: 5px; 
			width: 770px;
			height: 90px;
			background: rgb(255,255,255); 
			/*background-image: url(../images/topbanner.jpg); */
			background-position: left center;
			background-repeat: no-repeat;
			padding: 0px; 
			/*border: 1px black solid;*/
		}
		


div#mainbody {
			position: absolute;
			left: 160px; 
			top: 98px;
			width: 616px;
			background: white; 
			border: 2px solid #A3BCCB;
			
		}

div#mainbody2 {
			padding: 0px 6px;
	}

div#navbar {
			background-color: #E2E5EA;
			position: absolute; 
			left: 5px; 
			top: 95px;
			width: 150px;
			padding-top: 20px;
			padding-bottom: 3px;
			/*border: 1px black solid; */
			background-image: url("../image/furniture/sotd-navbar-top.jpg");
			background-repeat: no-repeat;
		}

div#navbar div {
			margin: 0px 5px;
		}

div#navbar div a { text-decoration: none; }
div#navbar div a:hover { text-decoration: underline; }

.navbarsubitem {
		padding-left: 15px;
		font-size: 8pt;
	}


#footer {
	background-color: #E2E5EA;
	border-top: 2px solid #A3BCCB;
	margin-top: 10px;
	margin-left: -6px;
	margin-right: -6px;
	padding: 2px, 6px; 
	text-align: center;
	font-size: 8pt;
}

#pageNavigation {
	background-color: #E2E5EA;
	border-bottom: 2px solid #A3BCCB;
	margin-left: -6px;
	margin-right: -6px;
	width: 616px;
}

/* -------- Extra Things! ------ */

.center {
text-align:center;
}

th{
font-weight:bold;
text-align:center;
}

h4{
padding:0px;
margin:0px;
font-size:1.1em;
}