@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	outline:none;
	border:none;
	
}

h1{
	font-size:11px;
	}

body {
	background-image: url(Images/bkg.jpg);
	background-repeat: repeat-x;
}

a:link {
	text-decoration: none;
	color: #999;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color:#FFF
}
a:active {
	text-decoration: none;
}


img{
	border-style:none;
	text-align: center;
	float: none;
}

body{
	margin:0px 0;
	outline-style: none; -moz-outline-style:none; 
	*focus: outline:0;
	font-family:Arial, Helvetica, sans-serif;
	height:auto

}

#Page_holder{
	margin:auto;
	height:auto;
	width:auto;
	background-image:url(../Images/footerbkg.jpg);
	background-repeat:repeat-x;

}
	

#contnet_holder{
	width:800px;
	height:600px;
	margin:auto;
	background-repeat: no-repeat;
	background-image: url(../Images/bkg1.jpg);
}

#Header{
	width:200px;
	height:200px;
	padding-top: 40px;
	padding-left: 20px;
	font-weight: bold;

}

#text_holder{
	width:auto;
	height:auto;
	background-repeat:no-repeat;
	font-size:11px;
	text-align:justify;
	color:#000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 12px;
	float:left;
}

#link_holder{
	width:160px;
	height:80px;
	padding-top: 40px;
	padding-bottom: 30px;
	float: right;
	padding-left: 340px;
}


#footer{
	margin:auto;
	height:300px;
	width:600px;
	font-size: 10px;
	color: #FFF;
	padding-top:50px

}

#footertxt{
	width:auto;
	float:left;
	padding-left:15px;
	padding-right:15px;
	padding-top: 15px;
	font-weight:bold
}

#sitemap{
	width:400px;
	height:200px;
	text-align:justify;
	color:#999;
	padding-top: 60px;
	padding-left: 15px;
	
}

