@charset "utf-8";
/* CSS Document */

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

#header{ 
background-color:#fee4fc;
height:160px;
width:800px;
padding:0px;
border-top:dashed #949494 2px;
border-left:dashed #949494 2px;
border-right:dashed #949494 2px;
border-bottom:dashed #949494 2px;
text-align:center;
}

#nav{ 
background-color:#fee4fc;
height:60px;
padding:0px;
text-align:center;
margin:0 auto;
}

#top{ 
width:100%;
background-color:#dc8; 
height:0px;
}

#center{ 
background-color:#ffffff; 
min-height:500px; /* for modern browsers */
height:auto !important; /* for modern browsers */
height:500px; /* for IE5.x and IE6 */
width:800px;
border-left:dashed #abfeff 2px;
border-right:dashed #abfeff 2px;
padding:5px 0px 5px 0px;
}

#footer{ 
clear:both;
background-color:#abfeff;
height:50px;
width:800px;
border-top:dashed #949494 2px;
border-left:dashed #949494 2px;
border-right:dashed #949494 2px;
border-bottom:dashed #949494 2px;
}

#flashcontent{
height: 100%;
}


/* Generic Selectors */

body {

font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
background-color:#FFFFCC;
margin-left:auto;
margin-right:auto;
padding:0;
width:800px;

}

p {

width: 95%;
margin-left: 15px;
margin-right: 15px;

}

li {

list-style-type: circle;

line-height: 150%;

}

h1 {

font-family: Arial, Helvetica, sans-serif;

font-size: 22px;

font-weight: bold;

color: #000000;

margin-left: 15px;
margin-right: 15px;

}

h2 {

font-family: Arial, Helvetica, sans-serif;

font-size: 18px;

font-weight: bold;

color: #000000;

margin-left: 18px;
margin-right: 18px;

}

h3 {

font-family: Arial, Helvetica, sans-serif;

font-size: 14px;

font-weight: bold;

color: #949494;

margin-left: 20px;
margin-right: 20px;

}

img {

border-style: none;

} 

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

a:link {

color: #666666;

text-decoration: none;

font-weight: bold;

}

li a:link {

color: #666666;

text-decoration: none;

font-weight: bold;

}

a:visited {

color: #666666;

text-decoration: none;

font-weight: bold;

}

li a:visited {

color: #666666;

text-decoration: none;

font-weight: bold;

}

a:hover {

color: #666666;

font-weight: bold;

text-decoration: underline;

}

li a:hover {

color: #666666;

font-weight: bold;

text-decoration: underline;

}

a:active {

color: #FFFFFF;

font-weight: normal;

}

/************ Menu ************/
ul#head{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:100px;
	text-transform:uppercase;
	font-size:12px;
	font-weight:bold;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:0px solid #555555;
	border-top:0px solid #919191;
}
ul#head li{
	display:block;
	float:left;
	margin:0;
	pading:0;}
	
ul#head li.logo a{
	display:block;
	float:left;
	margin-top:0px;
	color:#949494;
	text-decoration:none;
	font-weight:bold;
	padding:0px 0px 0 0px;
	height:100px;
	width:800px;
	background:transparent url("images/header.gif") no-repeat center; 
	}
	
ul#head li.logo a:hover{
	background:transparent url("images/header2.gif") no-repeat center;	
	}

ul#menu{
	margin:0 0 0 50px;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	height:55px;
	text-transform:uppercase;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	border-bottom:0px solid #555555;
	border-top:0px solid #919191;
}
ul#menu li{
	display:inline;
	float:left;
	margin:0;
	pading:0;
	}
	
ul#menu li.about a{
	display:inline;
	text-align:center;
	float:left;
	margin-top:2px;
	color:#949494;
	text-decoration:none;
	font-weight:bold;
	padding:0px 0px 0 10px;
	height:55px;
	width:128px;
	background:transparent url("images/about.gif") no-repeat top left;
	}
	
ul#menu li.about a:hover{
	background:transparent url("images/about_on.gif") no-repeat top left;	
	}

ul#menu li.blog a{
	display:inline;
	float:left;
	margin-top:2px;
	color:#949494;
	text-decoration:none;
	font-weight:bold;
	padding:0px 0px 0 10px;
	height:55px;
	width:105px;
	background:transparent url("images/blog.gif") no-repeat top left;
	}
	
ul#menu li.blog a:hover{
	background:transparent url("images/blog_on.gif") no-repeat top left;	
	}	

ul#menu li.photos a{
	display:inline;
	float:left;
	margin-top:2px;
	color:#949494;
	text-decoration:none;
	font-weight:bold;
	padding:0px 0px 0 10px;
	height:55px;
	width:148px;
	background:transparent url("images/photos.gif") no-repeat top left;
	}
	
ul#menu li.photos a:hover{
	background:transparent url("images/photos_on.gif") no-repeat top left;	
	}
	
ul#menu li.contact a{
	display:inline;
	float:left;
	margin-top:2px;
	color:#949494;
	text-decoration:none;
	font-weight:bold;
	padding:0px 0px 0 10px;
	height:55px;
	width:169px;
	background:transparent url("images/contact.gif") no-repeat top left;
	}
	
ul#menu li.contact a:hover{
	background:transparent url("images/contact_on.gif") no-repeat top left;	
	}	
	
ul#menu li.links a{
	display:inline;
	float:left;
	margin-top:2px;
	color:#949494;
	text-decoration:none;
	font-weight:bold;
	padding:0px 0px 0 0px;
	height:55px;
	width:118px;
	background:transparent url("images/links.gif") no-repeat top left;
	}
	
ul#menu li.links a:hover{
	background:transparent url("images/links_on.gif") no-repeat top left;	
	}	
