body {
	background-image : url("images/bodyBkg.gif");
	background-repeat : repeat-x;
	background-color : #79272D;
	margin : 0px;
	text-align : center;
}

body, p, td, th, li {
	font-family : Verdana, Arial, Helvetica, Sans-serif;
	font-size : 12px;
	text-align : left;
}

h1 {
	font-family : Times New Roman, Times, Serif;
	font-size : 18px;
	font-weight : bold;
	color : #79272D;
	border-bottom : 2px #2C473F solid;
	width : 100%;
	text-align : left;
	padding-bottom : 5px;
}

h2 {
	color : #2C473F;
	font-size : 15px;
	font-weight : bold;
	text-align : left;
}	

#Layout {
	width : 800px;
	height : 600px;
	margin : 0px auto;
	text-align : center;
}

#TopBar {
	height : 135px;
}

#NavBar {
	height : 34px;
}

#ContentSpace {
	background-image : url("images/layoutBkg.jpg");
	background-repeat : repeat-y;
	padding : 10px 35px;
	vertical-align : top;
	text-align : left;
}

#BottomBar {
	height : 29px;
}

#CartControl {
	position : absolute;
	left : 550px;
	top : 5px;
	z-index : 100;
	font-weight : bold;
	white-space : nowrap;
	color : #79272D;
}

#CartControl a:link,
#CartControl a:active,
#CartControl a:visited {
	color : #79272D;
	text-decoration : none;
}

#CartControl a:hover {
	text-decoration : underline;
}
