html,body{
	margin:0;
	padding:0;
	background: url(../../images/bg.gif) repeat-x;

	}
body{
	/*font: 76% arial,sans-serif;*/
/*font: 10px arial,sans-serif;*/
	font-size:13px;
 font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	/*font-family: "Book Antiqua", "Century Gothic", Verdana, Georgia, Arial;*/
	background: url(../../images/bg.gif) repeat-x;

	text-align:center;
	}
p{
	margin:0 10px 10px
	}


div#header{
	position:relative;
	z-index:99;
	height: 211px;
	text-align: center;
	background: url(../../images/bg.gif) repeat-x;
	}

/* correct a little IE bug */
* html div#header{
	position:relative;
	z-index:99;
	height: 91px;
	text-align: left;
	float: none;
    }


div#container{
	width:783px;
	margin:0 auto;
	text-align:left;
	background: url(../../images/insidebg.gif) repeat-y;
	}

div#wrapper{
	margin: 0;
	padding:0;
	}

div#content{
	position: relative;
	float:right;
	top:2px;
	width:575px;
	text-align: left;
	}
/* correct a little IE bug */
* html div#content{
	top:0px;
	width:575px;
    }

div#content p{
	line-height:1.4
	}


div#leftcontent{
	position: relative;
	float:left;
	top:2px;
	width: 203px;
	background: url(../../images/leftbg.gif);
	text-align: center;
	border-left: #DDDDD2 4px solid;
	}
/* correct a little IE bug */
* html div#leftcontent{
	top:0px;
    }

div#extra{
	float:left;
	clear:left;
	width:310px;
	}

div#footer{
	position: relative;
	height: 133px;
	background: url(../../images/footerbg.gif) repeat-x;
	clear:both;
	width:100%;
	top: 4px;
	}
/* correct a little IE bug */
* html div#footer{
	top:0px;
    }

div#footer p{
	margin:0;
	padding:5px 10px;
	vertical-align: middle;
	text-align: center;
	}

div#footer a{
	display:inline;
	padding:0;
	vertical-align: middle;
	text-align: center;
}

.subsection_img{
	font-size:80%;
}

.subsection_img a{
	color: #000;
}

.subsection_img a:hover{
	text-decoration:none;
}

#topnext{
	margin:5px 0px 0px 0px;
	height:30px;
}