html, body {
	margin: 0px;
	font: normal 9pt tahoma;
	background: #FFF url('images/background.gif') ;
}

a {
	outline: none;
}

#paper {
	position: relative;
	margin: auto;
	width: 729px;
	background-color: white;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
}

#header {
	margin: 0;
	width: 729px;
	height: 197px;
	background: #FFF url('images/header_background.jpg') 100% 0 repeat-y;
}

#logo_silkmark {
	position: relative;
	top: 7px;
	left: 10px;
}

#logo_silkmark img {
	padding: 0;
	margin: 0;
}

#logo_silkDRM {
	position: relative;
	top: 42px;
	left: 620px;
	width: 111px;
}

#logo_silkDRM img {
	padding: 0;
	margin: 0;
}

#menu {
	position: absolute;
	left: 10px;
	width: 210px;
	margin: 0;
	height: auto;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	padding: 10px;
}

.menu_level_1 {
	font-weight: bold;
	color: #1557a3;
	text-decoration: none;
	display: block;
	padding-top: 15px;
}

.menu_level_1:hover {
	color: #3577c3;
}

.menu_level_2 {
	font-weight: normal;
	color: #1557a3;
	padding-left: 15px;
	display: block;
	text-decoration: none;
	padding-top: 5px;
	background: #fff url('images/bullet.png') 3px 0.7em no-repeat;
}

.menu_level_2:hover {
	color: #3577c3;
}


#MainDiv {
	position: relative;
	left: 250px;
	width: 460px;
	text-align: justify;
}

h1 {
	font-size: 12pt;
	border-bottom: 1px solid gray;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

p {
	padding: 5px;
}

li {
	margin-top: 5px;
}

#footer {
  position: relative;
  border-top: 1px solid #DDD;
  width: 100%;
  height: 25px;
  line-height: 25px;
  text-indent: 10px;
  left: 0px;
  bottom: 0px;
  text-align:left;
  color: #2a3a00;
  font-size: 10px;
  margin-top: 100px;
}

.footer_div {
	float: left;
	width: 49%;
	text-align: center;
}

#contact_means {
	display: block;
}

#contact_means li {
	width: 200px;
	float: left;
	text-align: left;
	padding: 5px;
}

#contactForm {
	margin-left: 30px;
}

#contactForm input, textarea, img {
	display: block;
	margin-left: 20px;
}

#contactForm label {
	display: block;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 15px;
	font-weight: bold;
}

#contactForm input[type='submit']
{
	padding: 5px;
	margin-top: 30px;
}

.errorReport {
	width: 90%;
	margin: auto;
	border: 2px solid #c22;
	background-color: #FDD;
	padding: 10px;
}

a img {
	border: none;
}