body {
	margin:0;
	padding:0;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-top:5px solid #4F88A0;
	background-image:url(/inc/html/athena/pix/body_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

#wrapper {
	width:860px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	margin-top:12px;
}

/*.....list of other styles.....*/

.clear {
	clear:both;
}

img {
	border:none;
}

/*.....header.....*/

#header {
	width:100%;
	background-image:url(pix/header_bg.jpg);
	background-position: right;
	background-repeat:no-repeat;	
	height:181px;
	margin-bottom:8px;
}

/*.....left content.....*/

#left-content {
	width:206px;
	background-color:#8B98A6;
	margin:0 10px 10px 0;
	padding:0 0px 10px 0;
	float:left;
	height:400px;
	background-image:url(/inc/html/athena/pix/left_content_bg.jpg);
	background-position: bottom right;
	background-repeat:no-repeat;
}

#left-content h2 {
	background-color:#003366;
	padding:5px;
	font-size:0.8em;
	color:white;
	margin:0;
}

#left-content ul {
	margin:10px 0 0 0;
	padding:0;
	list-style:none;
	font-size:0.7em;
}

#left-content li {
	padding-bottom:5px;
}

#left-content li a, #left-content li a:visited {
	color:#000066;
}

#scm-sidebar-main-menu ul {
	margin:5px 0 0 0;
	padding:0px;
	list-style:none;
	font-size:0.8em;
}

#scm-sidebar-main-menu ul ul {
	margin-top:10px;
}

#scm-sidebar-main-menu ul li {
	margin:0 0 0 0;
	padding:5px 5px 5px 10px;
	border-bottom:1px solid #fff;
}

#scm-sidebar-main-menu ul ul li {
	margin:0 0 5px 10px;
	padding-left:25px;
	background-image:none;
	border-bottom:none; 
	font-size:1.3em;
}

#scm-sidebar-main-menu ul li a, #left-content ul li a:visited {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}

#scm-sidebar-main-menu ul li a:hover {

}

#scm-sidebar-main-menu ul ul li a:hover {
	text-decoration:underline;
}

#scm-sidebar-main-menu a.current {
	color:#fff;
}

/*.....this div floats #center-content and #right-content to the right of #left-content.....*/

#container {
	float:right;
	width:640px;
	margin-top:15px;
}

/*.....center-content.....*/

#center-content {
	float:left;
	display:inline;
	width:400px;
	margin-left:10px;
	margin-right:10px;
	line-height:1.6em;
	padding-bottom:15px;
	padding-right:0px;
	font-size:0.8em;
}

#wide-content {
	float:left;
	display:inline;
	width:580px;
	margin-left:10px;
	margin-right:10px;
	line-height:1.6em;
	padding-bottom:15px;
	padding-right:0px;
	font-size:0.8em;
}

#center-content h1 {
	font-size:1.3em;
	color:#000033;
	margin:0;
	font-weight:100;
}

#center-content h2 {
	font-size:1em;
} 

#center-content h3 {
	font-size:1em;
	border-bottom:1px solid #000;
}

#center-content a, #center-content a:visited {
	color:#000066;
}

/*.....right content.....*/

#right-content {
	float:right;
	width:170px;
	margin:0 10px 10px 0;
	padding:0px 10px 10px 0;
}

#right-content a, #right-content a:visited {
	color:#000;
}

#right-content a:hover {
	color:#666;
}

#right-content h2 {
	background-color:#7e96ac;
	padding:5px;
	font-size:0.8em;
	color:white;
	margin:0 0 5px 0;
}

#scm-sidebar-news-sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:0.7em;
}

#scm-sidebar-news-sidebar ul li {
	margin-bottom:15px;
	line-height:1.3em;
}

#scm-sidebar-bank-of-england-baserate h3 {
	font-size:30px;
	color:#336699;
}

.story-title {
	font-weight:bold;
}

/*.....footer.....*/

#footer {
	padding:20px 0 20px 0;
	margin-top:10px;
	background-color:#E5EAEF;
	font-size:0.8em;
	width:100%;
}
 
#footer a, #footer a:visited {
	color:#000066;
}

