/* CSS Document */
/* WebSite: CSS
-----------------------------------Possible selectors and elements------------------------------
body,
 h1, h2, h3,h4,h5,h6
 p
 div
 a
 background, border, caption, content, cursor, font, img, color, margin, list, padding, page, page-break,
 position, quotes, table layout, text-align, text-decoration, text-indent, text shadow, vertical-align, white space, word spacing, text height etc, z-index
 
 -----------------------------Page Rules------------------------------------------------------
 determine site styles first; Determine site positioning basics for each page and use float to place in page (i.e. wrapper; banner; nav; seondary nav; breadcrumbs; main content; footer
 -----------------------------------------
 */
 body{margin:0; padding:0;}
 
 /*-----------------------------------------Basic Structure----------------------------------------*/
 
#wrapper{width:964px; margin-left:15px; margin-top:15px; }/*ND*/
#banner{display:inline; float:left; width:964px; }/*ND*/
#menu{ float:left; width:150px; background-color:#8080c0; z-index:13; }/*ND*/
#ccbox{
	position:absolute;
	width:200px;
	height:100px;
	left: 785px;
	top: 4px;/*cat chat box on banner*/
}/*ND*/
#marklogo{
	position:absolute;
	width:126px;
	height:61px;
	left: 20px;
	top: 535px;/*markets2000 logo */
}
#adbreak{float:left; width:125px; height:250px;  margin-top:50px; padding-left:10px; padding-right:10px;  }/*ND google ad on 2chalk2*/
#mainarea{float:left; width:810px; background-color:#ffffff;   padding-bottom:0px;}
/* class mainarea see diary pages */
#contentind{float:left;  width:640px;}/*ND*/
#contentbox{float:left; width:640px;}/*ND*/
.contentbox{float:left; width:660px; background-color:#999999; height:120px; z-index:2; }/*ND*/
#columntwo{float:left; width:150px; background-color:#8080c0; padding-top:30px; padding-bottom:15px;}/*ND*/
#footer{clear:left; width:810px; border-color:#CCCCCC ;  border-style:solid; border-width:thin; background-color:#FFFFFF;}/*ND*/

 p{font-family:"Times New Roman", Times, serif; font-size:12px;padding-top:0px; padding-right:0px;  padding-left:0px;}
 .facts4{font-family:"Times New Roman", Times, serif; font-size:18px; padding-right:0px;  padding-left:0px; }

a.thirdcol:link{color:#FFFFFF; text-decoration:none;}
a.thirdcol:visited{color:#FFFFFF; text-decoration:none;}
a.thirdcol:hover{color:#00FF00; text-decoration:none;}/*these three links for third colomn*/




/*---------------------------------------End of Basic Structure------------------------------*/

/*----------------------------------------Fonts,etc-------------------------------------------*/

h1{font:"Times New Roman", Times, serif; color:#666666; }
h1.comic{font:"Comic Sans MS"; color:#FF3333;}/*articlerules*/
h2{font:"Times New Roman", Times, serif; color:#666666; }
.red{color:#CC3333;}
h3{font:"Times New Roman", Times, serif; color:#000000;}
.blue{color:#0099CC;}
h4{font:"Times New Roman", Times, serif; color:#000000;}
h4.alert{display:block; background-color: #FF6600; color:#FFFFFF }
p{font-family:"Times New Roman", Times, serif; font-size:14px;}

a:link{color:#0099FF; text-decoration: underline}
a:visited{color:#0099ff; text-decoration:underline;}
a:hover{color:#00CC33; text-decoration:underline}

/*--------------------------------------Positioning for articles------------------------------*/

#contactSoon{width:300px; height:300px; border:thin #0099CC  inset; background-color: #99FFCC; margin-top:100px; margin-left:300px;}
.contentbox3{float:left; width:580px; margin:20px;}/*articlerules*/
#Layer1{
	position:absolute;
	width:150px;
	height:149px;
	z-index:1;
	left: 545px;
	top: 422px;
}
#adbreak2{float:left; width:125px; height:850px;  margin-top:15px;  }/*ND picture on article form*/
