@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC33;
	background-attachment: fixed;
	background-image: url(../images/backgr.jpg);
	background-repeat: repeat;
}
.container {
	width: 975px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}
tr {
	height: 25px;
}
td {
	font-weight: 400;
}
.indexpage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: 900;
	color: #FF9900;
	text-align: center;
}

a:link {
	color: #ffff00;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}

a:visited {
  text-decoration: none;
  color: #ffcc66;
}

a:hover {
	color: #ff9966;
	text-decoration:underline;
}

#main img {
	position: relative;
}
#dcmenu {
	position: absolute;
	float: left;
	top: 116px;
}
h1 {
	color: #FC3;
	text-align: center;
}
h2 {
	color: #F60;
	text-align: center;
}
.menu {
	float: left;
	width: 975px;
	position: absolute;
	top: 110px;
	text-transform: uppercase;
}

.indexThumbCell {
	text-align: center;
	vertical-align: bottom;
}
.image {
	border:2px outset #EEEEEE;
	margin:5;
	text-align: center;
}
.portr {
	border:3px outset #EEEEEE;
	text-align: center;
	margin-right: 28px;
	margin-left: 28px;
}
.navImg {
	border:1px outset #EEEEEE;
	margin:5;
	text-align: center;
}

.thumbLabel {
	color: #999;
	text-align: center;
}
.thumbComment {
	font-weight: 400;
	color: #FC0;
	font-style: oblique;
}
.caption {
	text-align: left;
}