/* CSS Document */
body
{
	background:url(../images/bg.jpg) no-repeat #000000 center top;
	padding:0;
	margin:0;
}
p
{
	padding:0;
	margin:0;
}
h1
{
	font:bold italic 14px Georgia, "Times New Roman", Times, serif;
	color:#A9315B;
	text-transform:none;
	padding:0;
	margin:0;
}
a
{
	font:12x Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover
{
	font:12x Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	text-decoration:none;
}
.clearall
{
	clear:both;
}
#wrapper
{
	width:1004px;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	
}
#banner
{
	width:826px;
	padding:5px 0 0 0;
	margin:0 0 0 90px;
	float:left;
	height:25px;
	background:#000000;
	text-align:center;
	
}
#banner a
{
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
}
#banner a:hover
{
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#FFFF00;
	text-transform:uppercase;
	text-decoration:none;
}

#welcome
{
	width:788px;
	background:#000000;
	margin:0 auto;
	padding:20px;
	text-align:justify;
	overflow:hidden;
	font:13px Georgia, "Times New Roman", Times, serif;
	line-height:18px;
	color:#FFFFFF;
}
#welcome p
{
    padding:10px 0 0px 0;
}
#welcome img
{
	text-align:justify;
}
#gallerypart
{
	width:535px;
	float:left;
	padding:10px 0 0 0;
}
#wid img
{
	margin:10px 5px 0 0;
	
}

#rightpart
{
	float:right;
	padding:10px 0 0 20px;
	width:232px;
	
}
#rightpart p
{
	padding:10px 0 0 0;
	margin:0;
}
#serv
{
	width:;
	padding:10px 0 0 0;
	margin:0;
}

#serv ul{
	margin:0;
	padding:5px 0;
	}
	
#serv li{
	background: url(../images/tick.jpg) no-repeat center left; 
	list-style:none;
	margin:0;
	line-height:18px;
	padding:0 0 0 15px;
	}
#footer{
	height:190px;
	background:url(../images/footerbg.png) no-repeat top;
	width:1004px;
	margin:0 auto;
	font:11px Arial, Helvetica, sans-serifa;
	color:#fff;
	
}
#footerwrap
{
	width:828px; margin:0 auto;
}
#footer a{
	text-decoration:underline;
	color:#fff;

}

#footer a:hover {
	text-decoration:none;
	color:#fff;

}
#footer p{
	margin:0px;

}
#footerbutton{
	float:left;
	margin:30px 0px 0 0px;
	padding:0;
	}
#footerright
{
	margin:30px 10px 0px 0; 
	float:right;
}

