/* CSS Document */

body {
	background: #fff;
	margin: 0;
	color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100.01%;
	}
	
div#wrapperdiv {
	width: 600px;
	margin: auto;
	border: solid 2px #ccc;
	font-size: 0.8em;
	}
	
div#headerdiv {
	width: 600px;
	height: 320px;
	/*background: url(../images/tdn_page_header_2008.jpg) no-repeat left top;*/
	}
	
div#footerdiv {
	width: 600px;
	height: 138px;
	/*background: url(../images/all_logos2.jpg) no-repeat top left;*/
	}
	
div#bottomdiv {
	width: 600px;
	height: 135px;
	}
	
div#contentwrapperdiv {
	width: 600px;
	}
	
div#leftcontentdiv {
	
	padding: 0px 45px 0 35px;
	float: left;
	}
	
div#rightcontentdiv {
	width: 190px;
	padding-right: 28px;
	float: left;
	background: #fff;
	}
	
div#clearfloats {
	width: 600px;
	clear: both;
	}
	
h1 {
	font-size: 1.1em;
	color: #f60;
	}
	
img.register {
	margin-bottom: 10px;
	margin-top: 10px;
	}
