html,body 
{ 
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #ffffff;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
}

.header
{
	height: 331px;
	background: url(images/header-bg.jpg);
	vertical-align: top;
}

.header-left
{
	color: #660000;
	font-size: 16px;
	vertical-align: top;
	text-align: left;
	padding-left: 390px;
	padding-top: 90px;
	line-height: 22px;
}

.header-left a
{
	color: #660000;
}

.header-left a:hover
{
	text-decoration: none;
}

.menu
{
	color: #660000;
	list-style-type: none;
	font-size: 18px;
	margin-top: 90px;
	text-align:left;
}

.menu li
{
	padding-top:5px;
}

.menu a
{
	color: #660000;
	text-decoration: none;
}

.menu a:hover
{
	text-decoration: underline;
}

.left
{
	text-align: left;
	vertical-align: top;
}

.left p
{
	padding-left: 30px;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
}

.left p a
{
	color: #336699;
	font-size: 12px;
	text-decoration: none;
}

.left p a:hover
{
	text-decoration: underline;
}

.left-links
{
	list-style-type: none;	
	text-align: left;
	padding: 0;
	margin: 0;
	padding-left: 30px;
}

.left-links li
{	
	padding-top: 5px;	
}

.left-links a
{
	color: #336699;
	font-size: 12px;
	padding-left: 20px;
	background: url(images/arrow.gif) left top no-repeat;
	background-position: 0 4px;
}

.left-links a:hover
{
	text-decoration: none;
}

.main
{
	text-align: left;
	vertical-align: top;
	color: #666666;
	font-size: 12px;
	padding-right: 30px;
}

.main a
{
	color: #336699;
}

.main p
{
	text-align: justify;
}


.main ul li
{
	padding-bottom: 10px;
	text-align: justify;
}

h1
{
	padding: 0;
	margin: 0;
	font-size: 14px;
	padding-top: 7px;
	color: #ffffff;
	background: url(images/h1-bg.jpg) no-repeat;
	padding-left: 30px;
	height: 34px;
}

h2
{
	font-size: 14px;
	padding: 10px 0;	
	color: #7d2414;
}

.center
{
	padding-bottom: 60px;
}

.footer
{
	background: url(images/footer-bg.jpg);
}

.footer p
{
	color: #ffffff;
	font-size: 11px;
	text-align: center;
}

.img
{
	border: #993333 solid 3px;
}

table.price { border-collapse:collapse; width:100%; font-size: 11px;}
table.price tr td { border-top:none;border:1px solid #f6dddb;padding:4px;}
table.price tr th {border-bottom:1px; text-align:left; background-color: #f9e1df;border:1px solid #f6dddb;padding:4px;}