body {
	background-color:#ddcccc;
	margin-top:0;
	margin-bottom:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container {
	background-color: #FFFFFF;
	width: 960px;
	margin: 10px auto;
	border:1px #999999 solid;
}

#header {
	height: 102px;
	width: 100%;
}

#navigation {
	width: 150px;
	float: left;
}

#content {
	width: 750px;
	float: right;
	margin: 10px 10px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	min-height:600px;
	border-left:1px #999999 solid;
	padding-left:20px
}

img {
	border:0;
}

a {
	color: #996666;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
color:#791029;
text-decoration:underline;
font-weight:bold;
}

img.listing {
width:200px;
border:1px black solid;
margin:0px 20px 30px 0px;
}

#footer {
	background: url(images/footer.gif) repeat-y;
	clear:both;
	border-top: 1px #CCCCCC solid;
	margin-top:10px;
	padding-bottom:5px;
	text-align:center;
}

.title {
color:#791029;
font-size:16px;
font-weight:bold;
}
	
/**************** menu coding *****************/
#menu {
width:150px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
}

#menu a, #menu h2 {
font: 12px bold Verdana, Arial, Helvetica, sans-serif;
display: block;
border-width: 0px;
margin: 0;
padding: 10px 5px;
}

#menu a {
color: #333;
background: #fff;
text-decoration: none;
}

#menu a:hover {
color: #fff;
background: #791029;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;
background-color:#333333;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

</style>
<!--[if IE]>
<style type="text/css" media="screen">
 #menu ul li {float: left; width: 100%;}
</style>
<![endif]-->
<!--[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
} 
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: 12px Verdana, Arial, Helvetica, sans-serif;
} 
