
/* Overall CSS File, borrowed heavily from the execellent CSS site at:
	http://www.pmob.co.uk/
*/

/* commented backslash hack v2 \*/ 
html, body{height:100%;} 
/* end hack */ 
html,body {
		margin: 0;
		padding: 0;
}
body {		
		/*font: x-small arial, hevetica, sans-serif;*/
		text-align: center;
}

#container {
		margin-left:10%;
		margin-right:10%;
		/*width: 730px; */
		width: auto; 
		min-width:700px;
		min-height:100%;
		text-align: left;
		border-left: 0px solid #a1a1a1;
		border-right: 0px solid #a1a1a1;
        position:relative;
		}
/* commented backslash hack v2 \*/ 
* html #container {height:100%;}		
* html #container {width:732px;w\idth:730px;}

/** html body{font-size:xx-small;f\ont-size:x-small}*/

/* end hack */ 

#mainheader {
		position:absolute;
		left:0;top:0;
		height: 160px;
		width:100%;
		border-bottom: 0px solid #e6e6e6;
		z-index:1;
}
#header {
		height: 125px;
		width:100%;
		margin: 0px 0px 5px 0px;
		border-top: 0px solid #e6e6e6;
		border-bottom: 0px solid #e6e6e6;
		position:relative;
		z-index:2;
		overflow:hidden;
}

* html #mainheader {height:161px;he\ight:160px}
* html #header {height:127px;he\ight:127px}
#mainnav {
		width:100%;
	/*	min-width: 600px; */
		height: auto;
		border-top: 0px solid #e6e6e6;
		border-bottom: 0px solid #e6e6e6;
		position:relative;
		z-index:2;
}
* html #mainnav{height:22px;he\ight:20px}		


#sidebar {
		float: right;
		width: 170px;
		padding:5px 0 ;
		background-color: red;
}

#content {
		width: auto;
		height: auto;
		padding: 5px 25px ;

		text-align: left;
		}
#content p, #sidebar p, #mainnav p, #header p,#footer p  {margin:0 5px 5px 5px}		

#content h1 
{ 
	text-align: left;
	font-size: 20px;
}

#content h2 { 
	text-align: left;
	font-size: 16px;

}


#footer	{
		position:absolute;
		bottom:0;
/*		width:100%;*/
		height: 24px;
		border-top: 0px solid #e9e9e9;
}
#footer p {margin:0;padding:0}
* html #footer {height:25px;he\ight:24px;}

.divider1 {
	width:100%;
	height:5px;
	overflow:hidden;
	position:relative;
	border-bottom: 0px solid #e6e6e6;
}

#clearfooter {height:27px;width:100%;clear:both}
.blank , .blank2 {
	position:absolute;
	left:547px;
	width:7px;
	height:0px;
	overflow:hidden;
	border-top:	0px solid #fff;
}
.blank {top:-1px;}
.blank2 {bottom:-1px;border-top:0px solid #fff;
}

.footer
{
		position:absolute;
		bottom:0;
		width:100%;
		height: 24px;
		border-top: 0px solid #e9e9e9;
}


.tblleft
{
	text-align:left;

}

.tblright
{
	text-align:left;

}

.leftcolumn
{
	
	background: url(Images/left.jpg) repeat-y right top;

}


.rightcolumn
{
	
	background: url(Images/right.jpg) repeat-y left top;

}


