@charset "utf-8";

#side
{
	float: right;
	width: 300px;
	margin-left: 2ex;
	padding-left: 2ex;
	margin-right: -100px;
	border-left: 1px dashed #003333;
}

#side h2
{
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 0;
	margin-bottom: 0;
	border-bottom: 3px double #033;
}

#side h2 + p,
#side h2 + ul
{
	margin-top: 0.5em;
}

#side ul
{
	margin: 0;
	padding: 0;
	display: block;
	text-align: justify;
	list-style: none;
	font-size: 0.9em;
}

#side li
{
	line-height: 1.4em;
	padding-bottom: 0.8em;
	border-bottom: 1px dashed #033;
	margin-bottom: 0.8em;
}

#side li:last-child
{
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom: 0px;
}

#side img
{
	border: 4px solid #003333;
}

#side img[width="300"]
{
	display: block;
	margin-bottom: 0.4em;
	border: none;
}

#intro img[align="left"]
{
	float: left;
	margin-left: -70px;
	margin-right: 10px;
	margin-top: -10px;
}

#intro img[align="right"]
{
	float: right;
	margin-right: -90px;
	margin-left: 10px;
}