body {
	padding: 0;
	margin: 0;
	color: black;
	background-color: #bdd1dc;
	font-size: 100%;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	font-weight: bold;
}
a:link, a:visited {
	color: #06284d;
}
a:focus, a:hover, a:active {
	color: #9dc9ea;
}
#wrapper {
	width: 775px;
	margin: 25px auto;
	border: 2px solid #283745;
	background-color: white;
	background-image: url(../images/bg-menu.png);
	background-repeat: repeat-y;
}
#header {
	background-color: white;
	padding: 0px;
	margin: 0;
	height: 158px;
}
#left {
	width: 199px;
	float: left;
	background-color: #eef1ba;
}
#right {
	width: 526px;
	padding: 20px 25px 25px 25px;
	float: left;
}

#right div.floatr {
	background-color: #eef1ba;
	float: right;
	width: 170px;
	margin: 14px 0 5px 12px;
	padding: 0.4em;
}

#right div.floatr p {
	font-size: 0.75em;
}

#menu {
	margin: 15px 10px;
	padding: 0;
	list-style-type: none;
	font-size: 0.75em;
	line-height: 1.1;
}
#menu li {
	margin-bottom: 5px;
	font-size: 100%;
}
#menu a {
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 5px 5px 3px 5px;
}
#menu a:link, #menu a:visited {
	color: #283745;
}
#menu a:focus, #menu a:hover, #menu a:active {
	color: white;
	background-color: #283745;
}
#footer {
	font-size: 0.75em;
	padding: 6px;
	color: white;
	background-color: #283745;
	text-align: center;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
}
#footer a:link, #footer a:visited {
	color: white;
}
#footer a:focus, #footer a:hover, #footer a:active {
	color: #9dc9ea;
}
h1 {
	font-size: 1.35em;
	color: #877859;
	margin: 0;
}
h2 {
	font-size: 1.1em;
	color: #877859;
	margin: 0.75em 0 0 0;
}
h3 {
	color: #877859;
	font-size: 0.95em;
	margin: 0.2em 0 0 0;
}
h4 {
	font-size: 0.85em;
	margin: 1em 0 0 0;
}
p {
	font-size: 0.85em;
	line-height: 1.5;
	margin: 0.75em 0 0 0;
}
ul, ol, dl {
	margin-top: 0.75em;
	margin-bottom: 0;
}
li {
	font-size: 0.85em;
	line-height: 1.5;
}
ol ol, ul ul, ol ul, ul, ol {
	font-size: 100%;
}
.floatr {
	float: right;
	margin: 4px 0 5px 12px;
	
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.nowrap {
	white-space: nowrap;
}

body {
	overflow: -moz-scrollbars-vertical;
}
