/* CSS Document */

img {border: 0;
}

body{
	padding:0;
	margin:0;
	
}
div, h1, h2, p, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
}
.spacer{
	clear:both; 
	font-size:0px; 
	line-height:0px;
}
/*------------------------------------------------body---------------------*/


/*------------------------------------------------header start---------------------*/
#header{
	width:1000px;
	height:181px;
	background:url(../images/HomeBanner_1.jpg) 0 0 no-repeat;
	padding:0px 0 0 0;
	margin:0 auto;
    float:left;
}

/*------------------------------------------------header end---------------------*/

/*------------------------------------------------body start---------------------*/

#wrapper{
	
	width:1000px;
	margin:0 auto;
}

#body{
	
	width:1000px;
	margin:0;
}

/*------------------------------------------------left panel start---------------------*/
#left{
    width:233px;
    height:817px;
    float:left;
    background:url(../images/NavigationBar.jpg) 0 0 no-repeat;
}

#navlist { 
position: relative; 
left: 30px; 
top: 55px; 
} 

#navlist ul { 
margin: 0;
padding: 0;
cursor: default; 
list-style-type: none; 
font-weight: bold;
font-size:24px;
font-family:sans-serif; 
} 

#navlist ul li {
display: block;
padding-top: 4px;
padding-bottom: 17px;
}

#navlist a { 
color:white;
display: block; 
padding-bottom: 7px; 
} 
#navlist a:link, #navlist a:visited { 
color: #fff; 
text-decoration: none; 
} 
#navlist a:hover { 
color: #ad9849; 
} 


/*------------------------------------------------left panel end---------------------*/

/*------------------------------------------------right panel start---------------------*/
#right{
    width:767px;
    height:817px;
    background:url(../images/HomeHandsFrame.jpg) no-repeat;
    float:right;
}
	
/*------------------------------------------------right panel end---------------------*/

/*------------------------------------------------body end---------------------*/



