
body
{
margin: 0;
padding: 0; 
background-color: #ffffff;
text-align:center;
color:Black;
background-image: url(bg_UFCD.png);
background-repeat: repeat-x;
z-index:1;
}

h1{
font-family: Garamond, Times, Georgia, "Times New Roman", serif;
font-size: large;
}

p{
font-family: Garamond, Times, Georgia, "Times New Roman", serif;
font-size: Medium;

}

#pTitle{
position: absolute;
top:40px;
left:415px;
border:0px solid; 
height:54px; 
width:293px;
z-index:100;
}

#scene{
border:0px solid; 
height:302px; 
width:1080px;
z-index:25;
}



#Navbar{
position:absolute;
top:280px;
left:0px;
width:1080px;
height:20px;
background-color: #8a7216;
z-index:50;

}


#page{
position:absolute;
top:310px;
left:180px;
width:730px;
height:500px;
margin-left:auto;
margin-right:auto;
pading:0px;
background-color: #ffffff;
background-image: url(bg_page.png);
background-repeat: repeat-x;
z-index:75;
}

#pgTitle{
position:absolute;
top:15px;
left:5px;
width:500px;
height:30px;
padding:10px;
text-align:left;
}

#pgText{
position:absolute;
top:60px;
left:5px;
width:500px;
height:100%;
padding:10px;
text-align:left;
}

#pgSideBar{
position:absolute;
top:115px;
left:525px;
padding:5px;
width:190px;
height:250px;
text-align:left;
background-color:#cccccc;
}

#UFCDlogo{
float:left;
top:20px;
left:20px;
border:0px solid; 
height:129px; 
width:152px;
z-index:90;

}

a:link, a:visited{
color:#550044;
text-decoration:none;

}

a:hover, a:active{
color:black;
text-decoration:none;

}

#UFClogo{
position:absolute;
top:200px;
left:700px;
height:209px;
width:209px;
border-width: 1px;
border-color: #000000;
border-style: solid;
background-color:#fff;
background-image: url(logoUFC.png);
background-position:center; 
background-repeat: no-repeat;
z-index:90;
}




