#container{
	margin: 0px auto;
	z-index: 1;
	overflow: hidden;
	position: relative;
	background-image: url(images/bg_shadow.gif);
	background-repeat: repeat-y;
	width:968px;
}

body {
	margin: 0px;
}

#page{
	width: 802px;
	overflow: hidden;
	position: relative;
	margin-left: 79px;
}

#header{
	width: 802px;
	height: 163px;
	background-image: url(images/header-1.png);
}

#nav{
}

#headers{
}

#content{
	background-image: url(images/background_content.gif);
	height: auto;
}


/* ------------------------------------------------------------ */
/* 2 COLUMN CONTAINER                                           */
/* ------------------------------------------------------------ */

.clearfix {display: block;}
/* End hide from IE-mac */

.clearfix:after {
    content: "."; 
    display: block; 
    clear: both; 
    visibility: hidden;
}

.twoColumnContainer
{
	width: 775px;
	clear: both;
}

.twoColumnContainer #leftColumn
{
	width: 380px;
	float: left;
	padding-left: 15px;
}

.twoColumnContainer #rightColumn
{
	float: right;
	width: 353px;
}

/* ------------------------------------------------------------ */
/* End 2 COLUMN CONTAINER                                           */
/* ------------------------------------------------------------ */
#lefttxt
{
	width: 370px;
	font-size: 12px;
	margin-bottom: 15px;
	padding-top: 5px;
	font-family: Arial, Helvetica, Verdana;
}

#leftimage{
}

#righttxt{
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana;
}

.rightheader{
	font-size: 13px;
	font-weight: bold;
	padding-left: 3px;
}

.date{
	color: orange;
	padding-left: 17px;
	line-height: 18px;
}

.paragraph{
	padding-left: 17px;
}

.imgspacer{
	margin-right: 6px;
	margin-left: 4px;
}

.squareimgspacer{
	margin-right: 5px;
}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: green;
	text-decoration: none;
}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: green;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
}

.txtlink{
	line-height: 22px;
}

#bottomtxt_pricing{
	background-image: url(images/bg_pricing.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 198px;
}

#bottomtxt_window{
	background-image: url(images/bg_windows.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 203px;
}

#bottomtxt_charts{
	background-image: url(images/bg_tools.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 202px;
}

#bottomtxt_gallery{
	background-image: url(images/bg_product.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 200px;
}

.btmtxt{
	width: 180px;
	margin-left: 10px;
}

.link{
	margin-left: 5px;
	margin-top: 5px;
}

.bottomlink {
	font-size: 11px;
}

#contentbottom{
}

#footer{
}

#footertxt{
	text-align: center;
	font-size: 12px;
	font-family: helvetica, verdana, arial;
	margin-top: 4px;
}

