/* CSS Document */

body {
	background-image:url(images/homenew_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color: #000000;
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 16px;
}
.welcome {
	margin-top: 22px;
	margin-left:5px;
}
.topshad {
	background-image: url(images/homenew_topshad.jpg);
	width:740px;
	height:20px;
	background-repeat:no-repeat; 
}
.leftshad {
	background-image: url(images/homenew_leftshad.jpg);
	width: 21px;
	height:335px;
	background-repeat:no-repeat;
}
.rightshad {
	background-image:url(images/homenew_rightshad.jpg);
	width:19px;
	height:335px;
	background-repeat:no-repeat;
}
.botshad {
	background-image:url(images/homenew_botshad.jpg);
	width: 740px;
	height:20px;
	background-repeat:no-repeat;
}
.content {
	color: #ffffff;
	font-size: 11px;
}
p{
	margin-top:15px;
	margin-bottom:15px;
}
.footer-text {
	color: #FEB7B7;
	font-size:10px;
}
.footer-text a{
	color: #FEB7B7;
	text-decoration:none;
}
.footer-text a:hover{
	color: #FFFFFF;
	text-decoration:none;
}