body 
{
    margin: 100px;
    font: normal normal 11pt georgia, times, "times new roman", serif;
    color: #680906;
    background-color: #FFF5D3;
    background-image: url(../../images/img_parchment_bg.jpg);
    background-repeat: repeat;
}

a 
{
    text-decoration: none;
    color: #555;  
}

a:hover 
{
    text-decoration: underline;
}


a.logo 
{
	width: 338px;
	height: 49px;
	display: block;
	margin-top: 50px;
	background: url(../../images/logo.png) no-repeat left top;
}
    
a.logo:hover 
{ 
	text-decoration: none; 
}
   
#container 
{
	width: 800px ;
	margin-left: auto ;
	margin-right: auto ;
}

#content 
{
	margin-left:  370px;
	width: 450px;
	height: 125px;
}

#branding 
{
	float: left;
	width: 360px;
	height: 155px;
	border-right: 1px solid #680906;
}

#copyright 
{
	font-size: 10pt;
}

#social
{
	margin-left:  370px;
	width: 800px;
	height: 125px;
	border-top: 1px solid #680906;
}