body {
	background-color: #6c6867;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: white;
}

a {
	color: white;
}

a img {
	border-width: 0px;
}

h1 {
	color: white;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

h2 {
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

#main {
	width: 1024px;
	margin: 0px auto 0px auto;
	background: url(../images/background.jpg) top no-repeat;
	border: 1px solid #999999;
}

#header {
	height: 220px;
}

#content {
	padding: 10px;
	line-height: 1.5em;
	margin: 5px;
	margin-bottom: 0px;
	min-height: 400px;
	/*height: expression(this.height < 400 ? 400 : true);*/
}

#center {
	float: center;
}
	
#news {
	float: right;
	width: 300px;
	height: 500px;
	border: 1px solid #999999;
	padding: 10px;
	margin-top: 30px;
	margin-left: 20px;
}

#news .header {
	color: white;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

#news .title {
	color: white;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

#news p {
	margin-top: 2px;
	margin-bottom: 15px;
}


#footer {
	clear:both;
	text-align: center;
}

#links {
	border-top: 1px solid #999999;
	margin-top: 5px;
	clear:both;
	padding: 5px;
	text-align: center;
}

#links img {
	border-width: 0px;
	margin: 0px 7px 0px 7px;
	vertical-align: middle;
}

#index_shortcut {
	position: absolute;
	top: 75px;
	left:28%;
}

.center {
	margin: 5px;
	text-align: center;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.catalog_row {
	float: left;
	width: 620px;
}

.catalog_row img {
	/*max-width: 130px;*/
	/*width: expression(this.width > 130 ? 130 : true);*/
	/*max-height: 130px;*/
	/*height: expression(this.height > 130 ? 130 : true);*/
	margin: 15px;
	margin-right: 30px;
	margin-bottom: 20px;
	float: left;
}

.catalog_row_wide {
	float: left;
	width: 900px;
}

.catalog_row_wide img {
	margin: 15px;
	margin-right: 30px;
	margin-bottom: 20px;
	float: left;
}

.faq {
	padding-bottom: 10px;
}

table {
	width: 600px;
	border: 1px solid white;
	border-collapse: collapse;
}

table th {
	text-align: left;
	border: 1px solid white;
	padding: 3px;
	padding-left: 10px;
	background: #6c6867;
}

table td {
	border: 1px solid white;
	padding: 2px;
	padding-left: 10px;
}

.micro {
	font-size: 0px;
	color: black;
}

