
body {
  margin: 0;
  background: #ff6600;
	text-align: center;
	font-family: Tahoma;
	color: #666666;
	font-size:12px;
}

#container {
  width: 1000px; /* page width, when changed, look at #sidebar-left margin */
  margin: 10px auto;
  text-align: left;
 /*	border:50px solid #ff6600;
	border-top:10px solid #ff6600; */
border:1px solid #de5a03;
border-bottom:0;
}

#wrapper {
background:#ffffff;
  float: left;
  width: 100%;
}

#header {
  height: 120px;
	background: #fff url('../images/headerbg.gif') no-repeat right top; 
}

#menu {
clear:both; 
margin:0 5px;
padding:3px; 
text-align:center; 
border-top: 2px solid #ff6600;
border-bottom: 2px solid #ff6600;
background-image: url('../images/menubg.gif');
background-repeat:repeat-x;
}

#main {
  
	/* min-height hack for IE6 */
  min-height: 250px;
  height: auto !important;
  height: 250px;
	padding:10px;
}

#footer {
  clear: left;
  width: 100%;
  height: 50px;
	background-image: url('../images/footerbg.gif');
  color: #fff;
}


.clear {
clear:both;
}


h1 {
font-family: Trebuchet MS;
		font-size:20px;
		color: #000;
		margin:3px 0 ;
		font-variant: small-caps;
}
h2 {
font-family: Trebuchet MS;
		font-size:16px;
		color: #ff6600;
		margin:3px 0 ;
		font-variant: small-caps;
}
h3 {
font-family: Trebuchet MS;
		font-size:14px;
		color: #ff6600;
		margin:3px 0;
		font-variant: small-caps;
}
h4 {
font-family: Trebuchet MS;
		font-size:14px;
		color: #000;
		margin:3px 0;
		font-variant: small-caps;
}

a:link {
	color: #000099;
  text-decoration:underline;
}
a:visited {
	color: #000099;
  text-decoration:underline;
}
a:hover {
	color: #0000ff;
  text-decoration:underline;
}



	.button {
	font-family: Trebuchet MS;
	font-variant: small-caps;
	font-size: 20px;
	font-weight:bold;
   color: #ff6600;
   text-decoration:none;
   margin-right:80px;
   }
   .button:link {
   color: #ff6600;
   text-decoration:none;
   margin-right:80px;
   }
   .button:visited {
   color: #ff6600;
   text-decoration:none;
   }
   .button:hover {
   color: #000000;
   text-decoration:none;
   }


