body {
	font-size: 10px;
	background-color: #FFFFFF;
	margin-left: 45px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #444444;
	line-height: 12px;
}

a:link, a:visited {
	color: #555555;
	text-decoration: none;
	font-style: italic;
}

a:hover, a:active {
	color: #333333;
	text-decoration: underline;
}

.crossed_out {
	text-decoration: line-through;
}

.headerdiv {
	position: absolute;
	width:315px;
	z-index:1;
	left: 0px;
	top: 0px;
}

.topdiv {
	position: absolute; 
	width:545px;
	z-index:2; 
	left: 315px; 
	top: 0px;
}

#menu {
	position: absolute; 
	width:535px;
	z-index:3; 
	left: 320px; 
	top: 40px;
	line-height: 15px;
}

#info {
	position: absolute; 
	width: 315px;
	z-index: 3; 
	left: 50px; 
	top: 40px;
	line-height: 15px;
}

.credits {
	color: #777777;
}

.credits a:link, .credits a:visited {
	color: #999999;
}

.credits a:hover, .credits a:active {
	color: #777777;
}

.title {
	color: #333333;
	background-image: url(images/tile_bg.gif);
}

.submenu a:link, .submenu a:visited{
	padding-right: 3px;
	padding-left: 3px;
	text-decoration: none;
	background-image: url(images/tile_bg.gif);
}

.submenu a:hover, .submenu a:active{
	background-image: none;
}

#direction .title {
	background-color: #D5FF80;
}
#direction .submenu a:link, #direction .submenu a:visited {
	color: #999999;
	background-color: #D5FF80;
}
#direction .submenu a:hover, #direction .submenu a:active {
	color: #D5FF80;
}
#direction .imagebg {
	background-image: url(images/tile_directionbg.gif);
}

#design .title {
	background-color: #AAFF80;
}
#design .submenu a:link, #design .submenu a:visited {
	color: #999999;
	background-color: #AAFF80;
}
#design .submenu a:hover, #design .submenu a:active {
	color: #AAFF80;	
}
#design .imagebg {
	background-image: url(images/tile_designbg.gif);
}


#artphoto .title {
	background-color: #80FF80;
}
#artphoto .submenu a:link, #artphoto .submenu a:visited {
	color: #999999;
	background-color: #80FF80;
}
#artphoto .submenu a:hover, #artphoto .submenu a:active {
	color: #80FF80;
}
#artphoto .imagebg {
	background-image: url(images/tile_photobg.gif);
}


#about .title {
	background-color: #FFFF80;
}
#about .submenu a:link, #about .submenu a:visited {
	color: #999999;
    background-color: #FFFF80;
}
#about .submenu a:hover, #about .submenu a:active {
	color: #FFFF80;
}
