
body {
		 background-color: #cda877;
		 text-align: center;
		 font-family: Verdana, Arial, sans-serif;
		 font-size: 12px;
		 margin: 0;
		 padding: 0;
}

#container {
		width: 850px;
		margin: 0 auto;   /* align for good browsers */
		text-align: left; /* counter the body center */
		
}
#head {
			width: 850px;
			height: 150px;
			background-color: none;
			background-image: url(../images/logo.png);
			background-repeat: no-repeat;
			background-position: top left;
}
#levo {
			 width: 250px;
			 height: 1601px;
			 float: left;
			 margin-top: 30px;
			 background-color: none;
			 background-image: url(../images/vez.jpg);
			 background-repeat: repeat-y;
			 background-position: top left;
}
#desno {
			 width: 500px;
			 margin-top: 60px;
			 float: left;
			 
}
#footer {
			 width: 850px;
			 height: 100px;
			 margin-top: 5px;
			 border-top: 1px solid #000000;
}
a {text-decoration: none}
p {
	padding: 0px 20px;
	line-height: 150%;
	text-align: justify;
}
h1 {
	 font-size: 16px;
	 font-family: Verdana, Arial, sans-serif;
	 font-weight: normal;
	 line-height: 1em;
	 margin: 20px 0 0 0;
	 padding: 0;
}

#nav {
		 height: 27px;
		 padding-top: 5px;
		 float: right;
}
#nav ul, #vert ul {
margin:0;
padding:0;
list-style:none;
margin: 0 auto;
}
#nav li {
display:inline;
margin:0;
padding:0;
border-right: 1px solid #000000;
}
#nav ul li a {
PADDING: 5px;
color: #000000;
font-family: Verdana, Arial, sans-serif;
font-size: 12px;

}
#nav a:hover {
		 text-decoration: underline;
		 color: #cc0000;
}