@charset "UTF-8";
#container {
	background-color: #000000;
	height: 430px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 180px;
}

#blogbox {
	background-color: #f2f2f2;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 180px;
}



#content {
	background-color: #f2f2f2;
	height: 430px;
	width: 800px;
}
#content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	color: #000000;
	margin-left: 22px;
	line-height: 18px;
}
#left-panel {
	background-color: #f2f2f2;
	float: left;
	height: 400px;
	width: 400px;
}
#right-panel {
	background-color: #f2f2f2;
	float: right;
	height: 400px;
	width: 400px;
}

#right-panelcontact {
	background-color: #f2f2f2;
	float: right;
	height: 400px;
	width: 400px;
	background-image: url(/Images/newimages/map2010.jpg);
}
#right-panelcontact p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: light;
	color: #666666;
	margin-top: 28px;
}
#right-panelcontact p a {
	color: #c51230;
 	text-decoration: none;
}
#right-panelcontact p a:hover {
	color: #666666;


}

#navigation {
	background-color: #f2f2f2;
	height: 130px;
	width: 400px;
}
#navigation p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
}
#navigation p a {
	color: #999999;
 	text-decoration: none;
}
#navigation p a:hover {
	color: #c51230;
 	text-decoration: none;
}
#navigation p a:active {
	color: #c51230;

}
#left-text {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-size: 14px;
	line-height: 18px;
	height: 270px;
	width: 400px;
}
#left-text p {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-size: 14px;
	line-height: 18px;
}

#footer {
	background-color: #FFFFFF;
	width: 800px;
}


