div#contents{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
div#title{
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

div#title img{
	float: left;
	margin-right: 20px;
}
div#title h1{
	font-family: sans-serif;
	font-size: large;
	color: #ffc10e;
}
div#title h2{
	font-size: small;
	color: #000000;
}
div#title p{
	font-size: x-small;
	margin-top: 10px;
	text-indent: 1em;
}

div.category{
	width: 700px;
	text-align: left;
	clear: both;
	margin: 10px auto;
	font-size: xx-small;
}
div.category div.contact{
	width: 700px;
	text-align: right;
	font-size: small;
	margin: 2px 0;
}
div.category div.contact a{
	height: 1.1em;
	font-size: x-small;
	text-decoration: none;
	color: #ff9900;
	border: solid 1px #ff9900;
	border-left: solid 1em #ff9900;
	padding: 0px 0px 0px 3px;
}
div.category div.contact a:link{
}
div.category div.contact a:visited{
}
div.category div.contact a:hover{
	color: #ffcc33;
	border: solid 1px #ffcc33;
	border-left: solid 1em #ffcc33;
}
div.category div.contact a:active{
}


div.category h3{
	margin-bottom: 0px;
}
div.category div.left{
	width: 290px;
	display: inline;
	float: left;
	margin-right: 20px;
}
div.category div.right{
	width: 390px;
	display: inline;
	float: left;
}
div.category p{
	font-size: xx-small;
	margin: 5px 0px;
}
div.category ul{
	list-style-type: disk;
	list-style-position:inside;
}
div.category li{
	color: #ffc10e;
}

div.category table{
	margin-top: 10px;
}
div.category td{
	padding-bottom: 5px;
}

div.category div.left img{
	margin-right: 10px
}
div.category div.right img{
	margin-right: 10px;
}