html, body
{
	font-family: sans-serif;
}

#pic
{
	position: absolute;
	width: 680px;
	height: 490px;
	bottom: 0px;
	left: 0px;
}

#text
{
	position: absolute;
	top: 10px;
	left: 430px;
	bottom: 200px;
	right: 30px;
}

#header
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #FFFFFF;
	height: 14px;
	border: 1px solid black;
}

#close
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 14px;
	width: 15px;
}

#title
{
	position: absolute;
	top: 0px;
	left: 4px;
	font-size: 12px;
	color: black;
}

#content
{
	position: absolute;
	top: 26px;
	left: 10px;
	right: 10px;
	font-size: 12px;
	color: black;
}

h1
{
	font-size:14px;
	font-weight: normal;
}

ul
{
	list-style-type: none;
	padding: 2px;
	margin: 10px;
}

a:link
{
	text-decoration: underline;
	color: #000000;
}

a:active
{
	text-decoration: underline;
	color: #000000;
}

a:visited
{
	text-decoration: underline;
	color: #000000;
}
