* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff url(images/violet14.jpg);
	font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}

a {
	color: #CB392C;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

#wrap {
	width: 800px;
	margin: 0 auto;
	background: #fff url(images/bg.jpg) repeat-x top;
}

#header {
	height: 100px;
}

#header h1 {
	font-size: 30px;
	font-weight: 100;
	letter-spacing: -1px;
	padding: 20px 0 0 30px;
}

#header h1 a {
	text-decoration: none;
	color: #B7271F;
}

#header p.hbig a:hover {
	text-decoration: none;
}

#header p.hsmall {
	color: #666;
	font-size: 17px;
	font-weight: 100;
	padding: 10px 0 0 61px;
}

#menu {
	height: 30px;
	line-height: 30px;
}

#menu ul {
	padding-left: 30px;
	list-style-type: none;
}

#menu ul li {
	display: block;
	float: left;
}

#menu ul li a {
	color: #fff;
	padding: 0 20px 0 0;
	text-decoration: none;
	font-weight: 600;
}

#menu ul li a:hover,#menu ul li a.current {
	color: #fff;
	text-decoration: underline;
}

#content {
	margin: 20px;
	line-height: 17px;
}

#left {
	float: left;
	width: 520px;
	padding-left: 10px;
}

#left.wadv {
	width: 750px;
}

#left h1 {
	color: #B7271F;
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: 100;
	padding: 10px 0 15px 0;
}

#left p {
	margin-bottom: 10px;
}

#left ul {
	padding-left: 30px;
	margin-bottom: 10px;
}

#left img.iright {
	float: right;
	margin: 0 10px;
	border: none;
}

#left table {
	margin-bottom: 10px;
	border-collapse: collapse;
	width: 99%;
}

#left table th, #left table td {
	border: 1px solid black;
	padding: 5px 5px 15px 5px;
	line-height: 20px;
}

.price {
	text-align: center;
	width: 25%;
	padding: 5px;
}

.right {
	margin-top: 10px;
	float: right;
	width: 210px;
	padding: 10px 0;
	background: #FFDDDD;
	border: 1px solid #990000;
}

.right p {
	font-size: 16px;
	color: #555;
	padding: 0;
	margin-bottom: 10px;
	text-align: center;
}

.right ul {
	padding: 5px;
	margin: 0;
	list-style: none;
	text-align: left;
	font-weight: normal;
}

.right ul li {
	margin: 0 5px 10px 5px;
	padding: 0;
	font-size: 11px;
	line-height: 13px;
	height: 100%;
	border: none;
	background: none;
}

.right ul a {
	text-decoration: none;
	font-size: 11px;
	display: inline;
	padding: 0;
	font-weight: normal;
	color: #990000;
	background: none;
}

.right ul a:hover {
	text-decoration: underline;
}

#footer {
	font-size: 11px;
	color: #999;
	text-align: center;
	padding: 5px 0 10px 0;
	margin-top: 50px;
	border-top: 10px solid #ddd;
}

#footer a {
	color: brown;
}

#footer a:hover {
	text-decoration: underline;
}

#fadv {
	border-top: 10px solid #ddd;
	margin: 0 auto 10px auto;
	padding-bottom: 10px;
	text-align: center;
	clear: both;
	width: 800px;
}

#fadv ul {
	list-style: none;
	display: inline;
	float: left;
	color: #000;
	margin: 10px;
	padding: 0;
}

#fadv li {
	display: block;
	float: left;
	width: 245px;
	margin: 5px;
	padding: 0;
	text-align: left;
	line-height: 1.1em;
	font-size: 11px;
}

#fadv li a, #fadv li a:visited {
	color: #990000;
	background-color: inherit;
	text-decoration: none;
	font-weight: normal;
}

#fadv li a:hover {
	text-decoration: underline;
}