body {
	padding-top: 30px;
	padding-left: 40px;
	background-color: #ebebd6;
	color: #464646;
	font-family: verdana;
	font-size: 11px;
}


#menu {
	padding-top:30px;
	width:510px;

}

#content {
	width:510px;
	border-right:1px solid #464646;
	border-left:1px solid #464646;
	border-bottom:1px solid #464646;
	padding:20px;
	background:#eee;

}


  .prop {
    height:350px;
    float:right;
    width:1px;
  }

  .clear {
    clear:both;
    height:1px;
    overflow:hidden;
  }


p {
	line-height:14px;
	text-align:justify;
}

p a {
	color:#a62424;
	font-weight:bold;
	text-decoration:none;
}

p.hr {
	width:100%;
	text-align:center;
	margin-top:-6px;
	margin-bottom:-8px;
}

#nav {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #464646;
	}

#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#nav a:link, #nav a:visited {
	float: left;
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	padding: 0 12px 6px 12px;
	text-decoration: none;
	color: #797979;
	}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	color: #a62424;
	background: url(../_img/tab.gif) no-repeat bottom center;
	}





blockquote{
	font-size: 11px;
	background: url(../_img/quoteL.gif) no-repeat left top;
	border: none;
	font-weight: bold;
}
blockquote .incqbox{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 45px;
	padding-right: 45px;
	background: url(../_img/quoteR.gif) no-repeat right bottom;
	border: none;
}
