@charset "utf-8";
/* CSS Document */
/*	cut out css default styling	*/
html, body, form, fieldset {
        margin:0;
        padding:0;
        font:100%/120% Verdana, Arial, Helvetica, sans-serif;
}
body {
	text-align:center;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin:1em 0;
    padding:0;
}
h2 {
	color:#000;
	font:bold .7em "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}
img, fieldset {
	border:none;
}
ul {
	margin:0;
}
p {
	font:.8em "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; 
	color:#000;
}
/*	div#wrapper - contains everything in the page	*/
div#wrapper {
	width:990px;
	text-align:left;
	margin:50px auto;
}
/*	div#header - contains all the info in the header	*/
div#header {
	float:left;
	width:990px;
	position:relative;
}
div#header h1 {
	font:3em "Century Gothic", Century, "Arial Black", sans-serif;
	text-align:center;
	color:#666;
}
div#header h1 span {
	background:url(images/header_top_piece.jpg) no-repeat;
	position:absolute;
	left:15px;
	top:0;
	display:block;
	width:960px;
	height:235px;
	z-index:2;
	background-image: url(images/header_top_piece.jpg);
}
div#header h2 {
	font-size:1.3em;
	text-decoration:none;
	margin-left:30px;
}
/*	div#header - end	*/

/*	div#nav - contains all the info that has relavance to the main navagation	*/

div#header ul {
	margin-left:15px;
	height:30px;
	margin-top:50px;
}
div#header ul li {
	background:#03153c url(images1/nav_gradient.gif) 0 -30px repeat-x;
	float:left;
	list-style:none;
	height:30px;
	width:158px;
	border-left:1px solid #333;
	border-right:1px solid #666;
}
div#header ul li a {	
	font:bold .9em Geneva, Arial, Helvetica, sans-serif;
	color:#CCC;
	display:block;
	text-decoration:none;
	text-align:center;
	padding-top:5px;
	width:158px;
	height:15px;
}
div#header ul li a:link, div#header ul li a:visited {
	background:#1d1d1d url(images1/nav_gradient.gif) 0 0 repeat-x;
}
div#header ul li a:hover {
	background:none;
	color:#FFF;
	font-weight:normal;
}
span#bot_corn {
	width:990px;
	height:20px;
	display:block;
	background:url(images1/bottom_nav_piece.jpg) left bottom no-repeat;
}
/*	div#nav - end	*/

div#date_info {
	float:left;
	clear:both;
	width:960px;
	padding-top:15px;
	text-align:right;
}
div#date_info p {
	font:.7em "Courier New", Courier, monospace;
	float:right;
	margin-right:20px;
}

/*	div#contain - contains div#info & div#welcome	*/
div#contain {
	float:left;
	clear:both;
	width:990px;
}
div#top_re {
	float:left;
	width:990px;
	height:20px;
}
div#side_nav {
	float:left;
	display:inline;
	width:280px;
	margin-left:20px;
	w\idth:180px;
	position:relative;
	border:1px solid #999;
}
div#side_nav h2 {
	font:0.8em Tahoma, Verdana, Arial, sans-serif, "Trebuchet MS";
	color:000;
}
div#side_nav a {
	font:0.8em Tahoma, Verdana, Arial, sans-serif, "Trebuchet MS";
	color:000;
}
div#side_nav p {
	font:0.8em Tahoma, Verdana, Arial, sans-serif, "Trebuchet MS";
	color:000;
}
div#side_nav li {
	display:inline;
}
div#side_nav li a {
	display:block;
	width:160px;
	font:.8em "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	text-transform:uppercase;
	line-height:1.9em;
	text-decoration:none;
	padding-left:10px;
	border-bottom:1px dotted #FC3;
}
div#side_nav li a:link {
	color:#CCC;
}
div#side_nav li a:visited {
	color:red;
}
div#side_nav li a:hover, div#side_nav li a:active {
	color:#F93;
}

/*	a.menuLink - is the hover menu in the main menu, in "trades" */
	ul.menu {
	position:absolute;
	left:178px;
	display:none;
	top:497px;
	background-color:#0b2266;
	border:none;
	}
		ul#menu1 li a {
			font-size:.7em;
			border:none;
			width:100px;
			display:block;
		}

/*	div#side_nav - end	*/

/*	div#google - contains the google adverts	*/
div#google {
	float:left;
	width:728px;
	height:90px;
	margin:0 0 10px 10px;
}

/*	div#welcome - contains the main information area	*/
div#welcome {
	float:left;
	width:700px;
	margin-left:5px;
	display:inline;
	padding:0 15px;
	border-right:1px dotted #366;
}
div#welcome div#massage {
	width:600px;
	display:block;
	margin:5px;
	padding:3px;
}
div#welcome div#massage img {
	float:left;
	background-color:#ccc;
	padding:3px;
	margin-right:3px;
}
div#welcome h3 {
	font-size:0.7em;
	text-decoration:none;
	color:#399;
}
div#welcome p {
	color:#000;
}
div#welcome td {
	font:.8em "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}
div.list {
	float:left;
	width:220px;
	margin:5px 0;
	display:inline;
	border:1px dotted #999;
	padding-left:10px;
}
div.list h4 {
	font-size:.8em;
}
/*	div#contain - end	*/

/*	div#welcome - end	*/

/*	div#logos - contains logos and less relevant information	*/
div#logos {
	float:left;
	width:240px;
}
div#logos.right {
	float:right;
}
/*	div#logos - end	*/

/*	div#footer - contains all info that has relevance to the footer	*/
div#footer {
	float:left;
	clear:both;
	width:960px;
	height:70px;
	background:url(images1/footer.jpg) 0 0 no-repeat;
	padding:10px 0 0 0;
	margin-left:20px;
}
div#footer p, div#footer a {
	color:#fff;
	text-align:center;
	margin-bottom:20px;
}
/*	div#footer - end	*/
/*	div#wrapper - end	*/
