@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
	background-image: url(images/grid.gif);
	overflow-x: hidden; 
}



/*------------- HEADER -------------*/

/*-- Logo --*/


/*-- Main Navigation --*/

#header ul#mainnav {
	text-decoration:none;
	display: inline;
	float: right;
	font: 21px Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 0px 0px;
	text-transform: lowercase;
	left: 100px;
	width: 678px;
}

#header ul#mainnav a:link {
	text-decoration:none;
	color: #4f696f;
	display: block;
	padding: 14px 15px 13px 16px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F6F6F6;
	border-bottom-color: #F6F6F6;
}

#header ul#mainnav a:visited {
	text-decoration:none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #F6F6F6;
	border-bottom-color: #F6F6F6;
	color: #4f696f;
	display: block;
	padding: 14px 15px 13px 16px;
}

#header ul#mainnav a:hover {
	background-color: #F6F6F6;
	border-right: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	color: #beea4f;
	text-decoration: none;
}

#header ul#mainnav li a.current {
	background-color: #F6F6F6;
	border-right: 1px solid #e5e9d5;
	border-bottom: 1px solid #e5e9d5;
	color: #46ccf3;
	text-decoration: none;
}

#header ul#mainnav li {
	text-decoration:none;
	display: inline;
	float: left;
}


/*-- top --*/
#div_contnt{
	width: 846px;
	height: 442px;
	left: auto;
	top: 106px;
	position: absolute;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E7E7E7;
	border-bottom-color: #E6E6E6;
}
#contnt{
	width: 846px;
	height: 442px;
	left: auto;
	top: 66px;
	position: absolute;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #E7E7E7;
	border-bottom-color: #E6E6E6;
	background-image: url(images/bg_contnt.png);
	right: auto;
}
.about_heading{
	color: #5492ac;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.mytext{
	background-color: #FFFFFF;
	color: #3399ff;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	font-size: 12px;
}

