* {
	margin: 0;
}

html, body {
	height: 100%;
	text-align:center;
}

img {
	border:0px;
}

.floatL{
	float:left;
}

.wrapper {
	min-height: 500px;
	height: auto !important;
	background:#ffffff;
	width:800px;
	text-align:left;
	margin: 0 auto -20px auto; /* the bottom margin is the negative value of the footer's height */
}

.header{
	height: 406x;
}

.footer, .push {
	width:814px;
	text-align:center;
	margin:0 auto;
	height: 20px; /* .push must be the same height as .footer */
}

.contentwrapper{
	width:100%;
}

.lccontent{
	padding-left: 10px;
}

.leftcol{
	width:270px;
	float:left;
	min-height:40px;
}

.rightcol{
	float:left;
	width:500px;
}

.clear{
	clear:both;
}

.colbottom{
	height:65px;
}

.center{
	text-align:center; 
	margin:0 auto;
}

.smallpadding{
	padding:1px;
	margin:1px;
}

.menu li {
	list-style-type:none;
	font-size:.7em;
	font-weight:bold;
	text-align:left;
}

.menuh {
	font-size:1.2em;
	font-weight:bold;
	padding-top:1em;
	padding-bottom:1em;
	text-align:left;
}

.menuh a{
	color:#000000;
	text-decoration:underline;
}

.menuh a:hover{
	color:#000000;
	text-decoration:none;
}

.menu a{
	color:#000000;
}

.menu a:hover{
	color:#000000;
}

p{
	padding:1em;
	font-size:.8em;
	text-align:justify;
}

.hislist{
	font-size:.8em;
	text-align:justify;
}


.link{
	padding:1em;
	font-size:.8em;
}

.desc{
	margin-bottom:1em;
	margin-left:2em;
	font-style:italic;
	font-size:.8em;
}

.agent .name{
	float:left;
	width:60px;
}

.agent .value{
	float:left;
}

.title{
	font-size:2em;
	font-weight:bolder;
}

.agent{
	padding-left:10px;
	border:1px solid black;
	margin:5px 0;
	min-height:130px;
	clear:both;
}

.agent .agimg{
	padding-top:5px;
	float:left;
	width:110px;
}

.agent .info{
	float:left;
}

.details{
	text-align:center;
	font-size:12px;
}

.builder{
	padding-left:10px;
	border:1px solid black;
	margin:5px 0;
}

.builder .name{
	float:left;
	width:120px;
}

.builder .value{
	float:left;
}

.restaurants{
	padding-left:10px;
	border:1px solid black;
	margin:5px 0;
}

.restaurants .name{
	float:left;
	width:50px;
}

.restaurants .value{
	float:left;
}

.company{
	clear:both;
}


