/* *************************************************** */
/*                 FISO CSS - June 2008                */
/*                by Bristol Developers                */
/* *************************************************** */
/*              Special Forum Layout Styles            */
/* *************************************************** */

* { margin: 0; padding: 0; }

body{
	font-size: 0.65em;
}

/* Following styles modify the general look of the site to convert it to a 100% width website... */

#wrap{
	width: 100%;
	background-image: none;
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
}
#header{
	width: 100%;
	background-repeat:no-repeat;
	background-position:left;
}
#under-header{
	width: 100%;
	background-image: url('../forum/styles/fiso/theme/images/under-header-bg.jpg');
}
/*#user-links{
	width: auto;
}
#nav-trail-wrap{
	width: auto;
}*/
#nav-trail-wrap{
	background-image: url('../forum/styles/fiso/theme/images/under-header-bg.jpg');
}
#inner-wrap{
	width: 100%;
}
#user-text{
	font-size: 1.2em;
}
#trail-text{
	font-size: 1.2em;
}
#user-links-right{
	font-size: 1.2em;
}
#footer{
	width: 100%;
}
#footer P{
	padding: 10px;
}
#footer A{

}
#forum_ad_block{
	height: 90px;
	width:728px;
	margin: 15px 0 0 15px;
}
