/* General Settings */

body {
	background-color: #FFFFFF;
	color: #000000;
}

body.index {
	font-weight: bold;
}

img {
	border-style: none;
}

span.small {
	font-size: 80%;
}

span.large {
	font-size: 115%;
}

a:link {
	color: #804000;
	text-decoration: underline;
}

a:visited {
	color: #804000;
	text-decoration: underline;
}

a:hover {
	color: #804000;
	text-decoration: underline;
}



/* Header */

div.header {
	width: 225px;
	margin-right: 1%;
	margin-top: 10%;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #808080;
	}

p.header {
	margin-top: 10%;
	margin-right: 17%;
}


/* Main Image */

div.image {
	float: right;
	right: 0px;
	margin-right: 4%;
	margin-top: 1%;
}


/* Content */

div.content {
	margin-left: 4%;
	margin-top: 4%;
}

img.webcam {
	left: 0px;
	margin-left: 1%;
	margin-top: 1%;
}


/* Footer */

div.footer {
	text-align: right;
	margin-right: 0px;
	font-size: 80%;
}
a.footer:link {
	color: #0000FF;
	text-decoration: none;
}

a.footer:visited {
	color: #0000FF;
	text-decoration: none;
}

a.footer:hover {
	color: #0000FF;
	text-decoration: underline;
}

div.footer2 {
	position: relative;
	text-align: right;
	font-size: 80%;
	margin-right: 0%;
    margin-top: 10%;
}