@charset "utf-8";
/* Nybbletech Styling */

body{
	background:url(../images/header_bg.jpg) repeat-x;
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

img{border:0px;}

#container{
	position:relative;
	height:auto;
	width:900px;
	margin:0px auto;
}

#header{
	position:relative;
	height:450px;
	width:900px;
	margin:0px auto;
}




#content{
		position:relative;
		height:auto;
		width:900px;
		margin:0px auto;
		padding-top:30px;

}

.framed{
	position:relative;
	width:920px;
	height:auto;
	min-height:250px;
	border:none;
	overflow:hidden;
	border:#FFF;
	
}












/*Foooter work*/

#footer{
	width:100%;
	height:86px;
	position:relative;
	background:url(../images/footer_bg.jpg) repeat-x center center;
	font-size:11px;
}

#footer p.txt_blue{color:#3091de;}
#footer p.txt_blue a{color:#3091de; text-decoration:none;}
#footer p.txt_blue a:hover{color:#3091de; text-decoration:underline;}

.foot{
	position:relative;
	width:900px;
	height:86px;
	margin:0px auto;
}

	.foot_left{
		position:absolute;
		left:0px;
		top:20px;
	}
	
	.foot_rite{
	position:absolute;
	right:0px;
	top:20px;
	text-align:right;
	width:600px;
	}
	
	.foot_toll{
			font-size:16px;
			color:#000;
			font-weight:bold;}
	
	.foot_rite a{color:#181818; text-decoration:none;}
	.foot_rite a:hover{color:#3091de; text-decoration:underline;}
