#wrapper {
	height: auto;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #FFF;
}
.body {
	background-image: url(../images/graidiant.png);
	background-repeat: x;
	margin-right: auto;
	margin-left: auto;
	background-position: left;
	background-color: #FFF;
}

#nav {
	background-image: url(../images/navbkg.png);
	background-repeat: no-repeat;
	height: 40px;
	background-position: 5px;
	padding-top: 30px;
	display:block;
}


#wrapper #footer {
	float: left;
	height: 60px;
	width: 760px;
	background-image: url(../images/footer2.jpg);
	padding-right: 5px;
	padding-left: 5px;
	background-repeat: no-repeat;
	
}
#nav ul li {
	display: block;
	list-style-type: none;
	float: right;
	width: 85px;
	padding-right: 20px;
	margin-right: 10px;
	font-size: 18px;
	font-family: Zar;
	font-weight: bold;
	height: auto;
}
#nav ul li a {
	text-decoration: none;
	color: #FFF;
}
#nav ul li a:hover {
	text-decoration: none;
	color: #0C0;
}
.welcome {
	font-family: Zar;
	font-size: 30px;
	color: #000;
	width: 323px;
	float: right;
	margin-right: 15px;
	display: block;
	height: 25px;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 15px;
}
.matn {
	font-family: Zar;
	font-size: 18px;
	text-align: right;
	font-weight: normal;
	float: none;
	width: auto;
	margin-left: 5px;
	margin-top: -10px;
	position: relative;
	margin-right: 10px;
}
#contents img {
	float: left;
	height: 300px;
	width: 400px;
	top: 0px;
	position: relative;
	display: block;
	margin-top: 15px;
	margin-right: 15px;	
}
#footer .footer {
	font-family: Verdana, Geneva, sans-serif;
	width: 550px;
	position: relative;
	top: 0px;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 3px;
	color: #FFF;
	margin-top: 5px;
	padding-left: 10px;
}

.links {
	color: #060;
	display: inline;
}

