/*  
Theme Name: Mutual Traders Inc.
Theme URI: http://www.mutualtradersinc.com/
Description: 
Version: 1.0
Author: Temi Kolawole
Author URI: http://temikolawole.blogspot.com/

*/

body {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	margin-top: 2%;
	margin-right: 0%;
	margin-bottom: 2%;
	margin-left: 0%;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #000000;
}
a:active {
	color: #666666;
}
h2, h3 {
	color: #000000;
}
#wrapper {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#header {
	height: 100px;
	background-color: #FFFFFF;
}
.clear {
	clear: both;
}
#page {
	background-color: #FFFFFF;
	float: left;
	overflow: hidden;
	width: 700px;
}
#content {
	float: right;
	width: 480px;
	overflow: hidden;
	padding: 10px;
	min-height: 300px;
}
#menu {
	clear: both;
	float: left;
	width: 700px;
	background-color: #F0F0F0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#footer {
	width: 690px;
	background-color: #FFFFFF;
	float: left;
	padding: 5px;
}
#sidebar {
	float: left;
	width: 190px;
	background-color: #F0F0F0;
	min-height:300px;
	padding:5px;
}
#sidebar ul {
	margin:0px;
	padding: 0px;
}
#sidebar ul li{
	list-style: none;
}
#sidebar ul li ul {
	margin: 0px;
	padding-left: 20px !important;
}
#sidebar ul li ul li {
	list-style: square;
}
#sidebar ul li ul li a{
	padding:5px;
	display:block;
}
#sidebar h2 {
	font-size: 15px;	
}
#slogan {
	clear: both;
	z-index:1;
}
#nse {
	clear: both;
}
.entry li {
	list-style-type: square;
}
