/* CSS Document */
body {
	margin: 0;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	font-weight: normal;
	
	scrollbar-face-color: #367CD2;
scrollbar-shadow-color: #FFFFFF;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
scrollbar-arrow-color: #FFFFFF;
}
#container {
	text-align:center;
	margin: auto;
}
#wraper {
	text-align:left;
	margin: auto;
	width: 920px;
	background: url(../images/bgPge.jpg) no-repeat;
}
#col-1 {
	width: 52px;
	float: left;
	background: #BA0000;
	height: 650px;
}
#col-2 {
	width: 850px;
	float: left;
	height: 650px;
}
#col-a {
	float: left;
	width: 370px;
}
#col-b {
	float: left;
	width: 480px;
	background: url(../images/bg-right.gif) no-repeat;
}
#col-3 {
	width: 15px;
	float: left;
	background: #000;
	height: 650px;
}
#logo {
	width: 156px;
}
#bnrTop {
	height: 45px;
	padding: 20px 0 0 0;
	text-align: right;
}
#menu {
	height: 62px;
	width: 80%;	
	padding: 0 0 0 0;
	text-align:right;
}
#menu a{
	padding: 10px 5px 0 9px;
	color: #990000;
	text-decoration: none;
	/*border-right: 1px solid #000;*/
}
#menu a:hover{
	color: #000;
	text-decoration: uderline;
}
#imgMain {
	width: 331px;
	height: 400px;
	padding: 10px;
	background: #F3F1F3;
}
#img {
	padding: 5px;
	background: url(../images/nicky2.jpg) no-repeat;
	height: 399px;
	font-size: 14px;
	color: #fff;
}
#footer {
	text-align:center;
	font-size: 12px;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #ff0000;
	text-decoration: underline;
}
#rss-box {
	width: 155px; 
	height: 100px;
	padding: 10px 3px 0 10px;
	background: #000;
	color: #fff;
	font-size: 12px;
}
#rss {
	padding: 0 0 0 10px;
}
#icons {
	height: 65px;
	padding: 15px 0 0 10px;
}.boldunderline {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.header {
	font-size: 18px;
	font-weight: bold;
	color: #BA0000;
}
.comeuptitle {
	font-style: italic;
	font-weight: bold;
}
.nrtext {
	color: #BF0005;
}


