﻿body 
{
	font-family: Arial;
	font-size: 14px;
	width: 900px;
	
	margin-top: 0px;
	background-image: url('../images/main-background.jpg');
	background-repeat:repeat;
	margin-left: auto;
	margin-right: auto;		
	
}



.content-container
{
	padding-top: 9px;
	background-color: White;
	padding-left: 15px;

	
	
	
}

.content
{
	float: left;
	width: 715px;
	background-color: White;
	border-right: 1px dashed #705e76;
	

	

}

.sidebar
{
	float: left;
	width: 165px;
	
	background-color: White;
	

}

.content-title
{
	text-align: center;
	font-size: 18px;
	color: #705e76;
	font-weight:bold;
	
}

.breaker
{
	clear:both;
}

.sidebar-title
{
	text-align: center;
	font-size: 16px;
	color: #705e76;
	
}




.menubar
{
	background-color: #705e76;
	height: 28px;
	line-height: 28px;
	vertical-align: middle;
	
}


.menubaritem
{
	color: White;
	line-height: 28px;
	width: 123px;
	display: block;
	text-decoration: none;
	text-align: center;
	border-left: 1px solid white;
}

.menubaritem:hover
{
	color: #facd3d;
}