body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color:#FFFFFF;
}
* {margin:0px;padding:0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 970px;

}
#header {
	background-image:url(images/header.jpg);
	width:970px;
	height:173px;
	display:block;
	background-repeat: no-repeat;
}

#main {
	background-image:url(images/contentbg.gif);
	margin: 0px 12px 0px 10px;
	background-repeat: repeat-x;
	border-top: 1px none #C40000;
	border-right: 1px solid #C40000;
	border-bottom: 1px none #C40000;
	border-left: 1px solid #C40000;
}
#left {
	width:261px;
	float:left;
	display:inline;
	background-image:url(images/contentbg.gif);
}
#right {
	float:right;
	width:580px;
}
/***************** Content ***********************/
.content {
	width:530px;
}
.content h1 {
	border-bottom: 1px dashed #67230C;
	margin: 10px 0px 15px;
	padding: 0px 0px 2px;
	font-size: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #78301A;
}
.content p, td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #79311B;
	padding: 10px 0px 0px 6px;
	text-align: justify;
}
.content a {
	color:#2e260f;
}
.content a:hover {
	color:#cf0002;
}
/***************** Menu ***********************/
#menu {
	background-image:url(images/menu.jpg);
	width:261px;
	height:450px;
	margin-left:85px;
}
#menu ul {
	padding: 20px 0px 0px;
	width:220px;
	margin-left:15px;
}
#menu li {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px dotted #2e2304;
	list-style-type: none;
	padding: 3px 30px 2px 0px;
	text-align:right;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 900;
	color: #C40000;
	text-decoration: none;
	font-size: 12px;
}
#menu a {
	color: #2e260f;
	text-decoration: none;
}
#menu a:hover {
	color:#c40000;
}
.lastchild{
	border-bottom: none !important;
}
#menubottom {
	background-image:url(images/menubottom.jpg);
	background-repeat:no-repeat;
	width:261px;
	height:76px;
	margin-left:85px;
}
#menubottom ul {
	padding: 20px 0px 0px 0px;
	width:240px;
	margin-left:15px;
}
#menubottom li {
	float:left;
	display:inline;
	width:77px;
	text-align:center;
}
#menubottom a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight: bolder;
	font-size:10px;
	color: #6e6b53;
	text-transform: uppercase;
}
#menubottom a:hover {
	color:#c40000;
}
/***************** Footer ***********************/
#footer {
	height:74px;
	width:979px;
}
#footerend {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width:979px;
	display:block;
	font-size: 80%;
	color: #CC0000;
	text-align: center;
	padding: 5px;
}
#copyright {
	background-image:url(images/copyright.jpg);
	background-repeat:no-repeat;
	width:220px;
	height:43px;
	display:inline;
	margin-left:103px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 800;
	color: #463d16;
	padding: 30px 20px 0px 20px;
	text-align:center;
}
#copyright a {
	font-family: Arial, Helvetica, sans-serif;
	color: #463d16;
}
#payment {
	float:left;
	display:inline;
	margin: 20px 0px 0px 120px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 800;
	color: #463d16;
	padding: 5px 20px;
	text-align:center;
}
.small {
	font-size: 80%;
}
