﻿
*
{
    padding: 0;
    margin: 0;
}

#Container
{
    margin: auto;
    width: 1024px;
    height: 103px;
}
#PageHeader
{
    height: 104px;
    width: 100%;
    background-image: url(../Images/EmptyHeader.png);
}
#ufpcLogo
{
    margin-left: 15px;
    padding-top: 45PX;
}

#Cart
{
    background-repeat: no-repeat;
    background-image: url(../Images/cart.png);
    position: relative;
    height: 65px;
    width: 335px;
    left: 665px;
    top: -75px;
}

#CartItems
{
    position: relative;
    left: 70px;
    top: 30px;
    width: 180px;
    font-family: Arial;
    color: #001d67;
    font-size: small;
    float:left;
}
#FavCheckout
{
    position: relative;
    height: 50px;
    width: 110px;
    left: 220px;
    top: -5px;
}
#Concepts
{
    position: relative;
    height: 50px;
    width: 485px;
    left: 150px;
    top: -125px;
}

#Content
{
    margin: auto;
    width: 1024px;
    background-color: #001d67;
   
}
#footer
{
    color: White;
    margin-top: 10px;
    margin-left: 35px;
    font-family: Tahoma;
    
}

.Copyright
{
color: White;
   font-family: Tahoma;
    font-size:x-small;
    width:1024px;
   
    padding-top:10px;
}

a:link
{
    color: White;
}
a:visited
{
    color: White;
}


