@CHARSET "ISO-8859-1";

/* Generic Selectors */

body {
   	font-family: "palatino linotype", "book antiqua", palatino, serif;
	color: #ffffff;
	margin-top:50px;
	background: #333333; 
}

li.heading {
   list-style-type: none;
   font-size: 16px;
   font-weight: bold;
   line-height: 220%;
}

li.heading2 {
   list-style-type: none;
   font-size: 16px;
   font-weight: bold;
   line-height: 220%;
   color: #33140e;
}

li.sub1 {
   list-style-type: none;
   font-size: 14px;
   font-weight: bold;
   line-height: 150%;
   padding-left:20px;
}

p.copyright {
	font-family: "palatino linotype", "book antiqua", palatino, serif;
   	font-size: 12px;
	color: #FFFFFF;
	margin-top:-7px;
}

h1 {
   font-family: "palatino linotype", "book antiqua", palatino, serif;
   font-size: 36px;
   font-weight: bold;
   letter-spacing:1px;
   color: #FFFFFF;
   margin-bottom: 5px;
}

a {
	text-decoration: none;
}

/**************** Pseudo classes ****************/

a:link, a:visited {
	color: #33140e;
	 }

a:hover, a:visited:hover {
	color: #6e6e6e; }

/************************* ID's *************************/

#frame {
	margin-left:auto;
	margin-right:auto;
	width:920px;
	height:500px;
}

#navigation {
   position: absolute;
   width: 300px;
   height: 338px;
   font-weight: normal;
   padding-top:60px;
   background-color: #FFFFFF
}
 
#image {
   position: absolute;
   margin-left:250px;
   width:620px;
   height:378px;
   padding-top:20px;
   padding-left:50px;
   background-color: #FFFFFF
}

#footer {
	position: absolute;
	margin-top:410px;
}

#navlist {
	list-style-type: none;
	height: 80px;
	width: 800px;
	margin:auto;
}

#navlist li {
	float: left;
}

#navlist li a{
	display: block;
	padding-right: 40px;
	padding-left: 40px;
	color:#FFFFFF;
}

#navlist #active {
	font-weight: bold;
}


