/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:     url("webimages/background.jpg");
	background-position:top;
	background-repeat:no-repeat;
	background-color:#050001;
}
#nav {
	background-image:     url("webimages/images/main_02.jpg");
	width: 950px;
	height: 48px;
}
ul.nav{
	line-height:45px;
	list-style:none;
	font-size:18px;
	font-family: tahoma;
	margin:0;
	padding: 0px 0px 0 0px;
	
}
ul.nav li{
	list-style-type:none;
	text-align:center;
	margin:0px;
	float: left;
}
ul.nav li a,ul.nav li a:link,ul.nav li a:visited{
	margin-left: 25px;
	color:#ffffff;
	display:block;
	text-decoration:none;
	
}
ul.nav li a:hover,ul.nav li a:active{
	background-repeat:no-repeat;
	color:#999999;
	text-decoration:none;
}
ul.nav li.home a{
	text-decoration:none;
}
ul.nav li ul{
	margin:0;
	padding:0;
}

#subnav {
	background-image:     url("webimages/images/main_03.jpg");
	width: 950px;
	height: 35px;
}
ul.subnav{
	line-height:35px;
	list-style:none;
	font-size:14px;
	font-family: tahoma;
	margin:0;
	padding: 0px 0px 0 0px;
	
}
ul.subnav li{
	list-style-type:none;
	text-align:center;
	margin:0px;
	float: left;
}
ul.subnav li a,ul.subnav li a:link,ul.subnav li a:visited{
	margin-left: 25px;
	color:#ffffff;
	display:block;
	text-decoration:none;
	
}
ul.subnav li a:hover,ul.subnav li a:active{
	background-repeat:no-repeat;
	color:#999999;
	text-decoration:none;
}
ul.subnav li.home a{
	text-decoration:none;
}
ul.subnav li ul{
	margin:0;
	padding:0;
}

#sidebar {
	padding-left: 10px;
}
#sidebar h2 {
	font-family: tahoma;
	font-size: 16px;
	color: #333333;
}
#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}
#sidebar {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#sidebar a {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	}
#sidebar a:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
	}	
	
	
#rightsidebar {
	padding-left: 10px;
}
#rightsidebar h2 {
	font-family: tahoma;
	font-size: 16px;
	color: #333333;
}
#rightsidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}
#rightsidebar {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#rightsidebar a {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	}
#rightsidebar a:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}

#articles {
	padding-right: 10px;
}
#articles h2 {
	font-family: tahoma;
	font-size: 16px;
	color: #333333;
}
#articles ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}
#articles {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#articles a {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	}
#articles a:hover {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration: underline;
}		
	
	
.posttitle h1 {
	font-family: tahoma;
	font-size: 20px;
	color: #2a1e17;
	padding-left: 10px;
}
a.posttitle:link,active,visited {
	font-family: tahoma;
	font-size: 35px;
	color: #333333;
	text-decoration:none;
}
.entry {
	font-family: tahoma;
	font-size: 13px;
	color: #333333;
	text-align:justify;
	padding: 0 25px 0 10px;
}

#activelistings{
	font-size:17px;
	font-family: tahoma;
	color: #666666;
	
}
.posttitlelistings h1 {
	font-family: tahoma;
	font-size: 20px;
	color: #404416;
}
.listingname{
	font-size:16px;
	font-family: tahoma;
	color: #9b1e12;
	font-weight:bold;
	
}
a.listingname:active,link,visited{
	font-size:16px;
	font-family: tahoma;
	color: #9b1e12;
	text-decoration:none;
	font-weight:bold;
	
}
a.listingname:hover{
	font-size:16px;
	font-family: tahoma;
	color: #9b1e12;
	text-decoration:underline;
	font-weight:bold;
	
}
.footer{
	font-size:12px;
	font-family: tahoma;
	color: #999999;
	text-align: center;
	margin-bottom: 15px;
}
a.footer:link,active,visited{
	font-size:12px;
	font-family: tahoma;
	color: #999999;
	text-align: center;
	margin-bottom: 15px;
}