html,
body {
	margin: 0;
	padding: 0;
}
	
body {
	background: #e6e4df url('/images/bg.png') no-repeat;
}

img {
	border: 0;
}

#wrap {
	width: 947px;
	margin: 0 auto;
	padding: 35px 0 35px 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 130%;
	color: #494c41;
	cursor: default;
}

#logo {
	width: 635px;
	height: 150px;
	margin: 0 auto;
}

#m-left {
	float: left;
	width: 462px;
	height: 540px;
	border-bottom: 3px solid white;
}

#m-right {
	float: right;
	width: 424px;
	height: 530px;
	padding: 2px 40px 5px 15px;
	background: white url('../images/bg_main.jpg') repeat-y;
	border: 3px solid white;
}

#m-right a:link,
#m-right a:visited {
	text-decoration: underline;
	color: #c27200;
	font-weight: bold;
}

#m-right a:hover,
#m-right a:active {
	text-decoration: none;
	background-color: #fff;
	border-bottom: 1px dashed #e6e6e6;
	border-top: 1px dashed #e6e6e6;
}

h1 {
	margin: 12px 0 0 0;
	padding: 0;
	font-size: 200%;
	font-weight: normal;
	letter-spacing: 1px;
	color: #6d8a5a;
}

#footer {
	font-size: 80%;
	font-weight: bold;
	color: #838a74;
}

#footer a:link,
#footer a:visited {
	color: #44473c;
	text-decoration: none;
}

#footer a:hover,
#footer a:active {
	border-bottom: 1px solid #999;
}

.highlight {
	background-color: #dae5b8;
}

.left {
	float: left;
}

.right {
	float: right;
}

.small {
	font-size: 10px;
}

p {
	padding: 0;
	margin: 10px 0 0 0;
	text-align: justify;
}

ul {
	margin: 5px 0 0 20px;
	padding: 0;
	list-style-type: square;
}

acronym {
	cursor: help;
}

input.text {
	border: 1px solid #618e00;
	color: #494c41;
	width: 30px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

input.button {
	background: #618e00;
	border: 1px solid #618e00;
	color: #f3f3f3;
	height: 20px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

input.button:hover {
	border: 1px solid #494c41;
}
