/*Image Fix for Template without Navigation */

/*
#submenu {
position:relative;
left:0px;
min-height: 15px;
height: 15px;
padding: 0px 0 0px 0px;
width:0px;
}


#col1 {
position:relative;
left:0px;
background-image:none;
width:0px;}


#col1_content {
position:relative;
left:0px;
background-image:none;
width:0px;}


* html #submenu {
min-height: 15px;
height: 15px;
padding: 0px 0 0px 0px;
}

* html #col1_content {
background-image:none;}

#main {
float:left;
}
*/


#submenu {
	min-height: 15px;
	padding: 0px 0 0px 0px;
}

#col1_content {
	background-image:none;
}

* html #submenu {
	min-height: 15px;
	padding: 0px 0 0px 0px;
}

* html #col1_content {
	background-image:none;
}
