* {
	font-family: Trebuchet MS, verdana;
	font-size: 11px; 
}

img {
	border: none;
}

.h1 {
	font-size: 20px !important;
}

body {
	background-color: #E5E7EC;
	margin: 0px;
	text-align: center;
}

#divContainer {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	border-left: 1px solid #303031;
	border-bottom: 1px solid #303031;
	border-right: 1px solid #303031;
	background-color: #97ADBD;
}

#divBody {
	background-image: url('../images/backgrd_body.jpg');
	width: 732px;
	float: left;
}

#divBody a {
	color: #525252;
}

div.divTextBlock {
	width: 685px;
	margin-left: 15px;
	border-bottom: 2px dotted #656668;
	padding-bottom: 20px;
	
}

div.divTextBlock img {
	display: block;
	margin-bottom: 10px;
}

#divRightColumn {
	float: right;
	width: 210px;
	margin-top: 21px;
	color: #ffffff;
}

hr.breakLine {
	width: 210px;
	*width: 190px;
	border: 1px solid #656668;
	border-bottom: 2px dotted #ffffff;
	margin-top: 15px;
	margin-bottom: 15px;
}


.floatfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div.photoitem {
	float: left;
	margin: 10px 20px 10px 10px;
}

div.photoitem img {
	border: 2px solid grey;
}

#clearFix {
	width: 1px;
	float: left;
	height: 685px;
	display: hidden;
}

.aRightMenu {
	color: #cecece;
}


