body { 
	background: #9E1408 url('images/bottom.jpg') no-repeat 50% 350%;
	color: #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Garamond, Palatino, serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;

	}
	
#menu { text-align: center; width: 320px; height: 60px; padding: 0px; margin: 0px }
#menu a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
	}

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

img { border: 0px; }

h3 {padding-bottom: 0px; margin-bottom: 0px;}

#wrap {
	width: 960px;
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	height: 100%;
	}

#left {
	float: left;
	width: 320px;
	margin: 0px; padding: 0px;
	height: 600px;
	}

#right {
	float: right;
}
#footer {clear: both; height: 10 px; text-align:center;}
#stripe { height:103px; padding: 0px; margin: 0px; background: #9E1408 url('images/stripe.gif') no-repeat top center; clear: both; }


