* { margin: 0px; padding: 0px; }

html {
	height: 100%;
	min-height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
  background-color: #a8acaf;
  color: #000000;
  font-family: Verdana;
  font-size: 12px;
}

a:link, a:visited {
	color: #000000;
	text-decoration: none; 
	font-weight: bold;
}

a:hover, a:active  {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}


img {
	border: none;
}

p {
	padding-bottom: 10px;
}

td {
	padding: 0px;
	margin: 0px;	
}

li.top_menu {
	display: inline;
	padding-right: 30px;
	color: #FFFFFF;
}

li.top_menu a {
	color: #fd9345;
}

li.top_menu a:hover {
	color: #FFFFFF;
}

li.top_menu a:active {
	color: #FFFFFF;
}

li.top_menu a:visited {
	color: #fd9345;
}

#content {
	background: #fd9345 url('images/motivum.jpg') left top no-repeat;
	min-height: 400px;
}

/* Hack for *****ng IE */
* html #content {
	height: 400px;
}

h1 {
	color: #FFFFFF;
	font-size: 18px;
}

.picture {
	padding: 5px;
}