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

/***********INDEX.HTML ONLY***************/

#pagePath {
height: 35px;
width: 890px;
padding: 15px 0 0 110px;
font-size: .8em;
}

.box {
border: 1px solid #000;
}

#ft_box, #pt_box {
margin-top: 15px;
width: 380px;
}

#ft_box {
position: relative;
left: 80px;
}

#pt_box{
position: absolute;
top: 178px /* when no info box is up 204px */ /* when the info box is up with h1 and 4 lines 393px; with 3 lines 328px; with 2 lines 304px*/ ;
left: 540px;
}

#ft_box h1, #pt_box h1 {
text-align: center;
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #000;
}

#aboutFP, #twitter {
margin: 0 80px;
}

#twitter h4 img {
vertical-align: middle;
}

#twitter li {
list-style-position: inside;
padding: 5px 0;
}

/********************************/
