/*  
Theme Name: etoro
Theme URI: YourWebsite.com
Description: etoro
Version: 1.0
Author: Your Name
Author URI: http://www.yourwebsite.com

*/
body {
	background: url("images/body_bcg.jpg") repeat-x;
	margin: 0;
	font-family: ‘Trebuchet MS’, Helvetica, sans-serif;
	font-size: 14px;
line-height:1.5em;
}

table {
		border-collapse: collapse;

}
table tr td {
	border:1px solid #2089b8;
	padding:5px;
}
a {
	color: #2089b8;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
h1,h2,h3,h4,h5 {
	margin:16px 0 10px 0;
}
h1 {
	color:#4d7887;
	font-size: 24px;
}
h2 {
	color:#4d7887;
	font-size: 20px;
}
h3 {
	color:#4d7887;
	font-size: 16px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
#content-holder {
	width:100%;
	display: block;
	margin:auto;
	float:left;
}
#layout {
	width: 850px;
	margin:auto;
	display: block;
}
#header {
	width:850px;
	float:left;
	display: block;
	height:291px;
	background: url("images/header.jpg") #fff;
}
#header #menu {
	display: block;
	float:left;
	width:250px;
	padding-top: 10px;
}
#header #menu ul {
	margin:6px 0 0 0;
	padding:0;
	list-style-type: none;
	text-align: center;
}
#header #menu ul li {
	height: 23px;
	padding-top: 8px;
}
#header #menu ul li a {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #000;
}
#header #menu ul li a:hover {
	text-decoration: underline;
}
#header #menu ul li ul{
	display: none;
}

#content {
	display: block;
	float:left;
	width:850px;
	padding-bottom: 20px;
	background: url("images/content.jpg") repeat-y;
}
#content #sidebar {
	display: block;
	float:left;
	width:250px;
}
#content #sidebar p {
	padding:0 15px 0 20px;
}
#content #sidebar ul {
	margin:0;
	padding:10px 15px 10px 20px;
	width: 215px;
}
#content #sidebar ul li {
	list-style-type: none;
	background: url("images/li.jpg") no-repeat 0 2px;
	margin-bottom: 10px;
	padding-left: 20px;
	font-weight: bold;
}
#content #main-content {
	width:560px;
	padding:0 20px 0;
	display: block;
	float: left;
}
#footer-holder {
	width:100%;
	display:block;
	background: url("images/footer.jpg") repeat-x;
	min-height: 66px;
	margin:auto;
	float:left;
}
#footer {
	display: block;
	margin: auto;
	width:850px;
}
#footer ul {
	text-align: center;
	margin:27px 0 0 0;
	padding: 0;
}
#footer ul li {
	padding: 0;
	list-style-type:none;
	text-transform: uppercase;
	display: inline;
	padding-right: 10px;
}
#footer ul li a {
	color:#9a9a9a;
	text-decoration: none;
	font-size: 12px;
}
#footer ul li a:hover {
	text-decoration: underline;
}	
#footer ul li ul {
	display: none;
}