@charset "utf-8";
/* CSS Document */

body {
	background-color: #E6E6E6;
	background-image: url(../images/bg_body.jpg);
	background-position:center 120px;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#main {
	height: auto;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#main_container {
	float: left;
	height: auto;
	width: 1000px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	min-height:200px;
}
#header {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
}
#headet_top {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 100px;
	width: 100%;
	border-radius: 20px 20px 0px 0px;
}
#header_immage {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 250px;
	width: 1000px;
}
#header_menu {
	background-color: #313287;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	height: 30px;
}
#header_menu a img {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: auto;
	outline:none;
}
#main_nfo_container {
	float: left;
	height: auto;
	width: 998px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/bg_main_info_container.png);
	background-repeat: repeat-y;
	background-position: 0px center;
	border: 1px solid #999;
}
#left_container {
	background-color: #FFF;
	padding: 0px;
	float: left;
	height: auto;
	width: 278px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #A1A2C5;
	min-height:355px;
}
#right_container {
	background-color: #FFF;
	padding: 0px;
	float: right;
	height: auto;
	width: 684px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 1px solid #A1A2C5;
	min-height:355px;
}
.title {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 30px;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	padding: 0px;
	float: left;
	height: auto;
	width: 644px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	text-align: justify;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	float: left;
	height: auto;
	width: 1000px;
	margin-top: 5px;
	margin-left: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #FF0000;
	float: left;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#rgb_contact {
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
	float: left;
}

/* -------------------------------------------- */
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #313287;
}
a:active {
	text-decoration: none;
	color: #333;
}

/*_____________________________*/
#rgb_contact a:link {
	color: #333;
}
#rgb_contact a:active {
	color: #333;
}
#rgb_contact a:visited {
	color: #333;
}
#rgb_contact a:hover {
	color: #313287;
}
/*_____________________________*/

/*_____________________________*/
.text a:link {
	color: #03C;
}
.text a:active {
	color: #03C;
}
.text a:visited {
	color: #03C;
}
.text a:hover {
	color: #FF0000;
}
/*_____________________________*/