#content #list
{
	padding: 10px 0px 10px 0px;
	text-align: center;
	font-size: .7em;
	font-weight: bold;
}
#content #list ul
{
	list-style: none;
	padding: 5px;
	/* top, right, bottom, left */
	margin: 0px 0px 10px 0px;
}
#content #list li
{
	display: inline;
	line-height: 1.4em;
	margin: 15px;
}
#content #tagcontent
{
	font-size: 1em;
	/* top, right, bottom, left */
	padding: 5px 20px 10px 20px;
	margin: 0px;
	text-align: justify;
}
#content #tagcontent p
{
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
#content #contact
{
	clear: both;
	background-color: #E2E9E6;
	/* top, right, bottom, left */
	padding: 5px 20px 10px 20px;
	margin: 10px 20px 0px 20px;
	border-left: dashed 1px #A0CDAF;
	text-align: justify;
}
#content #contact input, #content #contact textarea
{
	font-size: 1em;
	width: 300px;
}
#content #contact table
{
	margin: 0px;
	padding: 20px 0px 0px 0px;
	width: 500px;
}
#content #contact th
{
	text-align: right;
}
#content #contact td, #content #contact th
{
	padding: 5px;
}
#content #contact td.last, #content #contact th.last
{
	border-bottom: none;
}
#content #contact #error
{
	color: #e00;
	font-weight: bolder;
}
#content #contact #result
{
	color: #060;
	font-weight: bolder;
}
#content #ad1
{
	float: right;
	padding: 5px 20px 5px 10px;
}
#content #ad2
{
	clear: both;
	margin: 0px auto 5px auto;
}
#content #ad3
{
	/* top, right, bottom, left */
	margin: 0px auto 10px auto;
	padding: 20px 0px 0px 0px;
	width: 100%;
}
