body {
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.3;
}

h1 {
	font-size:20px;
	color:#EE4035;
}

h2 {
	font-size:16px;
	color:#460000;
	font-weight:600;
}

img {
	border:none;
}

.container {
	margin:auto;
	width:919px;
}

.header {
	background-image:url(images/header.jpg);
	height:198px;
}

.content {
	background-image:url(images/content-rpt.jpg);
	background-repeat:repeat-y;
}

.leftnav {
	width:180px;
	padding:15px 31px 15px 41px;
}

.link-main {
	color:#000000;
	background-image:url(images/btn-main-off.gif);
	height:14px;
	width:153px;
	font-size:14px;
	line-height:14px;
	padding:8px 0 4px 6px;
}

.link-main:hover {
	background-image:url(images/btn-main-over.gif);
	cursor:pointer;
	color:#666666;
}

.link-sub {
	color:#662d2d;
	height:11px;
	width:153px;
	font-size:11px;
	line-height:11px;
	padding:10px 0 4px 7px;
}

.link-sub:hover {
	cursor:pointer;
	color:#b50000;
}

.main {
	width:576px;
	padding:15px 60px 15px 31px;
}

.specials {
	width:392px;
	background-image:url(images/specials.jpg);
	background-repeat:no-repeat;
	padding:150px 0 0 148px;
	height:300px;
	min-height:300px;
}

.footer {
	background-image:url(images/footer.jpg);
	height:52px;
	padding-left:225px;
	line-height:52px;
	text-align:center;
	color:#666666;
}

.main a {
	color:#990000;
	border-bottom:1px dotted #990000;
}

.main a:hover {
	color:#333333;
	border-bottom:1px dotted #333333;
}

a {
	color:#990000;
	text-decoration:none;
}

a:hover {
	color:#996600;
}