@charset "utf-8";
/* CSS Document */
#header {
	position:absolute;
	left:37px;
	top:4px;
	width:817px;
	height:119px;
	z-index:1;
}
#thumbContainer {
	position:absolute;
	left:41px;
	top:131px;
	width:320px;
	height:322px;
	z-index:2;
}
img.thumbs {
	float:left;
	height:60px;
	width:60px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: solid black 1px;
}
#main {
	position:absolute;
	left:372px;
	top:132px;
	width:478px;
	height:316px;
	z-index:3;
}
#footer {
	position:absolute;
	left:37px;
	top:550px;
	width:817px;
	height:55px;
	z-index:4;
	background-image: url(images/footer_bg.jpg);
	font:Verdana, Arial, sans-serif; 
	font-size:14px;
}
body {
    font:Verdana, Arial, sans-serif; 
	font-size:14px;
}
.navBar {
    color:white;
    font-weight:bold;
    font:Verdana, Arial, sans-serif; 
	font-size:14px;
	text-align:center;
	margin-top:17px;
}
a:link {
    font:Verdana, Arial, sans-serif; 
    color:red;
    text-decoration:underline;
}
a:active {
    font-weight:100;
	color:gray;
    text-decoration:none;
}
a:visited {
    text-decoration: none; 
	color:red;
}
a:hover {
    text-decoration: underline; 
	color: orange;
}
.navBar a:link {
    font:Verdana, Arial, sans-serif; 
    color:white;
    text-decoration:none;
}
.navBar a:active {
    font-weight:100;
	color:black;
    text-decoration:none;
}
.navBar a:visited {
    text-decoration: none; 
	color:black;
}
.navBar a:hover {
    text-decoration: underline; 
	color: yellow;
}
