﻿
* {
 margin:0;
 padding:0;
 }
 
 html, body, #wrapper 
 {
     height:100%
 }

body 
{
     background-color:#2A2627;
     height:100%;
     background-image: url('../graphics/background_top.jpg');
     background-repeat:repeat-x;
}

body > #wrapper 
{
    height:auto;
    min-height:100%;
}

#main 
{
    padding-bottom:50px;
    padding-top:30px;
}

#wrapper 
{
    width:1024px;
    height:100%;
}

#right 
{
    width:815px;
    margin-left:210px;
      
}

#left 
{
    width:205px;
    float:left;
    height:100%;
}

#footer 
{
    position:relative;
    margin-top:-50px;
    height:50px;
    clear:both;
}

#footer_body 
{
    text-align:center;
    color:#534B4D;
    
}

a 
{
    text-decoration:none;
    text-align:center;
}

.polaroid  img 
{
    border:solid black 1px;
    
}

.polaroid 
{
    padding:5px 5px 15px 5px;
    width:75px;
    background-color:White;
    border:solid 1px black;
    float:left;
    margin-left:5px;
}

/*mpbacklinks styling */
.mpbacklinks 
{
    color:#928789;
    font-family:Arial;
    font-size:8pt;
    padding:10px 0 0 10px;
}

.mpbacklinks a 
{
    color:#534B4D;
}

.mpbacklinks a:link,a:visited 
{
    color:#534B4D;
    
}

.mpbacklinks a:hover 
{
    color:#FFFFF0;
    text-decoration:underline;
}


/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
