html, body {
	margin:0;
	padding:0;
	background-color:#2D150A
	}

body {
	font-size:12px;
	line-height:1.3em;
	font-family: verdana, arial, sans-serif;
	}

.wrapper {
	background-image: url(/images/bg-mat-parchment.jpg);
	background-position:top left;
	background-repeat: repeat-y;
	background-color: #8A6F35;
	width:1010px;
	margin:0 auto;
	}

h1 {
	background-repeat: no-repeat;
	width: 500px;
	height: 45px;
	text-indent:-9999px;
	margin:0;
	padding:0;
	display:block;
	}

.breadcrumbs {
	font-size:10px;
	text-align:right;
	padding-bottom:3px;
	}
	
	
/* default link styles*/		
a {
	color:#B40605;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}




/* left column styles*/	

.column-left {
	float:left;
	width: 310px;
	padding: 0 15px 0 35px;
	position:relative;
	min-height:750px;
	}

.sidepic-top {
	z-index:200;
	}

.sidepic-bottom {
	z-index:400;
	position:relative;
	left:-30px;
	top:-105px;
	}

.sidebar-email {
	background-image: url(/images/bg-email-alerts.png);
	background-position:top right;
	background-repeat: no-repeat;
	width:280px;
	height:170px;
	padding:80px 20px 0 20px;
	z-index:300;
	position:absolute;
	top:490px;
	left:30px;
	font-weight:bold;
	font-size:10px;
	}



	
	
/* right column and content styles*/	

.column-right {
	float:left;
	width: 595px;
	padding: 0 35px 25px 20px;
	}

.toppic-header {
	width:665px;
	height:310px;
	z-index:500;
	position:relative;
	left:-55px;
	}

.navbar {
	background-image: url(/images/bg-chopsticks.png);
	background-position:top right;
	background-repeat: no-repeat;
	width:775px;
	height:140px;
	z-index:600;
	position:relative;
	left:-110px;
	top:-70px;
	}

.content {
	position:relative;
	top:-70px;
	}

/* footer styles*/	

.footer {
	background-image: url(/images/bg-footer.jpg);
	background-position:top right;
	background-repeat: no-repeat;
	background-color: #8A6F35;
	width:1010px;
	margin:0 auto;
	position:relative;
	}


.footer-content {
	float:right;
	width:520px;
	padding:10px;
	text-align:center;
	color:white;
	font-weight:bold;
	font-size:10px;
	position:relative;
	}
.footer-content a {
	color:white;
	text-decoration: none;
	}
.footer-content a:hover {
	text-decoration: underline;
	}

.shells {
	z-index:700;
	position:absolute;
	top:-180px;
	left:225px;
	}

.copyright {
	position:relative;
	width:1010px;
	margin:auto;
	padding:10px 0 5px 0;
	color:white;
	font-size:10px;
	text-align:right;
	}
.copyright a {
	color:white;
	text-decoration: none;
	}
.copyright a:hover {
	text-decoration: underline;
	}



.hr-top {
	background-image: url(/images/hr-top.png);
	background-position:top center;
	background-repeat: no-repeat;
	margin:auto;
	width:580px;
	height:25px;
	}
.hr-bottom {
	background-image: url(/images/hr-bottom.png);
	background-position:top center;
	background-repeat: no-repeat;
	margin:auto;
	width:580px;
	height:25px;
	}

ul.star {
	list-style-image: url(/images/star.png);
	padding:0px 0px 10px 20px;
	margin:0px;
	font-size:11px;
	line-height:12px;
	}

.row01 {
	background-color:#F0E8D1;
	padding:3px;
	}
.row02 {
	background-color:#DEBF86;
	padding:3px;
	}

