body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma;
	color: #16282c;
}

h1 {
	font-size: 28px;
	color: #be1522;
}

#center {
	width: 985px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	float: left;
	width: 100%;
	height: 244px;
	background-image: url('images/header.png');
}

#menu-left {
	width: 140px;
	margin-top: 26px;
	margin-left: 530px;
	float: left;
}

#menu-left ul { list-style: none; margin: 0px; padding: 0px; }
#menu-left ul a { color: #d9b303; font-size: 28px; }
#menu-left ul a:hover { color: #FFFFFF; }
#menu-left ul li.first { margin-left: 50px; }
#menu-left ul li.third { margin-left: 32px; }
#menu-left ul li.fourth { margin-left: 48px; }

#menu-right {
	width: 300px;
	margin-top: 26px;
	float: left;
}

#menu-right ul { list-style: none; margin: 0px; padding: 0px; }
#menu-right ul a { color: #3d607d; font-size: 28px; }
#menu-right ul a:hover { color: #d9b303; }
#menu-right ul li.first { margin-left: -20px; }
#menu-right ul li.third { margin-left: 10px; }
#menu-right ul li.fourth { margin-left: 12px; }

#content {
	float: left;
	width: 100%;
	height: auto;
	border-left: 5px solid #4a4a49;
	position: relative;
}

#content-txt {
	float: left;
	width: 830px;
	padding-right: 52px;
	padding-left: 36px;
	min-height: 380px;
	height: auto;
	border-right: 5px solid #4a4a49;
	position: relative;
}

#content-after-right {
	width: 71px;
	height: 359px;
	margin-right: 5px;
	float: right;
	background-image: url("images/bg_right.png");
	position: absolute;
	right: 0px;
}

#content-bottom {
	width: 933px;
	height: 138px;
	background-image: url("images/bg_bottom.png");
	float: left;
}

.mod_forms table {
	border-collapse: collapse;
}

.mod_forms input {
	width: 200px;
}

.mod_forms textarea {
	width: 300px;
	height: 80px;
}

.mod_forms .secret img {
    border: 1px solid white;
    vertical-align: middle;
    margin-top: -6px;
}
.mod_forms .secret input {
    width: 151px;
}