body{
	margin:0px;	
	font-size:12px;
	font-family:verdana;
	background:#ffffff url(../images/bg_piyara.gif) repeat-x;
	width:1000px;
}

a{
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
}
a:hover{
	color:#0000ff;
	text-decoration:underline;
}

.form-input{
	border:solid 1px #555555;
	margin-top:2px;
}

	
/* default header/banner */
#header{
	height:150px;
}
#main-menu{
	height:30px;
	margin-left:36px;
}
.menu-item{
	float:left;
	height:30px;}
.menu-item a{
	padding:5px 10px 5px 10px;
	line-height:30px;
	font-weight:900;
}
.menu-item a:hover{
	background-color:#917e24;
	color:#ffffff;
	text-decoration:none;
}
#logo-banner{
	height:120px;
}

/* default page layout */
#page{
	width:1000px;
}
#marquee{
	height:300px;
	width:928px;
	margin-left:36px;
	background:#ffffff url(../images/bg_marquee-gradient.gif) repeat-x;
}
#marquee-title{
	font-weight:900; 
	font-family:arial; 
	font-size:20px; 
	color:#4e618f;
}	
#service-info{	width:928px;
	margin-left:36px;
}
#left-column{
	float:left;
	width:500px;	
}

#right-column{
 	float:left;
 	width:400px;
 	margin:35px 0px 0px 20px;	
}
		
#footer{
	margin-top:50px;
	background-color:#d0d0d0;
}
#footer-content{
	margin:36px;
	font-size:12px;
	line-height:36px;
	text-align:center;	
}	
.content-title{
	 font-weight:900; 
	 font-family:arial; 
	 font-size:20px; 
	 color:#4e618f;	
}	
.clear {  
	width: 100%;  
	height: 1px;  
	margin: 0 0 -1px;  
	clear: both;  
}  
