html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #CECECE;
	font-weight: bold;
	text-decoration: none;
}

.menu
{
	border : 1px solid white;
	width: 102px;
	text-align: center;
	height: 30;
}
a:hover {
	color: #FF7F00;
	
}
.left {
	float: left;
}
.center{
	text-align:center;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #000000 url(images/logo.jpg) repeat;  	
	background-attachment: fixed;			
	text-align: center;
	font: 14px arial, sans-serif;
	color: #CFCECC;
	

}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;

}


/** Right **/
#nav {
 background: url(images/header.jpg) no-repeat;
 height: 120px;
}


#nav li {
 float: left;
 border-right: 1px solid #A26A6B;
 padding: 70px 35px 15px 15px;
 list-style: none;
}

#nav a {
 align: center;
 color: #CECECE;
 font: 12px arial, sans-serif;
 font-weight: normal;
}
 



/** Body **/
#bdy {
background: url(images/body_bg.jpg) repeat-y;
 
 
}
#body-center{
padding: 36px 39px 19px 39px;

}

#body-top {
 background: url(images/body_top.jpg) no-repeat;
  
}
#body-bot {
 background: bottom left url(images/body_bot.jpg) no-repeat;

}

#body h2 {
 font: 14px "Times New Roman", serif;
}
#body h2 strong {
 color: #660505;
 font-weight: normal;
 font-size: 18px;
}
#body h3 {
 font: 14px "Times New Roman", serif;
 color: #660505;
 margin-top: 1.4em;
 margin-bottom: 1.1em;
}
#body h4 {
 color: #660505;
}
#body .left {
 margin: 0 26px 0 0;
}

/** footer **/
.body-hr {
 clear: both;
 height: 20px;
 background: bottom left url(images/body_hr.jpg) no-repeat;
 margin:20px 0px;

}

#footer-1 {
  float: left;
  width: 130px;
  padding-right: 40px;
  margin-top: 5px;
  
  font: 14px "times new roman", serif;
  color: #660505;
  text-align: center;
}
#footer-1 strong {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
#footer-2 {
  float: left;
  width: 130px;
  margin-left: 20px;
  font: 18px "times new roman", serif;
  color: #000;
  line-height: 34px;
  margin-top: 5px;
}
#footer-2 .left {
  margin-right: 30px;
}
#footer-3 {
  float: left;
  width: 135px;
  margin: 0;
  font: 14px "times new roman", serif;
  color: #000;
  text-align: center;
  margin-top: 5px;
}
#footer-3 .left {
  margin-right: 30px;
}

