@charset "utf-8";
/* CSS Document */

body  {
	font: 15px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#000000;
	background-color: #4f4544;
}
#container {
	width: 920px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #fffff0;
	
} 

#wrapper	{
	background-image:url(../images/sidebar_slice_color-230W.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	
	}

#wrapper1	{
background-color:#fffff0;
background-image:url(../images/header_slice_color-200W-137H-fffff0.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	}



#navbar	{
	float:left;
	width: 700px;
	}
	
#header {
	background:#FFFFF0;
	b
} 
#header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #B8B1AB;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #8ea17c;
}

#sidebar1Contents	{
	float:left;
	padding-left:20px;
	}

#mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 670px;
	margin-left: 220px;
} 

#content	{
	float: left;
	width: 665px;
	}
	
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clear	{
	clear:both;
	}
.normal {15px;} 		
.box1	{
	float:left;
	width: 546px;
	margin-left: 30px;
	padding: 10px;
	color: #4f4544;
	border:medium solid #4f4544;
	margin-bottom: 10px;
	}

.box2	{
	float:left;
	width: 290px;
	padding: 10px;
	margin-top: 20px;
	border:medium solid #4f4544;
	}
	

.box3	{
	float:left;
	width: 294px;
	padding: 10px;
	margin-left: 10px;
	margin-top: 20px;
	border:medium solid #4f4544;
	}

.box4	{
	width: 274px;
	padding: 10px;
	margin-left: 10px;
	float: left;
	border:medium solid #4f4544;
	}
	
	
	
.box5	{
	float:left;
	width: 254px;
	padding: 10px;
	margin-top: 30px;
	border:medium solid #4f4544;
	}	

.box6	{/*the subscibe box*/
	float:left;
	width: 314px;
	border:medium solid #4f4544;
	padding: 10px;
	margin-top: 30px;
	margin-left: 30px;
	border:medium solid #4f4544;
	}	

.box7	{
	float:left;
	width: 254px;
	padding: 10px;
	border:medium solid #4f4544;
	}	

.box8	{
	float:right;
	width: 254px;
	padding: 10px;
	margin-top: -50px;
	border:medium solid #4f4544;
	}
		
.box9	{
	float:left;
	width: 644px;
	margin-left: 0px;
	padding: 10px;
	color: #4f4544;
	border:medium solid #4f4544;
	}
#box10	{
	float:left;
	width: 234px;
	padding: 5px;
	border:medium solid #4f4544;
	}
	
.box11	{
	position:relative;
	width:274px;
	left: -600px;
	top: 500px;
	border:medium solid #4f4544;
	}
		
.bollinger a {color:#FFFFFF; font-size:16px;}
.bollinger a:link {color:#FFFFFF; font-size:16px;}
.bollinger a:hover {color:red; font-size:16px;}
.bollinger	{font-size:16px; color:#67678e;}

.bollingerSMALL a {color:#FFFFFF; font-size:14px; text-decoration:none;}
.bollingerSMALL a:link {color:#FFFFFF; font-size:14px; text-decoration:none;}
.bollingerSMALL a:hover {color:red; font-size:14px;}
.bollingerSMALL	{font-size:14px; color:#67678e;}	
.style12 {font-size: 70%}
.style13 {font-size: 70%}
