body {
	background-color : #F5F5F5;
	text-align : center;
}

body, p, td, th, li {
	font-family : Times New Roman, Times, Serif;
	font-size : 14px;
	color : #666666;
}

h1 {
	font-size : 26px;
	color : #6D737B;
	font-weight : bold;
	margin-top : 0px;
}

hr {
	color : #C0A251;
	background-color : #C0A251;
	width : 100%;
	height : 1px;
	border : 0px;
	border-collapse : collapse;
}

#Layout {
	width : 862px;
	margin : 40px auto;
	text-align : left;
	background-image : url("images/layoutBkg.gif");
	background-repeat : repeat-y;
	background-position : top left;
}

#TopBar {
	height : 155px;
}

#SideNav {
	width : 190px;
}

#SideNav img {
	display : block;
	margin : 24px 12px 7px 55px;
}

#Content {
	padding : 20px 30px 30px 10px;
	vertical-align : top;
}

#MainContent {
	padding : 20px 20px 0px 20px;
}

#NLSignup {
	margin-right : 80px;
	margin-top : 10px;
}

#NLSignup input {
	background-color : #FFFFFF;
	border : 1px #666666 solid;
	font-family : Times New Roman, Times, Serif;
	font-size : 14px;
	color : #666666;
}

#CartPanel {
	position : absolute;
	top : 0px;
	left : 500px;
	font-weight : bold;
	font-size : 12px;
	font-family : Arial, Verdana, Helvetica, Sans-serif;
	white-space : nowrap;
}

