* {
	font-family: Verdana;
}
body {
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
}
p {
	margin-top: 5px;
}
h1 {
	margin-top: 0px;
}
h2 {
	color: #999999;
}
a:link {
	color: #551A8B;
}
a:visited {
	color: #551A8B;
}
#header {
	background-image: url(header_left.png);
	background-position: top left;
	background-repeat: no-repeat;
	margin-top: 0px;
	width: 100%;
}
#header  a {
	display: inline-block;
	font-weight: normal;
	font-size: 40pt;
	text-decoration: none;
	margin-left: 45%;
	margin-top: 15px;
	font-family: Times, Times new roman;
}
#content {
	font-size: 12pt;
	margin-top: 50px;
}
.photo {
	position: absolute;
	left: 0px;
	width: 300px;
	margin-left: 5px;
}
.photo img {
	width: 300px;
}
.photo b {
	color: #333333;
}
#container .info {
	position: relative;
	top: 0px;
	margin-left: 310px;
}
.info ul {
	list-style-type: none;
	line-height: 1.7;
}
#additional {
	margin-left: 320px;
}
#additional p {
	font-size: 14pt;
}
