@charset "utf-8";
/* CSS Document */

.container {
	margin: 0 auto;
	width:754px;
	border: solid #000000 1px;
}
.sidenav {
	background-color: #35322D;
}


.content {
	margin: 20px;
}



img { 
border: 1px solid #000000; 
} 

h1 {
	color: #0B0B0B;
	font-size: 20px;
}

.imgNoBorder {
	border:hidden
}.textOffset {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: 333333;
	border-right-color: 333333;
	border-bottom-color: 333333;
	border-left-color: 333333;
	margin-left: 5px;
	border-bottom-style: none;
	border-right-style: solid;
}
.textOffset2 {

	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 30px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: 333333;
	border-right-color: 333333;
	border-bottom-color: 333333;
	border-left-color: 333333;
	margin-left: 5px;
	border-bottom-style: none;
	border-right-style: none;
}
