body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-image:url('images/bg.gif');
	background-color:#ffffff;
	background-repeat: repeat;
}
* {margin:0px;padding:0px;}
.clear{clear:both;}
#container {
	margin: 0px auto;
	text-align: left;
	width: 979px;
}
#header {
	background-image:url('images/header.gif');
	width:979px;
	height:232px;
	display:block
}
#border {
	background-image:url('images/border.gif');
	background-repeat: repeat-y;
	width:979px
}
#main {
	background-image:url('images/contentbg.gif');
	background-color:#FFFFFF;
	background-repeat: repeat; margin-left:10px; margin-right:12px; margin-top:0px; margin-bottom:0px
}
#left {
	width:261px;
	float:left;
	display:inline;
	background-image:url('images/contentbg.gif');
	background-color:#FFFFFF
	
}
#right {
	float:right;
	width:580px;
}
/***************** Content ***********************/
.content {
	width:530px;
}
.content h3 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	background-repeat:no-repeat;
	width:520px;
	height:33px;
	text-indent:700px;
	overflow:hidden;
	border-bottom: 1px solid #000000;
	margin-left:0px; margin-top:10px; margin-bottom:15px; padding-left:0px; padding-right:0px; padding-top:0px; padding-bottom:10px
}
.content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: mormal;
	color: #000000;
	padding: 10px 0px 0px 6px;
	font-weight:900;
}
.content h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	padding: 10px 0px 0px 6px;
	font-weight:300;
}
.content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	color: #000000;
	padding: 10px 0px 0px 6px;
	font-weight:500;
}
.content a {
	color:#000000;
}
.content a:hover {
	color:#B9918E;
}

/***************** Menu ***********************/
#menu {
	background-image:url('images/menu.gif');
	width:261px;
	height:529px;
	margin-left:93px
}
#menu ul {
	padding: 30px 0px 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 solid #2e2304;
	list-style-type: none;
	text-align:right; padding-left:0px; padding-right:10px; padding-top:4px; padding-bottom:4px
}
#menu a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: bold;
	font-weight: 900;
	color: #2e260f;
	text-decoration: none;
	font-size: 12px;
	
}
#menu a:hover {
	color:#B9918E;
}
.lastchild{
	border-bottom: none;
}
#menubottom {
	background-image:url('images/menubottom.gif');
	background-repeat:no-repeat;
	width:261px;
	height:76px;
	margin-left:93px
}
#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:#D2A4A1;
}
/***************** Footer ***********************/
#footer {
	background-color:#FFFFFF;
	background-image:url('images/borderfooter.gif');
	height:74px;
	width:979px
}
#footerend {
	background-image:url('images/borderfooterend.gif');
	background-repeat: no-repeat;
	width:979px;
	height:20px;
	display:block
}
