body {
	background: #dfe2e6 url(../img/layout/bg.gif) center top no-repeat;
	font-family: Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
}
#wrapper {
	width: 771px;
	margin: auto;
}
#header {				
	background-color: #fff;
	overflow: auto;
	zoom: 1;
}
#header div.logo {
	float: left;
	width: 384px;
}
#header div.menu {
	float: left;
	width: 372px;
	padding-right: 14px;
	margin-top: 30px;
}			
#header h1 {
	margin: 48px 0px 0px 14px;
	width: 370px;
	height: 0px;
	padding-top: 36px;
	overflow: hidden;
	background: transparent url(../img/layout/logo.gif) no-repeat;
	cursor: pointer;	
}

#header p {
	color: #566679;
	font-weight: bold;
	text-align: right;
	margin: 0px;				
}
#header p span {
	color: #000;
}
#header ul {
	list-style-type: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: right;
}
#header li {
	float: left;
	background: #546477 url(../img/menu/tab_lo.gif) no-repeat;
	margin: 0px 0px 0px 3px;
}
#header li.hi {
	background: #000 url(../img/menu/tab_hi.gif) no-repeat;
}
#header ul a {
	display: block;
	width: 80px;
	height: 0px;
	padding-top: 30px;
	overflow: hidden;
	background-position: center 10px;
	background-repeat: no-repeat;
}
#header li.home a {
	background-image: url(../img/menu/home.png);
}
#header li.stock_list a {
	background-image: url(../img/menu/stock-list.png);
}
#header li.about a {
	background-image: url(../img/menu/about.png);
}
#header li.contact_us a {
	background-image: url(../img/menu/contact-us.png);
}

#header li a {
	/* Hide the dotted line around links, it's breaking layout */
  outline: none;
}

#body {
	background: #fefefe url(../img/layout/body_bg.gif) top repeat-x;				
}

#body div.upper {
	padding: 18px 24px 0px;
	background: transparent url(../img/layout/upper_bg.gif) bottom repeat-x;
	overflow: auto;
	zoom: 1;
}

#body div.lower {
	background: #fff url(../img/layout/lower_bg.gif) bottom no-repeat;
	padding-bottom: 10px;
}

#footer {
	color: #626262;
	font-size: 10px;
	padding: 14px 26px;
}
#footer div.left {
	float:  left;
	width: 562px;
}
#footer div.right {
	float:  left;
	width: 157px;
}
#footer a {
	color: #626262;
	text-decoration: none;
	font-weight: bold;
}


