/* links */

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: line-through;
}

/* structure */

html {
	overflow-x: auto;
	overflow-y: hidden;
}

body {
	background-color: #e6e6e6;
	color: #363636;
	font-family: 'georgia';
	font-size: 7.5pt;
	line-height: 8pt;
}

#header {
	position: fixed;
	left: 10px;
	top: 20px;
	color: #000000;
	font-family: 'georgia';
	font-size: 40pt;
	line-height: 8pt;
}

#menu {
	position: fixed;
	left: 150px;
	top: 45px;
	width: 630px;
	height: 25px
	color: #000000;
}

#photo {
	position: absolute;
	left: 0px;
	bottom: 10px;
	height: 470px;
	padding-left: 10px;
	padding-right: 10px;
}

#video {
	position: absolute;
	left: 0px;
	bottom: 10px;
	height: 330px;
	padding-left: 10px;
	padding-right: 10px;
}

.c		{text-align: center;}
.img {
	border: solid 7px #ffffff;	
}

/* text */

.candice {
	letter-spacing: 1px;
	font-weight: bold;
}

.dot {
	background-color: #ffffff;
	margin-left: 3px;
	margin-right: 1px;
}

.info {
	color: #000000;
	font-family: arial;
	font-size: 8pt;
}