
html, 
body { 
  Scrollbar-Face-Color: #c0607e;
  Scrollbar-Track-Color: #c0607e;
  Scrollbar-Arrow-Color: #a82952;
  Scrollbar-Highlight-Color: #a82952;
  Scrollbar-3dlight-Color: #a82952;
  Scrollbar-Shadow-Color: #a82952;
  Scrollbar-Darkshadow-Color: #a82952;
  }





body {
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align:center;
	background-color:#c0607e;
}

#header {
	background-image:url(images/header.jpg);
	width:979px;
	height:150px;
	display:block;
}
#border {
	background-image:url(images/border.gif);
	background-repeat: repeat-y;
	width:961px;
}
#main {
	background-image:url(images/contentbg.gif);
	background-color:#c0607e;
	margin: 0px 2px 0px 2px;
	background-repeat: repeat-x;
}
#left {
	width:500px;
	float:left;
	display:inline;
	background-image:url(images/contentbg.gif);
	background-color:#c0607e;
	
}
#right {
	float:right;
	width:580px;
}

/***************** Menu ***********************/
#menu {
	background-image:url(images/menu.gif);
float: left;

	width:250px;
	height:430px;
	margin-left:163px;
}
#menu ul {
	padding: 30px 0px 0px 0px;
float: left;
	width:200px;
	margin-left:15px;
}
#menu li {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px dotted #ffffff;
	list-style-type: none;
	padding: 4px 30px 4px 0px;
	text-align:right;
}
#menu a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 900;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	
}
#menu a:hover {
	color:#000000;
}

/***************** Menu2 ***********************/
#menu2 {
	background-image:url(images/menu.gif);
float: left;

	width:250px;
	height:430px;
	margin-left:130px;
}
#menu2 ul {
	padding: 30px 0px 0px 0px;
float: left;
	width:200px;
	margin-left:25px;
}
#menu2 li {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-bottom: 1px dotted #ffffff;
	list-style-type: none;
	padding: 4px 30px 4px 0px;
	text-align:right;
}
#menu2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 900;
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
	
}
#menu2 a:hover {
	color:#000000;
}
/***************** Footer ***********************/
#footer {
	background-color:#c0607e;
	background-image:url(images/borderfooter.gif);
	height:100px;
	width:500px;
}
#footerend {
	background-image:url(images/borderfooterend.gif);
	background-repeat: no-repeat;
                 	width:959px;
	height:9px;
	display:block;
}
#payment {
	float:center;
	display:inline;
	margin: 0px 0px 0px 0px;
                  font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: 900;
	color: #000000;
	font-size: 12px;
}
#payment a {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	
}
#payment a:hover {
	color:#ffffff;
}

