/* General */
body { 
	padding:0px; 
	margin:0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	background-color:#ffffcd;
}

#header {
	width:990px;
	height:71px;
	margin:0px;
	padding:0px;
}

#footer {
	width:990px;
	height:51px;
	margin:0px;
	padding:0px;
}

/* Misc */
#logo {
    background: transparent url("logo.jpg") no-repeat scroll 0% 0%;
    width: 312px;
    height: 638px;
    text-indent: -3333px;
    border: 0;
    margin: 0;
}

#logo a {
    display: block;
    width: 312px; /* larger than actual image? */
    height: 638px;
    text-decoration: none;
    border: 0;
}

.td_content {
background-image:url(bg_06.gif);
}