
body {
	margin: 0;
	background: #b2b3b8;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #ff9200;	
}
a:focus {
	outline: none;	
}
textarea {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
}
h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 167%;
	margin: 0 0 20px 0;
}
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 134%;
	font-weight: normal;
	margin: 0 0 3px 0;
	color: #ff9200;
}
ul {
	margin: 0 30px 14px;	
}
div#wrapper {
	background: white;
}
div#menuwrapper {
	background: white url(/wp-content/themes/thesingh/images/sprite.png) repeat-x 50% -383px;
	overflow: hidden;
	height: 188px;
	margin-bottom: 10px;
}
	div#menu {
		height: 188px;
		background: url(/wp-content/themes/thesingh/images/sprite.png) no-repeat top left;
		width: 899px;
		margin: 0 auto;
		padding: 130px 0 0 0;
	}
		div#menu ul {
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
			margin:0;
			overflow:hidden;
			padding-left:36px;
		}
			div#menu ul li, div#menu ul li a {
				float: left;
				display: block;
				cursor: pointer;
			}
			
			div#menu ul li a {
				font-size: 183%;
				font-family: Tahoma, Arial, Helvetica, sans-serif;
				padding: 5px 30px 5px 0;
				color: white;
				text-decoration: none;
			}
			div#menu ul li a:hover, div#menu ul li.current_page_item a {
				color: black;
			}
	
	
div#contentwrapper {
	width: 862px;
	margin: 0 auto;
	overflow: hidden;
	background: white url(/wp-content/themes/thesingh/images/bg_contentwrapper.gif) repeat-y 551px 0;
}

	div#content {
		float:left;
		min-height:353px;
		padding:15px 19px;
		width:513px;
	
	}
	div#rightcolumn {
		width: 307px;
		float:left;
		position: relative;
		background: #ff9200;
	}
		div#image {
			
		}
		div#address {
			background:transparent url(/wp-content/themes/thesingh/images/sprite.png) no-repeat scroll -1231px 0;
			color:white;
			height:106px;
			left:0;
			padding:277px 10px 0;
			position:absolute;
			top:0;
			width:287px;
			line-height: 118%;
		}
			div#address a {
				color: white;
			}

div#footerwrapper {
	background: #b2b3b8 url(/wp-content/themes/thesingh/images/sprite.png) repeat-x 50% -571px;
	height: 152px;
}
div#footer {
	color:#D5D5DB;
	font-size:90%;
	margin:0 auto;
	padding:103px 75px 0 0;
	text-align:right;
	width:750px;
}