/* 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;
	color: #505367;
	background-color: #000000;
	/*background-image: url(../images/background-gry.jpg);*/
	background-repeat: repeat-x;
	background-position: bottom;
	background-attachment: fixed;
}
		
#container {
		margin-left:auto;
		margin-right:auto;
		width: 770px; 
		min-height:100%;
		text-align: left;
		background: #FFFFFF ;
		border-left: 1px solid #cc0000;
		border-right: 1px solid #cc0000;
        position:relative;
        background-image: url(../images/body_background.jpg);

		}
		
/* commented backslash hack v2 \*/ 
* html #container {height:100%;}		
* html #container {width:770px;w\idth:770px;}
* html body{font-size:xx-small;f\ont-size:x-small}
/* end hack */ 

#mainheader {
		position:absolute;
		left:0;top:0;
		height: 160px;
		width:100%;
		background-color: #fff;
		z-index:1;
}

#headerbanner {
	height: 110px;
	width:100%;
	margin: 0px 0px 0px 0px;
	position:relative;
	z-index:2;
	overflow:hidden;
	background-image: url(../images/mainheader.jpg);
	background-position: bottom;
	
}
#adminheaderbanner {
	height: 110px;
	width:100%;
	margin: 0px 0px 0px 0px;
	position:relative;
	z-index:2;
	overflow:hidden;
	background-image: url(../images/mainheaderblank.jpg);
	background-position: bottom;
	
}

* html #mainheader {height:161px;he\ight:160px}

* html #headerbanner {height:110px;he\ight:125px}
* html #adminheaderbanner {height:110px;he\ight:125px}


/*-------------------- MY STYLES START --------------------*/



/* Hide from IE-Mac \*/ 
#topnav {
	float: left;
	width:600px;
	height:40px;
	padding-left:10px;padding-top:10px;
}
/* End hide */

/*#topnav {
	float: left;
	width:600px;
	height:40px;
	padding-left:10px;padding-top:10px;
}*/


#rightcol {

	float: right;
	width:140px;
	height:300px;
}

#leftlinks{
	float: left;
	width:170px;
	padding-left:18px;padding-top:10px;
}

#bodycontent{

	float: left;
	width:425px;

}

/*-------------------- MY STYLES FINISH --------------------*/





#footer	{
	position:absolute;
	bottom:0px;
	width:100%;
	height: 14px;
	background-color: #cc0000;
	text-align: center;
	padding-top:5px;

}

#footer p {margin:0;padding:0}

* html #footer {height:25px;he\ight:24px;} 

.divider1 {
	width:100%;
	height:5px;
	overflow:hidden;
	background:#fff;
	position:relative;
	border-bottom: 1px solid #e6e6e6;
}

#clearfooter {height:27px;width:100%;clear:both;position:relative;}


.blank , .blank2 {
	position:absolute;
	left:547px;
	width:7px;
	height:0px;
	overflow:hidden;
	border-top:	1px solid #fff;
}

.blank {top:-1px;}

.blank2 {bottom:-1px;border-top:1px solid #fff;
}
