body {
	background-image: url('../img/bg.layout.jpg');
	background-repeat: repeat-x;

	/* width:1500px !important; */
}

#bg_content {
	background-image: url('../img/bg.content.jpg');
	background-repeat: no-repeat;

	width: 766px;
}

.str_logo {
	width: 762px;
	height: 192px;

	text-align: center;
}

#my_split {
	width: 762px;
	height: 192px;
	text-align: center;
}

.my_left {
	width: 497px;

	text-align: left;

	display: inline;
	float: left;
	position: relative;
}

.my_right {
	width: 265px;

	text-align: left;

	display: inline;
	float: left;
	position: relative;
}

.my_icon {
	padding-bottom: 18px;
}

.my_permit {
	padding-left: 52px;
	padding-top: 25px;
}

#my_bar {
	background-image: url('../img/bar.jpg');
	background-repeat: no-repeat;

	width: 762px;
	height: 34px;
}

.copyright {
	font-family: verdana;
	font-size: 8pt;
	color: #c4c0c1;

	padding-top: 4px;
}

.bbb {
	text-align: left;
	padding-top: 9px;
	padding-left: 52px;
}


.my_text {
	font-family: verdana;
	font-size: 10pt;
	color: #fff;
	
	padding-left: 21px;
	padding-right: 25px;
}

/*navigation links colors and decoration*/
a, a:Visited,a:active	{color:#ffffff;text-decoration:none}
a:hover					{color:#999999;text-decoration:none}
