#wrap {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 5px solid #990000;
	padding-top: 5px;
	padding-bottom: 1px;
}
h1 {
  background: inherit;
  color: #990000;
	margin: 0;
  font: font-family: Georgia, "Times New Roman", Times, serif;

}
h2 {
  background: inherit;
  color: #990000;
  margin: 0;
  font: font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
  background: inherit;
  color: #990000;
  margin: 0;
  font: font-family: Georgia, "Times New Roman", Times, serif;
}
#header {
	height: 200px;
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	background: url(tinka.jpg) no-repeat center;
}
#navbar {
	height: 20px;
	width: 785px;
	margin-right: auto;
	margin-left: auto;
	background: #c0c0c0;
	padding-bottom: 4px;
}
#contentarea {
	height: auto;
	width: 755px;
	background: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	padding: 20px 10px 20px 10px;
	margin-right: auto;
	margin-left: auto;
}
#contentright {
	float: right;
	height: auto;
	width: 250px;
	padding-top: 10px;
	background: #C0C0C0;
	padding-bottom: 10px;
	margin-left: 10px;
}
#footer {
        height: 45px;
	width: 750px;
	padding-top: 5px;
        padding-left: 5px;
	margin-right: auto;
	margin-left: auto;
	background: #C0C0C0;

}
#footer p {
	text-align: left;
	padding-top: 10px;
	margin-left: 10px;
        margin-right: 10px;
	font: 0.8em Georgia, "Times New Roman", Times, serif;
}
#footer p a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	font-weight: bold;
	text-decoration: underline;
}

#contentright p {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
}
#contentright a {
	font: 0.9em Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#contentright a:hover {
	background: #CCCCCC;
}


#contentarea a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 0.8em;
	padding-left: 0px;
	padding-right: 3px;
	color: #666666;
	margin-left: 0px;
}
#contentarea a:hover {
	background: #CCCCCC;
	font-size: 0.8em;
}

#navbar a {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 0.8em;
	padding-left: 2px;
	padding-right: 2px;
	color: #000000;
	font-weight: bold;
	margin-left: 5px;
}
#navbar a:hover {
	background: #CCCCCC;
	font-size: 0.8em;
}

