html, body, ul, li, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: 0;
}
a {
	color: #fff;
	text-decoration: none;
}
body {	
	text-align: center;
	color: #f8ca8b;
	font: 14px georgia;
	font-family: "Helvetica neue",Helvetica,Arial,Verdana,sans-serif;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

h2 {
  font: 24px georgia, sans-serif;
  font-weight:bolder;
  color: #f3aa41;
  font-style:italic;
  padding: 0px 0px 10px 0px;
  
}

#wrapper {
	width: 1000px;
	height : 1013px;	
	
	margin: 0px auto;
	margin-left: -500px;
	left: 50%;
	
	position: relative;
	text-align: left;
}

#header {
	width: 870px;
	height : 52px;	
	margin: 0px auto;
	margin-left: 110px;
	margin-right: 20px; 
}
#header img {
	margin-right: 2px;
	margin-top: 5px;
}

#content {
	width: 720px;
	height: 850px;
	float: left;
	text-align: left;
	
	margin-left: 140px;
    margin-right: 140px;
}

#tuz{
	width: 310px;
	height: 515px;
	
	padding-top: 171px;
	
	float: left;	
}

#rightsidecontent {
    color: #f8ca8b;
	
	height: 550px;
    width: 380px;
	
	margin-top: 300px;
	text-align:justify;
	float: right;
}

#picture {
	border-style: dashed;
	text-align: center;
}

#picture img {
	vertical-align:text-bottom;
}

#voucher {
    width: 380px;
	text-align: center;
	position: absolute;
	bottom: +120px;
}


#voucher img {
  text-align: center;
}

#footer {
	float: left;

	width: 1000px;
	height: 100px;

	color : black;
	
	margin-left: auto;
    margin-right: auto;
	
	text-align: center;
}

#footer a{
	color: black;
	text-decoration: none;
}
