body{
	font-family: Arial,sans-serif;
	color: #ffffff;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	background: #000000 url(images/bg-chair-750.jpg) no-repeat center 40px;
}

#container{
	margin: auto;
	max-width: 850px;
	_width: 850px;
	text-align: left;
}


td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:hover {
	color: #E8EB22;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	padding-top:15px;
	height: 41px;
	width: 100%;
	clear: both;
}
#masthead img {
	float: left;
	clear: both;
}

#nav {
	width: 210px;
	/* this width value is also effected by
	the padding we will later set on the links. */
	float: left;
	background-image: url(images/nav-bg.jpg);
	background-repeat: repeat-x; 
	background-color: #514338;
	margin-left: 15px;
	_margin-left: 8px;
	clear: both;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
	font-size: 12px;
}

#nav li {
	margin: 0;
}

#nav a {
	display: block;
	width:195px;
	padding: 5px 5px 5px 10px;
	background: #57473A;
	border-top: 3px solid #000000;
	color: #ffffff;	
	font-weight: bold;
	text-decoration: none; /*lets remove the link underlines*/
}

#nav a:link, #nav a:active, #nav a:visited {
	color: #ffffff;
	font-weight: bold;
}

#nav a:hover {
	border-top: 3px solid #000000;
	background: #dcdcdc;
	color: #000000;
	font-weight: bold;
}

#content{
	margin: 0 2em 0 240px;
	padding: 0 3% 0 0;
}

/***********************************************/
/* Home Layout Divs  (quote and calendar)      */
/***********************************************/

#quote{	
	width: 385px;
	min-height: 150px;
	padding-right: 3%;
	padding-left: 3%;
	padding-top:25px;
	font-size: 13px;
	text-align:center;
	background-color:#000000;
	margin-top:335px;
	vertical-align: middle;
}

/*************** #calendar styles **************/

#calendar{
	float: right;
	width: 378px;
	min-height: 165px;
	border-left: 1px solid #876e5e;
	padding: 10px 10px 10px 20px;
	font-size: 13px;
	background-color:#000000;
	margin-top:335px;
}

#calendar strong{
	color: #a98b7b;
	font-weight: bolder;
}

#calendar h2{
	color: white;
	font-weight:bold;
	font-size:14px;
}

#calendar a{
	color: #E8EB22;
}
#calendar ul{
	padding-left: 0px;
	margin-left: 0px;
	_margin-left: 0px;
	margin-bottom: 5px;
	_margin-top: 10px;
	list-style:none;
}
#calendar li{
	padding-bottom: 10px;
}

/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}

/************* #globalNav styles **************/

#globalNav{
	color: #ffffff;
	white-space: nowrap;
	text-align: right;
	border-bottom: 2px solid #876e5e;
	height: 39px;
	_height: 40px;	
	clear: both;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
	float: left;
}

#globalNav a {
	font-size: 95%;
	padding: 0px 4px 0px 0px; 
	color:#FFFFFF;
}

/************* #siteInfo styles ***************/

#footer{
	clear: both;
	border-top: 2px solid #876e5e;
	font-size: 65%;
	color: #FFFFFF;
	padding: 10px 10px;
	margin-top: 0px;
	background: #2c221c;
	text-align: center;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#footer img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}

/************* round corner styles ***************/

#demo {
 position:relative;
 margin:0px auto;
 _width:100%; /* IE 6 sucks. */
 max-width:990px;
}

.col {
 float:left;
 display:inline;
 width:735px;
 _width:70%;
 margin:15px 0px 15px 18px;
}

.col.last {
 margin-right:0px;
}

/* content-specific */

.dialog .content {
 padding:0.5em 1em 0.5em 0px;
}

.dialog .wrapper {
 min-height:155px; /* minimum content height, so bottom shade fills in nicely - can ignore if no gradient in dialog, etc. */
}

.dialog h1 {
 /* header */
 font-size:2em;
 margin:0px;
 padding:0px;
 padding-top:0.25em;
 color:#cc3300;
}

html>body .dialog pre {
 font-size:1.1em;
 *font-size:0.9em;
}

code {
 font-size:1.1em;
 color:#ccffff;
}
#lchayim img{
	position:absolute;
	margin-left:320px;
	margin-top: 20px;
}
#walking img{
	position:absolute;
	margin-left:500px;
	margin-top: 100px;
}
