body {
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}
.mainDiv {
	margin: auto;
	width: 800px;
	border:solid 1px #676767;
}
.leftSide {
	background-image: url(../../public/layout/logo.gif);
	background-repeat: no-repeat;
	float: left;
	width: 200px;
	padding-top: 250px;
}
.leftSide ul {
	list-style-image: url(../../public/layout//leftMenuDecoration.gif);
}
.leftSide ul li a {
	color: #676767;
	text-decoration: none;
	font-weight: bold;
}
.leftSide ul li a:hover {
	text-decoration: underline;
}

.content {
	background-image: url(../../public/layout/header.gif);
	background-repeat: no-repeat;
	float: left;
	width: 600px;
	padding-top: 100px;
	font-size: 0.8em;
	color: #070F40;
}

.content .path {
	font-size: 0.9em;
	color: #000;
}
.content h1 {
	text-align: center;
	font-size: 2em;
	color: #000;
}
.content h2 {
	text-align: center;
	font-size: 2em;
}


.footer {
	clear: both;
	background-image: url(../../public/layout/footer.gif);
	background-repeat: no-repeat;
	height: 54px;
}

