/* CSS Document */

html{
margin:0;
padding:0;
}
body{
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 20px;
	color: #0000FF;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #666666;
}

/* ----- IDS ----- */

#line{
	text-align: center;
	margin-top: -18px;
}
#line2{
	text-align: center;
	margin-top: -18px;
}
#links{
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #000000;
	text-align: center;
	margin-right: 180px;
	margin-top: 35px;
}
#phototitle {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: lighter;
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 40px;
	text-align: center;
}
#videoposition {
	text-align: center;
	margin-top: -200px;
	overflow: hidden;
}
#loadinglayer {
	font-family: "Trebuchet MS";
	font-size: 30px;
	text-align: center;
	margin-top: 175px;
}

/* ----- NAVIGATION ----- */

#navigation{
	font-family: "Trebuchet MS";
	color: #000000;
	font-size: 20px;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: lighter;
}
#navigation2{
	font-family: "Trebuchet MS";
	color: #000000;
	font-size: 20px;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: -12px;
	font-weight: lighter;
}

/* ----- IMAGES ----- */

#photo{
	text-align: center;
	margin-top: 30px;
}

/* ----- CLASSES ----- */

.blackout {
	color: #FFFFFF;
	font-size: 0.9em;
}
.currentlink {color: #996699
}

/* ----- HEADINGS ----- */

h1{
	font-family: "Trebuchet MS";
	font-size: 22px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	margin-top: -0.5px;
	padding-bottom: 6px;
	font-weight: 100;
}
h2{
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	font-weight: 100;
	padding-top: 12px;
}
h3{
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #000000;
	text-align: center;
	font-weight: 100;
	padding-top: 12px;
}

