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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif, "American Typewriter Light";
	background-color: #FFF3DA;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	line-height: normal;
	background-image: url(images/bb.jpg);
	background-repeat: repeat;
	color: #003300;
}
#wrap {
	background-color: #FFF3DA;
	height: 910px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 30px;
	background-image: url(images/backgr_nn.jpg);
	background-repeat: repeat-y;
}
#header {
	margin: 0px 0px 0px 130px;
	padding: 10px 0px 10px 40px;
	width: 650px;
	height: auto;
}

div#content {
	margin-left: 100px;
	width: 730px;
	padding: 0px;
	clear: both;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #003300;
	text-align: left;
	font-weight: normal;
	font-style: normal;
	margin: 5px 0px 5px 10px;
	padding: 0px 0px 0px 10px;
	line-height: normal;
	border-left-width: thin;
	border-left-style: double;
	border-left-color: #660000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 25px 0px 0px;
	color: #330000;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 1px;
}

#navigation  {
	padding: 5px;
	width: 725px;
	border-top-style: none;
	margin: 0px 0px 0px 100px;
	clear: none;
	height: 25px;
}
p {
	margin: 0px;
	padding: 0px 0px 0px 25px;
	width: 675px;
}
strong {
	font-weight: normal;
}
blockquote {
	margin-left: 115px;
	font-size: 11px;
	color: #330000;
	line-height: 16px;
	text-align: justify;
	padding: 0px;
}
a:link {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #0B3D02;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
}
a:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #83965A;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
}
a:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #A57F63;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing: 2px;
}
a:active {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #73492B;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
}
ul {
	list-style-type: circle;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	color: #330000;
	display: inline;
}
li {
	display: inline;
	padding-right: 20px;
	font-size: 12px;
	
}

.right {
	float: right;
}
.left {
	float: left;
}
