/* CSS Document */

body{
background: #FFFEE9;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
a{
	color:#333333;
	text-decoration:none;
}
 a:hover{
	color:#800000;
	text-decoration:underline;
}

#navBar{
margin:0px 50px 0px 50px;
}
#navBar img{
border:0px;
}

#logo{
margin-bottom:10px;
}
#footTag{
position:fixed;
color:#333333;
bottom:0px;
margin-bottom:0px;
font-size:9px;
width:100%;
text-align:center;
}



#coverPhoto{
margin-top:25px;
}
#coverPhoto img{
position:relative;

z-index:2;
}

#photo_box{
position:relative;
z-index:3;
width:100%;	

}
#photo_box p{
width:1000px
}


#photo_box img{
padding:10px;
}
#photo_box img a{
text-decoration:none;
}
#photo_box img a:hover{

}
#contactInfo{
	font-size:9px;
}


