/* Custom DayaCorp Stylesheet */

body {
	background-color:#eee;
	margin:0px;
}

.content-bg {
	background-color: white;
}

.logo-container {
	background:url('../img/back_bg.png') repeat-x 0 0 ;
	color:inherit;
}

img.logo{
	padding-top: 20px;
	margin:0 0 0 70px;
	float:left;
	display:inline;
	width:auto;
}

p.phelustxt{
	float:left;
	color:#323232;
	background-color:inherit;
	font-weight:bold;
	background:url(../img/black_arrow.gif) no-repeat 0 4px;
	padding-left: 11px;
	width:100%;
}

/*footer*/
.footer{
	bottom:0;
	background:url(../img/footerbg.png) repeat-x;
	color:inherit;
	height:100px;
	margin-top:5px;
	border-top-width:2px;
	border-top:thin dashed;
	border-top-color: #CCC;
	text-align: center;
}

p.copyright{
	font-size:11px;
	color:#615F5C;
	background-color:inherit;
	text-align:center;
	width:auto;
}

p.copyright span{
	display:block;
}

p.copyright span a{
	color:#9B976B;
	background-color:inherit;
}

p.copyright span a:hover{
	text-decoration:underline;
}
