body {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #000000;
	padding: 10px;
	margin: 3% 0px 0px 0px;
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

table {
	width: 96%;
	border-collapse: collapse;
}

td {
	vertical-align: top;
	padding-bottom: 12px;
}

p {
	margin-top: 3px;
}

div.hr {
  height: 15px;
  background-image: url(../img/hr.gif);
  background-repeat: no-repeat;
  background-position: center;
}
div.hr hr {
  display: none;
}

input {
	width: 200px;
	border: 2px solid #663300;
	margin: 2px 0px 2px 0px;
	color: #663300;
	background-color: #E2D1AE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../img/input_background.gif);
	background-repeat: repeat-x;
}

textarea {
	width: 370px;
	border: 2px solid #663300;
	margin: 2px 0px 2px 0px;
	color: #663300;
	background-color: #E2D1AE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	background-image: url(../img/input_background.gif);
	background-repeat: repeat-x;
}

#div_content {
	behavior: url(iepngfix.htc);
	margin: auto auto;
	width: 960px;
	height: 680px;
	background-image: url(../img/div_content_background.png);
	background-repeat: no-repeat;
}

#div_content_left {
	padding-left: 55px;
	padding-top: 285px;
	width: 400px;
	float: left;
	text-align: center;
}

#div_content_left ul {
	background-image: url(../img/hr.gif);
	background-position: center top;
	background-repeat: no-repeat;
	list-style-type: none;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

#div_content_left ul li a {
	background-image: url(../img/hr.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 5px 0px 7px 0px;
	display: block;
	width: 100%;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #663300;
	text-decoration: none;
}
#div_content_left a:hover {
	color: #990000;
	text-decoration: underline;
}
#div_content_left a:active, #div_content_left #a_active {
	color: #990000;
}

#div_content_left #p_copyright a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
	font-weight: bold;
	text-decoration: none;
	font-size: 9px;
}

#div_content_right {
	padding-right: 56px;
	padding-top: 55px;
	float: right;
	width: 400px;
}

/* IE 6 Bugfix */
* html #div_content_right {
	padding-right: 50px;
}

#div_content_right #div_top_img img {
	width: 396px;
	height: 150px;
	border: 3px solid #663300;
	margin-bottom: 10px;
}

#div_content_right h1, #div_content_right h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;
	line-height: normal;
	margin: 3px 0px 3px 0px;
}

#div_content_right h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	margin-bottom: 0px;
}

#div_content_right .div_text {
	margin-left: 6px;
	padding-right: 1px;
	height: 405px;
	width: 399px;
	overflow: auto;
}

#div_content_right .div_text a { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}

#div_content_right .div_text a:hover {
	text-decoration: underline;
}

#div_content_right .div_text .p_a_big {
	text-align: center;
}

#div_content_right .div_text .p_a_big a {
	font-family: Georgia, "Times New Roman", Times, serif;
}

#div_content_right .div_text .div_img {
	text-align: center;
}
#div_content_right .div_text .div_img img {
	border: 1px solid #663300;
}

#div_content_right .div_text .div_img p {
	font-size: 11px;
	text-align: center;
}

.h1_center {
	text-align: center;
}

.p_center {
	text-align: center;
}

.td_right {
	text-align: right;
}

.p_more_infos {
	text-align: right;
}

.p_more_infos a {
	color: #000000;
	text-decoration: none;
}

.p_more_infos a:hover {
	text-decoration: underline;
}

.form_legend {
	width: 100px;
	font-weight: bold;
	display: block;
	float: left;
}