body {
	background:url(bg_body.jpg) no-repeat center center;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	color:#2d2d2d;
	font-family: Helvetica, "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size:12px;
}

form {
	display:inline;
}	

h1 {
	display:inline;
	font-size: 22px;
}
h2 {
	font-size: 22px;
	display:inline;
}


a 		{ color:#45666F; }
a:hover { color:#999999; text-decoration:underline; }

.newsContent a 			{ color:#FFFFFF; }
.newsContent a:hover	{ color:#CCCCCC; text-decoration:underline; }

.footer a, .footer a:visited { color:#505050; text-decoration:none;  }
.footer a:hover 			 { color:#79a800; text-decoration:none; }


.mainContent {
	background:url(bg_content.jpg) repeat-x #dcdcdc;
	width:387px;
	color:#373735;
}

.newsContent {
	background:url(bg_midcol.png) repeat-y;
	width:267px; 
}

.rightContent {
	padding: 20px 15px 0px 0px; 
	background:url(bg_bottom_right.jpg) bottom right no-repeat;
}
.stockInfo {
	background:url(bg_rightcol.png) no-repeat; 
	height:381px;
	color:#373735;
}

.stockLeft {
	color:#79a800;
	font-weight:bold;
	font-size:13px;
	padding: 5px 24px;
}

.stockRight {
	padding: 5px 24px;
	text-align:right;
}
.rightButton {
	text-align:center;
	padding:1px 0px;
}


/* EMAIL SIGNUP */
#signup_load {
	display:none;
	padding:10px 0px;
}

