body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, Arial, san-serif;
	font-size: 11px;
	color: #333333;
	background: #fff;
}

a:link, a:visited { color: #00749b; text-decoration: none; font-weight: bold; } 
a:active, a:hover { color: #82e0ff; text-decoration: underline; }

img {
	padding: 0px;
	margin: 0px;
}

p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

h1 {
	margin: 0 0 15px 0;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}


#container {
	width: 960px;
	margin: 0 auto;
	padding: 0 5px;
	background: url(images/financial-consulting-bg) repeat-y;
}


/* header */
#header {
	width: 920px;
	height: 106px;
	padding: 0 20px 0 20px;
	background: url(images/header-financial-consulting.jpg) no-repeat;
}

#header #site_title {
	float: left;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	padding: 20px 0 10px 0;
	width: 325px;
	height: 55px;
	background: url(images/financial-consulting-logo.jpg) no-repeat bottom;
}
/* end of header */
/* menu */
#regent_menu {
	clear: both;
	width: 960px;
	margin: 0;
	height: 45px;
	background: url(images/financial-consulting-menu.jpg) right no-repeat;
}

#regent_menu ul {
	padding: 0 0 0 10px;
	margin: 0 auto;
	height: 45px;
	list-style: none;
}

#regent_menu ul li {
	float:left;
	padding-right: 5px;
}

#regent_menu li a {
	float: left;
	display: block;
	color: #fff;
	font-size: 12px;
	height: 45px;
	line-height: 40px;
	text-align: center;
	padding: 0px 0 0 0px;	
}
#regent_menu  li a b {
	float: left;
	display: block;
	padding: 0px 24px 0 24px;
}
#regent_menu  li.current a, #regent_menu  li a:hover {
	color: #82e0ff;
	text-decoration: none;
	background: url(images/financial-consulting-menu-rt.jpg) right top no-repeat; 
}
#regent_menu  li.current a b, #regent_menu li a:hover b {
	color: #82e0ff;
	text-decoration: none;
	background: url(images/financial-consulting-menu-lt.jpg) left top no-repeat;
}
/* end of menu */




/* footer */
#footer {
	clear: both;
	color: #fff;
	width: 960px;
	margin-top: 30px;
	padding: 20px 0px 20px 0;
	text-align: center;
	background: #00a3d8;
}

#footer a {
	color: #fff;
	font-weight: normal;
}
/* end of footer */
