html, body {
	background: url(images/bg.jpg) repeat-y center;
	margin: 0px;
	color: #000;
	font-family: Tahoma;
	font-size: 12px;
}

input {
	color: #000;
	font-size: 11px;
	font-family: Tahoma;
	background: #ffcf73;
	padding-left: 1px;
	border: 1px solid #000;
}

td {
	text-align: left;
	line-height: 18px;
}

textarea {
	color: #000;
	font-size: 11px;
	font-family: Tahoma;
	background: #ffcf73;
	padding-left: 1px;
	border: 1px solid #000;
}

#all {
	width: 778px;
	border: #000 solid 1px;
	border-top: 0px;
	background: #fff;;
}

#header {
	height: 96px;
	background: url(images/header.jpg) no-repeat center;
	text-align: right;
	color: #feff05;
	padding-right: 25px;
	padding-top: 5px;
}

.menu {
	height: 21px;
	padding-top: 140px;
	color: #000;
	padding-left: 50px;
}

#footer {
	width: 746px;
	height: 16px;
	padding: 3px;
	background: url(images/footer.jpg) no-repeat center;
	clear: both;
}

.leftContent {
	width: 150px;
	float: left;
}

.rightContent {
	width: 628px;
	float: right;
}

.menuHeader {
	height: 19px;
	padding-top: 6px;
	border: 1px solid #000;
	border-left: 0px;
	background: #ffa800;
}
.menu {
	padding-top: 10px;
	padding-left: 2px;
	height: 180px;
	text-align: left;
	border: 1px solid #000;
	border-left: 0px;
	border-top: 0px;
	background: url(images/bg_page.jpg) repeat-y;
	line-height: 18px;
}

a.hrefLink:link, a.hrefLink:visited {
	color: #000;
	text-decoration: none;
}
a.hrefLink:hover {
	color: #ffa800;
	background: #000;
}

a.imgLink:link, a.imgLink:visited {
	color: #000;
}
a.imgLink:hover {
	color: #ffa800;
}

.headerNews {
	color: #000;
	width: 600px;
	height: 19px;
	padding-top: 6px;
	background: #ffa800;
	border: solid #000 1px;
	font-weight: bold;
}

.middleNews {
	width: 590px;
	background: url(images/bg_page.jpg) repeat-y;
	border: solid 1px #000;
	color: #000;
	border-top: 0px;
	line-height: 20px;
	padding: 5px;
	text-align: justify;
}

a.menuLink:link, a.menuLink:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a.menuLink:hover {
	color: #ffa800;
	background: #000;
	font-weight: bold;
}

a.picLink:link, a.picLink:visited {
	color: #000;
}
a.picLink:hover {
	color: #ffa800;
}