@font-face {
	font-family: 'LaffayetteComicProRegular';
	src: url('netsaha/Laffayette_Comic_Pro.eot');
	src: local('Laffayette Comic Pro Regular'), local('Laffayette Comic Pro'), local('LaffayetteComicPro'), url('netsaha/Laffayette_Comic_Pro.ttf') format('truetype');
}

html,body {
	margin: 0;
	padding: 0;
}

body {
	background: #79673B url('netsaha/bg.png');
	font-family: 'LaffayetteComicProRegular', 'Trebuchet MS', 'Comic Sans MS', sans-serif;
	letter-spacing: 0.25pt;
}

#document {
	background: #F1F2E4;
	border: 1px solid #000;
	border-radius: 30px;
	-ie-border-radius: 30px;
	-khtml-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-border-radius: 30px;
	box-shadow: 0 0 13px #FFF;
	-ie-box-shadow: 0 0 13px #FFF;
	-khtml-box-shadow: 0 0 13px #FFF;
	-moz-box-shadow: 0 0 13px #FFF;
	-o-box-shadow: 0 0 13px #FFF;
	-webkit-box-shadow: 0 0 13px #FFF;
	margin: 20px auto;
	position: relative;
	width: 988px;
}

#header {
	background: #45562C;
	border: 0 solid #556C34;
	border-width: 25px 0;
	border-radius: 30px;
	-ie-border-radius: 30px;
	-khtml-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-border-radius: 30px;
	color: #FFF;
	font-size: 300%;
	margin: 0;
	padding: 5px 30px;
}

#header a {
	color: #E4F6CA;
	display: block;
	font-weight: normal;
	letter-spacing: 20px;
	text-decoration: none;
	text-shadow: 2px 2px 2px #000;
}

#header a:first-letter {
	color: #F3FFE1;
	font-size: 130%;
	font-weight: bold;
}

#header i {
	color: #C4D7A9;
	display: block;
	font-size: 33%;
	font-weight: normal;
	line-height: 150%;
	text-shadow: 0 0 3px #C4D7A9,0 0 9px #000;
}

#important {
	background: #EE4;
	border: 1px solid #A82;
	border-radius: 15px;
	-ie-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #A00;
	margin: 5px;
	padding: 20px;
}

#important a {
	background: #272;
	border: 2px solid #060;
	border-radius: 15px;
	-ie-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #FFF;
	display: inline-block;
	margin: 4px;
	padding: 5px 15px;
	text-decoration: none;
}

#important a:hover {
	background: #484;
	border-color: #171;
}

#important i {
	display: block;
	font-style: normal;
	margin-top: 1.5em;
	text-align: center;
}

#content {
	color: #6B5A35;
	line-height: 130%;
	padding: 20px 40px;
}

#content h2 {
	background: #6B5A35;
	border: 0 solid #504328;
	border-width: 0 20px;
	color: #FFF;
	padding: 15px 10px;
	margin: 1em -40px;
}

#content h3 {
	color: #303C1E;
}

#content dl {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content dt {
	color: #5F793B;
	font-size: 140%;
	font-weight: bold;
	margin: 40px 0 15px 0;
}

#content dd {
	background: #FFF;
	border: 1px solid #5F793B;
	border-left-width: 26px;
	border-radius: 15px;
	-ie-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
	color: #000;
	margin: 10px 5px;
	padding: 15px;
}

#content img.thumbnail {
	background: #BEC27E;
	border: 2px dotted #5F793B;
	border-radius: 15px;
	-ie-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
	float: right;
	margin: 0px 10px 10px 10px;
	padding: 8px;
	width: 300px;
}

#content b {
	text-shadow: 1px 1px 6px #A6C27E;
}

#footer {
	background: #BEC27E;
	border-color: #5F793B;
	border-style: double solid;
	border-width: 3px 20px;
	border-radius: 30px;
	-ie-border-radius: 30px;
	-khtml-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-border-radius: 30px;
	font-size: bigger;
	line-height: 25px;
	margin: 0;
	padding: 15px 0;
	text-align: center;
}