body {
	background:url(bg_body.jpg) no-repeat center center;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
}

form {
	display:inline;
}	

h1 {
	display:inline;
	font-size: 22px;
}
h2 {
	font-size: 22px;
	display:inline;
}


a 		{ color:#A7CFDF; }
a:hover { color:#CCCCCC; text-decoration:underline; }

.newsContent a 			{ color:#FFFFFF; }
.newsContent a:hover	{ color:#CCCCCC; text-decoration:underline; }

.footer a, .footer a:visited { color:#DDDDDD; text-decoration:none;  }
.footer a:hover 			 { color:#A7CFDF; text-decoration:underline; }


.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 {
	padding: 5px 9px;
}

.stockRight {
	padding: 5px 9px;
	text-align:right;
	color:#224c5d;
}
.rightButton {
	text-align:center;
	padding:1px 0px;
}


.footer {
	background:url(bg_footer.png) no-repeat; 
	height:47px;
	padding: 12px 20px 0px 20px;
	font-size: 11px;
}

/* EMAIL SIGNUP */
#signup_load {
	display:none;
	padding:10px 0px;
}
