@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	font-family: Verdana;
	font-size: 13px;
	color:#333333;
	background-image: url(../images/bg_pattern.gif);
	background-repeat: repeat;
}
.text {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #333333
}
.h1 {
	font-family: Verdana;
	font-size: 15px;
	background-color: #800000;
	font-weight: bold;
	color: #ffffff;
}
a:link {
	color: #333333;
	text-decoration:none;
}
a:visited {
	color: #333333;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:none;
}
a:active {
	color: #333333;
	text-decoration:none;
}
.cl {
	clear: both;
}
.head_holder {
	width: 960px;
	height: 140px;
	background-image: url(../images/header.jpg);
	margin: 0 auto;
}
.head2_holder {
	width: 960px;
	height: 140px;
	background-image: url(../images/header_iis.jpg);
	margin: 0 auto;
}
.main_holder {
	width: 960px;
	background-image: url(../images/mid_repeat.jpg);
	background-repeat: repeat;
	margin: 0 auto;
}
.footer_holder {
	width: 960px;
	height: 60px;
	background-image: url(../images/footer.jpg);
	margin: 0 auto;
}
.nav_holder {
	height: 20px;
	float:right;
	padding: 95px 33px 0px 0px;
}
.border {
	background-color: #ffffff;
	border:#333333 1px solid;
}