* {font: 11px 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; color: #333; }
/*
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
/*
	width:100%;
	min-width:700px;    	/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	/*font-size:90%;*/
/*
	background-color:#f5f5f5;
	height: 100%;

}
*/
html, body {
	height: 100%;
	margin:0;
	padding:0;

}


#wrap {min-height: 100%;}

#main {
	overflow:auto;
	padding-bottom: 150px;/* must be same height as the footer */
}


/* Header styles */
/*
#header {
	clear:both;
	float:left;
	width:100%;
}
*/
#layoutdims {
	clear:both;
	/*border-top:4px solid #000;*/
	/*margin:0;*/
	/*padding:6px 15px !important;*/
	text-align:right;
}
/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	
	
}
/* common column settings */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
	
	
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	/*padding:0 0 1em 0;*/
	overflow:hidden;
	

}
/* 2 Column (right menu) settings */
.rightmenu {
	/*background:#eee;		/* right column background colour */
}
.rightmenu .colleft {
	right:25%;			/* right column width */
	/*background:#f5f5f5;		/* left column background colour */
}
.rightmenu .col1 {
	width:71%;			/* left column content width (left column width minus left and right padding) */
	left:27%;			/* (right column width) plus (left column left padding) */
}
.rightmenu .col2 {
	width:21%;			/* right column content width (right column width minus left and right padding) */
	left:31%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	
}
/* Footer styles */
/*
#footer {
	background-color:#000;
	float:left;
	width:100%;
	filter:alpha(opacity=80);
	opacity:0.80;
	height:100px;
	margin-bottom:0px;
}
*/
#footer {
	position: relative;
	margin-top: -100px; /* negative value of footer height */
	height: 100px;
	clear:both;
	background-color:#000;
	filter:alpha(opacity=80);
	opacity:0.80;
} 

