#image {
	width:302px;
	float: right;
	margin-top: 20px;
	vertical-align: bottom;
}

#address {
 float: right;
}

#content {
	margin-left: 8px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#contentCenter {
	margin-top: 20px;
	width:650px;
	margin:auto;
	text-align: center;
	clear: left;
}
#listRight {
 	float:right;
	width:196px;
	margin-top:8px;
}

#listLeft {
	width:190px;
	margin-top:8px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	color: #666600;
	text-decoration: none;
	margin: 0px;
	clear: left;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666600;
	margin: 10px 0px 0px 0px;
	text-decoration: none;
}

p {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}


ul.major {
	margin:0px;
	padding:0px;
	font-size: 13px;
	font-style: normal;
	list-style-position: inside;
	list-style-type: square;
	line-height: 19px;
	text-indent: 0pt;
	
}

ul.minor {
	margin:0px;
	padding:4px;
	font-size: 12px;
	font-style: normal;
	list-style-position: inside;
	list-style-type: disc;
	text-indent: 10pt;
}

