body{
	background: #ceccc1 url(images/bg.jpg) repeat-y;
}

body, td, textarea, input, button{
	font-size: 11px;
	font-family: tahoma;
	color: #4e5355;
}

textarea, input, button{
	border: 1px solid #60676a;
	background: #7b8183;
	color: #35393b;
	margin: 5px;
	}
hr{
	background: #60676a;
	color: #60676a;
	height: 1px;
	border: 0;
}

#top{
	position: absolute;
	background: url(images/top.jpg);
	top: 0;
	left: 0;
	width: 373px;
	height: 609px;
}

#top1{
	position: absolute;
	top: 0px;
	left: 373px;
	background: url(images/top1.jpg);
	width: 381px;
	height: 609px;
}

#content{
	position: absolute;
	top: 550px;
	left: 10px;
	width: 435px;
	font-size: 11px;
	font-family: tahoma;
	color: #4e5355;
}

#menu{
	position: absolute;
	top: 560px;
	left: 520px;
	width: 150px;
	font-size: 11px;
	font-family: tahoma;
	color: #4e5355;
}

h1{
	margin-bottom: 5px;
	font-family: Vivaldi;
	font-size: 20px;
	font-weight: normal;
	color: #35393b;
	border-bottom: 1px solid #b3b5b0;
	padding-left: 5px;
}

h2{
	margin-bottom: 5px;
	font-family: times new roman;
	font-size: 20px;
	font-weight: normal;
	color: #35393b;
	border-bottom: 1px dotted #b3b5b0;
	padding-left: 15px;
}

a{
	font-wieght: normal;
	text-decoration: none;
	color: #d6d8da;
}

a:hover{
	border-bottom: 1px dotted;
}