#layout
{
	width: 982px;
	height: 100%;
	position: relative;
	margin: 0 auto;
	text-align: left;
	background-color: #ffffff;
}

#header
{
	padding: 4px 10px 4px 10px;
}

#page
{
	width: 962px;
	text-align: left;
	position: relative;
	padding: 0px;
}

#sidebar
{
	width: 190px; /* 160px; */
	height: 309px;
	background-image: url('images/sidebar_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	position: relative;
	left: 8px;
}

#sidebar #inner
{
	padding-left: 8px;
}

#latest a#news {
position: absolute;
height: 18px;
width: 120px;
top: 0px; 
text-decoration: none;
}

#latest a#news i { visibility: hidden; }

#testimonials
{
	position: absolute;
	top: 5px;
	width: 180px; /* 140px; */
	height: 130px;
	font-size: 10px;
}

#testimonials_text
{
	width: 180px; /* 140px; */
	height: 110px;
	position: relative;
	overflow: hidden;
	clip: rect("0,180,110,0");
}

#roller
{
	position: absolute;
	padding: 2px;
	z-index: 1;
}

#roller_fg
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 2;
	width: 175px; /* 135px; */
	height: 50px;
	/*background-image: url('images/testimonials_fg.png');*/
}

*html #roller_fg
{
	background-image: none;
	/*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/testimonials_fg.png',sizingMethod='scale');*/
}

#newsletter
{
	position: absolute;
	top: 150px;
	width: 180px; /* 145px; */
	height: 155px;
	font-size: 10px;
}

#latest
{
	position: absolute;
	top: 250px;
	width: 180px; /* 145px; */
	height: 155px;
	font-size: 10px;
}

#login
{
	/* margin-top: -5px; */
	padding-bottom: 1px;
	padding-left: 40px;
	/* margin-left: -7px; */
}

#menu
{
	position: absolute;
	top: 0px;
	right: -11px;
	width: 756px; /* 810px; */
	height: 30px;
	/* z-index: 100; */
}

#content
{
	position: absolute;
	top: 31px;
	right: -12px;
	width: 770px; /* 796px; */
	height: 320px;
	background-image: url('images/main_bg.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	overflow: auto;
}

#customscroll{
/* Typical fixed height and fixed width example */
 width: 730px; /* 750px; */
height: 245px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
padding-right: 5px;
}

#content #inner
{
	padding: 10px;
}

#footer
{
	width: 968px;
	height: 20px;
	background-color: #63B01F; /*#8CC73F*/
	margin-top: 5px;
	color: #ffffff;
	font-size: 10px;
	padding: 4px 4px 0px 6px;
	border: 2px solid #FFFFFF;
	border-top: none;
}

#footer_right
{
	margin-left: 900px; /*Set left margin to content-left width*/
}

#footer_left
{
	float: left;
	/* margin-left: -700px; */
	position: relative;
	width: 900px;
}

#footer a
{
	color: #FFFFFF;
}

div.contact_box
{
	position: absolute;
	text-align: right;
	display: none;
	height: 20px;
	top: 614px;
	left: 0px;
	background-color: #63B01F;
	color: #FFFFFF;
	width: 978px;
	font-size: 10px;
	border: 2px solid #FFFFFF;
	border-top: none;
}

