/* CSS Document */

body {
	background-image: url(../images/bg.png);
	margin-top: 10px;
	font-size:90%;
	font-family: Arial, Helvetica, sans-serif;
	line-height:1.5em;
}
#ist {
	font-size:0px;
	background-image:url(../images/bg.png);
	}
	
#wrapper {
	margin:auto;
	width:734px;
	height:auto;
	}
#header {
	width:734px;
	height:auto;
	}
#header-l {
	float:left;
	width:357px;
	height:auto;
	padding-left:5px;
	}
#header-r {
	float:right;
	width:450px;
	height:auto;
	overflow:auto;
	padding-right:6px;
	}
.nbut {
	float:right;
	background-image:url(../images/nav.png);
	width:90px;
	height:25px;
	padding-top:5px;
	text-align:center;
	}
.nbut a:link {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.nbut a:visited {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.nbut a:hover {
	color: #999999;
	text-decoration:none;
	font-weight:bold;
}
.nbut a:active {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
#feat {
	width:734px;
	height:187px;
	background-image:url(../images/feat.png);
	clear:both;
	}
#info {
	float:right;
	margin-right:30px;
	width:200px;
	height:auto;
	padding-top:30px;
	}
#cont {
	width:734px;
	height:auto;
	background-image:url(../images/bg-cont.png);
	background-repeat:repeat;
	overflow:auto;
	}
.left-cont {
	float:left;
	width:383px;
	height:auto;
	margin-left:10px;
	}
.l-top {
	width:383px;
	height:auto;
	}
.l-cent {
	width:368px;
	height:auto;
	background-image:url(../images/l-cent.png);
	background-repeat:repeat;
	overflow:auto;
	padding-left:15px;
	}
.l-bot {
	width:383px;
	height:31px;
	background-image:url(../images/l-bot.png);
	}
	
#right-cont {
	float:right;
	width:278px;
	height:auto;
	margin-right:10px;
	}
#r-top {
	width:278px;
	height:auto;
	}
#r-cent {
	width:250px;
	height:auto;
	background-image:url(../images/r-cent.png);
	background-repeat:repeat;
	overflow:auto;
	padding-left:15px;
	padding-right:10px;
	
	}
#r-bot {
	width:278px;
	height:35px;
	background-image:url(../images/r-bot.png);
	}
	
	
	
#footer {
	width:734px;
	height:33px;
	background-image:url(../images/footer.png);
	overflow:auto;
	}
.warning {
	color:#FF0000;
	font-weight:bold;
	}
a:link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #FF6600;
}
a:active {
	color: #FF0000;
}