@charset "utf-8";
body {
	
	background: #000000 url(images/bg.gif) fixed;
	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 */
	font-family:Tahoma;
	font-size:10px;
	color:#CCCCCC;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	min-height:800px;
	background:#000000 url(images/bottomgradbg.jpg) bottom left repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #8dc73f;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.oneColFixCtr #header {
	width:800px;
	height:348px;
	padding:0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
}	
#leftcolumn		{
	float:left;
	width:170px;
	height:452px;
	background:url(images/lcolbg.jpg);
}
#content		{
	float:left;
	width:490px;
	min-height:442px;

	
	border-left:1px #8dc73f solid;
	padding:10px 10px 0 20px;
	font-family:Tahoma;
	font-size:12px;
	color:#CCCCCC;
}
#rightcolumn	{
	float:left;
	width:109px;
	height:327px;
	background:url(images/rcolbg.jpg) no-repeat;
	background-position:0 -1px;
	padding:125px 0 0 0px;
	
}
#rightcolumn a	{
	margin-left:5px;
}
#rightcolumn ul	{
	margin:0;
	padding:0;
	list-style:none;
}
#rightcolumn ul li {
	line-height:20px;
}
.underline	{
	border-bottom:1px solid #8dc73f;
	display:block;
}
.line			{
	padding:0;
	margin:5px 0 5px 0;
	height:1px;
	background:url(images/line.jpg) no-repeat;
	
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#footer		{
	
	width:599px;
	height:40px;
	float:right;
	font-family:Tahoma;
	font-size:10px;
	color:#CCCCCC;
	border-left:#8dc73f 1px solid;
	padding-left:30px;
}

A:link {color:#CCCCCC; text-decoration: underline} A:visited {color:#CCCCCC} A:hover {color:#CCCCCC} A:active {color:#CCCCCC}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
