﻿@charset "utf-8";
#header  {

} 
#mainContent  {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 230px;
	margin-right: 210px;
	background-color: #FFFFFF;
}
#sidebarright  {
	float: right; /* since this element is floated, a width must be given */;
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */;
	padding: 10px;
/* padding keeps the content of the div away from the edges */	background-color: #FFFFFF;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
#sidebarleft  {
	float: left; /* since this element is floated, a width must be given */;
	width: 190px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#sidebarleft li {
	list-style-type: disc;
	list-style-image: none;
}
#sidebarAboutAds {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
	text-align: center;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #515851;
}
#photo-left {
	float: left;
	width: 176px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	margin-left: 10px;
}
