/* Main style sheet */

body {
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	margin: 0 0 0 0;
	background-color: #5F5F5F;
	color: white;
	}
	
a { color: white; }

h4 {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#topleft {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 140px;
	width: 150px;
	background-color: #3F3F3F;
	}

#header {
	position: absolute;
	top: 0px;
	left: 150px;
	height: 140px;
	width: 600px;
	background-color: #B2B2B2;
	text-align: center;
	}
	
.name {
	position: relative;
	top: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72px;
	color: white;
	font-weight: bold;
	}

#navbar {
	position: absolute;
	top: 155px;
	left: 9px;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 14px;
	
	}
	
.navbarnormal {
	padding-top: 10px;
	padding-bottom: 10px;
	}

.navbarnormal a {
	text-decoration: none;
	color: white;
	position: relative;
	left: 7px;
	}
	
.navbarnormalon {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #BFBFBF;
	}

.navbarnormalon a {
	text-decoration: none;
	position: relative;
	left: 7px;
	color: white;
	}

#content {
	position: absolute;
	left: 160px;
	top: 155px;
	width: 580px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
	
#copyright {
	position: relative;
	top: 20px;
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	}
	
#menu1 {
	display: none;
	position: absolute;
	left: 130px;
	top: 227px;
	width: 100px;
	
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 14px;
	color: white;
	background-color: #B2B2B2;
	
	z-index: 1;
	}

#yearmenu td {
	padding: 10px 0px 10px 7px;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	}
	
.tabledescription {
	padding-left: 10px;
	padding-right: 5px;
	}

.tabledescriptionl {
	padding-left: 5px;
	padding-right: 20px;
	text-align: right;
	}

.tabledescriptionr {
	padding-left: 20px;
	padding-right: 5px;
	}
	
textarea {
	font-family: "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	font-size: 13px;
	width: 290px;
	}
	

table#pictures {
	border: 1px solid #B2B2B2;
	border-collapse: collapse;
	}
	
#pictures td {
	border: 1px solid #B2B2B2;
	}
	
#headerimage {
	position: relative;
	top: 5px;
	left: -5px;
	}
