* {
	padding: 0;
	margin: 0;
}
html, body {
	font-size: small;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.3em;
	background: #E8E8E8 url(../pic/gradient.jpg) repeat-x;
	color: #FEFEE2;
}
ul {
	list-style-type: none;
}
a {
	color: #FEFEE2;
	text-decoration: none;
}
span {
	visibility: hidden;
}
img {
	border: 0;
}
#container {
	position: relative;
	width: 755px;
	margin: 0 auto;
}
#header {
	background-image: url(../pic/header.jpg);
	width: 755px;
	height: 319px;
}
#header h1, h2 {
	display: none;
}
#content {
	float: left;
	width: 568px;
	background-image: url(../pic/cont-mid.gif);
}
#contwrapper {
	width: 528px;
	margin: 5px 20px;
	background: url(../pic/backgr-big.gif) repeat-y;
}
#content h1 {
	width: 568px;
	height: 27px;
}
#content h3 {
	font-size: 1.2em;
	line-height: 2em;
	color: #B22222;
	clear: both;
}
#nav {
	float: right;
	width: 175px;
	background-image: url(../pic/nav-mid.gif);
}
#nav a:link, #nav a:visited {
	font-weight: bold;
	line-height: 1.5em;
	color: #2FB688;
} 
#nav a:hover {
	color: #FEFEE2;
}
#nav h1 {
	width: 175px;
	height: 27px;
	margin-bottom: 3px;
	background-image: url(../pic/saites-top.gif);
}
#nav h3 {
	width: 175px;
	height: 55px;
	margin-bottom: 3px;
	background-image: url(../pic/arhivs-top.gif);
}
#nav h4 {
	font-size: 1em;
}
#arhivs ul {
	font-size: 0.9em;
	padding-left: 15px;
	list-style: disc;
}
#saites {
	width: 145px;
	padding: 3px 15px;
}
#arhivs {
	width: 145px;
	padding: 0px 15px 25px 15px;
	background: url(../pic/arhivs-bot.gif) no-repeat bottom;
}
#footer {
	width: 568px;
	background: url(../pic/foot-mid.gif);
	clear: left;
}
#footer h1 {
	width: 568px;
	height: 46px;
	background: url(../pic/foot-top.gif);
}
#footer h3 {
	width: 568px;
	height: 18px;
	background: url(../pic/foot-bot.gif);
}
#footer p {
	margin: 0 20px 31px;
	font-size: 0.7em;
}
#footer ul {
	float: right;
	margin: -31px 20px 0 0;
}
#footer li {
	display: inline;
}