body
{
	font-family: trebuchet ms, verdana, arial, tahoma;
	font-size: 80%;
	color: #FFB100;
	background-color: #ffffff;
	line-height: 150%;
	margin-top: 0px;
}

#border
{
	border: 0px;
	width: 800px;
	background-color: #FFFFFF;
	background:url('images/backround.gif') no-repeat;
	margin: 0 auto;
}

#header
{
height: 140px;
border-bottom: 1px solid #FFB100; 
background-image:url('images/header.jpg');
}

#content
{
padding: 0.5em 1em;
max-width: 740px;
background-color: #FFFFFF;
}

#container
{
width: 770px;
margin: 0px auto;
background-color: #ffffff;
border: 0px solid #FFB100;
}

.splitright {
background: #ffffff url('images/menu.gif') top center no-repeat;
width: 25%;
float: right;
overflow: hidden;
text-align: center;
}

.splitleft {
	background: #ffffff;
	margin:auto;
	width: 72%;
	height: 379px;
	float: left;
	overflow: visible;
	text-align: left;
	color: #666;
}


#introduction{
	float:right;
	width:180px;
	padding:0px 0px;
	margin:20px 0 20px 20px;
	background: url(images/menu.gif) no-repeat;
	text-align:center;
	line-height:1.5em;
	;color:#FFB100;
	color:#004696;
	font-size:1.0em;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	letter-spacing:0px;
}
a:hover					{ color: #999999; text-decoration: none; }

/* ~~~~~~~~~ PROPS FOR THE MENU GO OUT TO EXPLODING-BOY.COM ~~~~~~~~~ */

    #topmenu {
	position: relative;
	top: 1px;
	left: 15px;
	width: 599px;
	font-size:93%;
	margin: 0;
	line-height:normal;
	height: 45px;
      }
    #topmenu ul {
	  margin:0;
	  padding:0px 0px 0 0px;
	  list-style:none;
      }
    #topmenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #topmenu a {
      float:left;
      background:url(images/menuleft.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #topmenu a span {
      float:left;
      display:block;
      background:url(images/menuright.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#004696;
      }
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #topmenu a span {float:none;}
    /* End IE5-Mac hack */
    #topmenu a:hover span {
      color:#FFB100;
      }
    #topmenu a:hover {
      background-position:0% -42px;
      }
    #topmenu a:hover span {
      background-position:100% -42px;
    }
/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1
{
	font-size: 16px;
	color: #004696;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
}
/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h2
{
	font-size: 18px;
	color: #004696;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: normal;
}
