@charset "iso-8859-1";
/* CSS Document */
h1, h2, h3, h4, h5, h6, p {
	margin: 5px 0 5px 0;
}
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }
h1, h2 { color: #ff4e00; }
h1 a { margin: 0 0 0 20px; font-size: 0.73em; font-weight: normal; }


a {
  color: #585858;
  text-decoration: none;
  font-weight: none;
}
a:hover {
  color: #255B00;
  text-decoration: none;
  font-weight: none;
  }
  

body{
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	background-image:url('../images/bg.gif');
	color:#525252;
	font-size: 12px;
}

.site{
	background-color:#ffffff;
	background-image:url('../images/bg.jpg');
	background-repeat: no-repeat;
	width:750px;
}
.menucol{ 
width:107px;
text-align:right;
padding: 10px 10px 0px 0px;
color:#000000;

background-image:url('../images/menubg.jpg');
	background-repeat:repeaty;
}
.menuend{ 
width:116px;
height:77px;
background-image:url('../images/menuend.jpg');
	background-repeat:norepeat;
}
.content-box {width:520px; 
	}
