a{
	outline: none;
	cursor: pointer;
	color: #0d1eff;
	text-decoration: none;
}
a:hover, a#active, a:hover div, a#active div{
	text-decoration: underline;
}
img{
	border: none;
}
body{
	font-family: Arial;
	font-size: 10pt;
	color: #fff;
	background: url(page/bg.gif);
	margin: 0;
	padding: 0;
	text-align: justify;
}
input{
	vertical-align: top;
}
html{
	overflow-y: scroll;
}
input[type=button], input[type=submit], label{
	cursor: pointer;
}
input::-moz-focus-inner{
	border: none;	
}
.clear{
	clear: both;
}
#page{
	width: 1000px;
	margin: 0 auto 0 auto;
	background: url(page/top_mid.jpg) no-repeat 140px top;
}
#top{
	float: right;
	margin: 4px 232px 0 0;
	width: 149px;
	height: 180px;
}
	#page_title{
		position: relative;
		left: 215px;
		top: 120px;
	}
#pg_box{
	clear: both;
	width: 1000px;
	margin: 0 auto 0 auto;
}
	#main{
		float: left;
		width: 628px;
		border-left: 1px solid #f3b8bb;
		border-right: 1px solid #f3b8bb;
		padding: 0 5px 0 5px;
		margin: 0 4px 5px 4px;
		font-size: 10pt;
		word-wrap: break-word;
		min-height: 300px;
		overflow-x: hidden;
	}
		#pages{
			font-weight: bold;
		}
			#pages a{
				color: #fff;
				margin-right: 5px;
			}
			#pages span{
				color: #bbb;
				margin-right: 5px;
			}
		.news_box{
			padding-bottom: 10px;
		}
		.news_box a{
			color: #fff;
		}
			.news_title{
				font-size: 14pt;
				font-weight: bold;
			}
			.news_date{
				padding-top: 10px;
				font-style: italic;
			}
			.news_sum{
				padding-top: 10px;
			}
			.news_more{
				padding: 10px 0 30px;
				font-style: italic;
			}
		input[type=text].contacts, textarea.contacts{
			background: none;
			color: #fff;
			font: 10pt Arial;
		}
		input[type=text].contacts{
			width: 350px;
		}
		textarea.contacts{
			width: 550px;
			height: 180px;
		}
		input[type=submit].contacts, input[type=reset].contacts, input[type=button].contacts{
			background-color: #fff;
		}
	#left{
		float: left;
		width: 157px;
	}
		#left_buttons div{
			padding-bottom: 8px;
		}
	#right{
		float: left;
		width: 195px;
	}
		#partners{
			width: 195px;
		}
		.seperator{
			width: 75%;
			margin: 15px auto;
			height: 2px;
			background-color: #f3b8bb;
			font-size: 0;
		}
		#headline{
			width: 190px;
			padding-right: 4px;
			border-right: 1px solid #f3b8bb;
		}
			#headline .news_title{
				text-align: center;
				width: 190px;
			}
			#headline_content{
				margin-top: 10px;
				word-wrap: break-word;
				width: 190px;
			}
	#bottom{
		width: 683px;
		height: 88px;
		background: url(page/bot.jpg) no-repeat center;
		margin: 0 auto 0 auto;
	}
/*#questions{
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
}
	#questions .bg{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.6;
		filter: alpha(opacity=60);
		background-color: #000;
	}
	#q_inner{
		position: relative;
		color: #fff;
		font-size: 16px;
		margin: 100px auto;
	}
	#q_inner, #q_inner_over{
		background: url(page/bg.gif);
		border: 1px solid black;
		width: 600px;
		padding: 10px 10px 15px 0;
	}
	#q_inner_over{
		position: absolute;
		display: none;
		top: 100px;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	#qexit{
		width: 20px;
		height: 20px;
		background: url(page/exit.png);
		float: right;
		border: none;
	}
	#questions .logo{
		background: url(page/logo_top.png) no-repeat;
		width: 94px;
		height: 161px;
		float: left;
		margin: 0 0 0 8px;
	}
	#questions .title{
		background: url(page/title.png) no-repeat;
		width: 200px;
		height: 50px;
		margin: 7px auto;
	}
	#questions .content{
		padding-left: 110px;
	}
	.qbox{
		padding:0 35px 5px 0;
	}
		.qtext{
			font-weight: bold;
			padding-bottom: 5px;
		}
		#qsubmit{
			margin-bottom: 15px;
		}
		#qerror{
			font-weight: bold;
			display: none;
		}*/
	.rtext, .qtext{
	    	font-weight: bold;
		padding-bottom: 10px;
	}
	#qbutton{
		background-color: #fff;
	}
	.rcontent, .qcontent{
		padding-bottom: 15px;
	}
	.rimg{
		width: 150px;
		border: 1px solid #DBB7C1;
		margin-top: 4px;
	}
	.rimg, .rimg div, .qchk{
		height: 14px;
	}
	.rimg div{
		background-color: #F0E6E9;
	}
