body {
	font-family: Verdana, Helvetica, sans-serif;
	padding:0;
	margin:0;
	text-align:center; /* centrovaci IE 5.0 hack */
	background: #E8DECD url(/img/head.jpg) top center no-repeat;
	
}

body,p,td,th {
	font-size: normal;
}

a:link img, a:visited img {border-style: none}

acronym {
	border-width: 0 0 1px 0;
	border-style: dashed; /*copy gecko's behaviour to IE*/
	cursor: help;
}

a:link {
	color: #900;
}
a:visited {
	color: #48468f;
}
a:hover {
	color: #f20;
}
a[name] {
	color: inherit;
	text-decoration: inherit;
}

p {
	margin:0 0 0 3em;
}

h1 { 
	font-size: 3em;
	font-family: "Trebuchet MS",serif;
	font-weight:normal;
	margin:130px 150px 0 0;
	padding:0	;
}

h2 {
	font-size: 1.6em;
	color: #336eb7;
	font-family: "Trebuchet MS",serif;
	font-weight:normal;
	padding:0 0 0 10px;
	border:solid 2px #e4d9c9;
	background: #ebe2d2;
}


hr {
	border: 0;
	border-bottom: 1px solid #ccc;
}

/*************************************************************/

#top {
	width:738px;
	height:176px;
	margin: auto;
	color:white;
	text-align:right;
	padding:0;
	background: #E8DECD url(/img/head.jpg) top center no-repeat;
	border:solid 2px #e4d9c9;
}


#conteiner {
	width: 740px;
	margin: auto;
	padding:5px;
	text-align: left;
	background-color:#f6f0e6;
	border:solid 2px #e4d9c9;

}

