html,body{
	margin:0;
	padding:0;
	background: url(../../images/bg.gif) repeat-x;

	}
body{
	font-size:13px;
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: url(../../images/bg.gif) repeat-x;

	text-align:center;
	}
p{
	margin:0 10px 10px
	}


div#header{
	position:relative;
	height: 91px;
	text-align: center;
	background: url(../../images/bg.gif) repeat-x;
	}

/* correct a little IE bug */
* html div#header{
	position:relative;
	height: 91px;
	text-align: left;
	float: none;
    }


div#container{
	width:783px;
	margin:0 auto;
	text-align:left;
	background: url(../../images/wrapper.gif) repeat-y;
	}

div#wrapper{
	margin: 0;
	padding:0;
	}

div#content{
	position: relative;
	float:right;
	top:4px;
	width:468px;
	text-align: left;

	}
/* correct a little IE bug */
* html div#content{
	top:0px;
    }

div#content p{
	line-height:1.4
	}


div#leftcontent{
	position: relative;
	float:left;
	top:4px;
	width:307px;
	border-left: #DDDDD2 4px solid;
	background: url(../../images/leftbg.gif);

	}
/* 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;
	}