html, body {
	margin: 0; 
	padding: 0;
	}

body {
	font: 12px, Trebuchet MS, arial, sans-serif;
	line-height: 15px;
	text-align: center;
	background-color: #000000;
	}

	a:active { color: #CA1005 }
	a:link { text-decoration: underline; color: #CA1005 }
	a:visited { text-decoration: underline; color: #CA1005 }
	a:hover { text-decoration: underline; color: #CA1005 }

#main {
	width: 750px;
	min-height: 452px;
	/height: 470px;
	margin: 0 auto;
	padding: 18 0 0 0;
	text-align: right;
	background-image: url(pics/home_main.jpg);
	}

#menu {
	width: 209px;
	height: 250px;
	margin: 0 auto;
	padding: 0;
	}

#bottom {
	width: 750px;
	height: 75px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(pics/home_bottom.gif);
	}

#content {
	width: 750px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #FFB43B;
	}

