/*
==============================
========= STRUCTURE ==========
==============================
*/

html, body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333;
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
#bodybg{
	margin: auto;
	width: 820px;
}

#container{
	width: 820px;
	color: #333;
	background-color:#FFF;
	
}
div{
	border: none;
}
/*
==============================
========== HEADER ============
==============================
*/

/*
==============================
======== TEXT STYLE ==========
==============================
*/

a:link {text-decoration: none; color: #333; background-color:transparent; font-size:0.8em;}
a:visited {text-decoration: none; color: #333; background-color:transparent; font-size:0.8em;}
a:hover {text-decoration: none; color: #FE9900; background-color:transparent; font-size:0.8em;}
a:active {text-decoration: none; color: #333; background-color:transparent; font-size:0.8em;}

a.ffsl:link {text-decoration: none; color: #333; background-color:transparent; font-size:1em;}
a.ffsl:visited {text-decoration: none; color: #333; background-color:transparent; font-size:1em;}
a.ffsl:hover {text-decoration: none; color: #F1CF16; background-color:transparent; font-size:1em;}
a.ffsl:active {text-decoration: none; color: #333; background-color:transparent; font-size:1em;}

.contact{
	font-size:0.8em;
}
.content{
	font-size:0.8em;
}

/*
==============================
======== NAVIGATION ==========
==============================
*/
ul{
	padding:0;
	margin:0;
}
li.navbul{
	padding:5px 0 7px 0;
	margin:0;
	list-style:none;
	background:url(../images/border-top.gif) bottom repeat-x;
}
li.inlinePad{
	display:inline;
	padding:5px 4px 4px 0;
	margin:0;
	list-style:none;
}


/*
==============================
========== CONTENT ===========
==============================
*/
#content{
	margin:0;padding:0;
}
#left{
	margin:0 0 0 12px;
	padding:0;
	float:left;
	width:145px;
}
#right{
	margin:0 14px 0 0;
	padding:0;
	float:right;
	width:637px;
}
.clearBoth{
	clear:both;
}
.t {background: url(../images/dot.gif) 0 0 repeat-x; width: 100%; background-color:#FFFFFF; color:#333; text-align:left; margin: 5px 0 0 0;}
.b {background: url(../images/dot.gif) 0 100% repeat-x;}
.l {background: url(../images/dot.gif) 0 0 repeat-y;}
.r {background: url(../images/dot.gif) 100% 0 repeat-y;}
.bl {background: url(../images/bl.gif) 0 100% no-repeat;}
.br {background: url(../images/br.gif) 100% 100% no-repeat;}
.tl {background: url(../images/tl.gif) 0 0 no-repeat;}
.tr {background: url(../images/tr.gif) 100% 0 no-repeat; padding:15px;}

img.content{
	margin: 5px 0 0 0;
	padding:0;
}
.greyKeyline{
      color: inherit;
	  background: #CCC url(../images/border-top.gif.gif) repeat-x;
      height: 1px;
      margin: 7px 0 7px 0; 
	  padding: 0;
}
/*
==============================
========== FOOTER ============
==============================
*/
#footer{
	margin:0 14px 0 12px;
	padding:0;
}
#footLeft{
	float:left;
	width:350px;
	font-size:0.7em;
}
#footRight{
	float:right;
	width:350px;
	text-align:right;
	font-size:0.7em;
}