*{
    font-size: 12px;
    font-family: Verdana;
}

body{
    background-color: #F4F4F4;
}

#head{
    width: 100%;
}

#topHead{
    height: 20px;
    background-color: #000;
    width: 100%;
}

#bottomHead{
    background-color: white;
    height: 60px;
    width: 100%;
}

#mainContainer{
    width: 100%;
    padding-top: 10px;
}

#userActions{
    width: 100%;
    height: 55px;
    padding-top: 10px;
    display: block;
}

#center{
    float: left;
    width: 550px;
    height: 600px;
    padding-left: 20px;
    padding-right: 20px;
}

#left{
    float: left;
    width: 200px;
    height: 600px;
}

#right{
    float: left;
	width: 400px;
    height: 600px;
}