/**{border:0;margin:0;padding:0;background:transparent;} */

body
{
font-family: trebuchet ms, verdana, arial, tahoma;
font-size: 80%; color: #555566;
background-color: #ffffff;
line-height: 200%;
margin-top: 0px;
background: #ffffff url('images/bg2.gif') top center repeat-x;
}

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

#header
{
height: 192px;
width:930;
margin-left:-2px;
/*background-image:url('images/sunset_cropped.JPG');*/
}

* html #header { margin-left: 0; }

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

* html #content {height:1%}
* > html #content {height:auto}

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

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

.splitleft {
background: #ffffff;
margin:auto;
width: 77%;
float: left;
/*overflow: hidden;*/
/*text-align: justify;*/
}

#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:#999999;
	font-size:1.0em;
	font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
	letter-spacing:0px;
}

#introduction ul, #introduction li {
text-align:center;
	list-style: none;
	margin: 0;
	padding: 0;
}

#introduction a {
	border-bottom: none;
	color:#999999;
}

#introduction h3{
	text-align: center;
	position:static;
}

#introduction a:link, a:visited{
	color:#999999;
}

#introduction a:hover, a:active{
	color:#5B8FBE;
}

#introduction img{
	border:none;
}

/* ~~~~~~~~~ footer ~~~~~~~~~ */
#footer
{
	text-align: center;
	height: 30px;
	background-color: #E7F2FE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 50px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	clear: both;
	
}


#footer a:link, a:visited{
	color:#5B8FBE;
}

#footer a:hover, a:active{
	color:#cccccc;
}




a:active,
a:visited,
a:link	    			{ color: #5B8FBE; text-decoration: none; }
a:hover					{ color: #999999; text-decoration: none; }

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

    #topmenu {
	position: relative;
	top: 20px;
	left: 0px;
	width: 900px;
	font-size:16px;
	margin: 0;
	line-height:normal;
	height: 40px;
	border-top: 1px dotted;
	border-bottom: 1px dotted;
      }
    #topmenu ul {
	  margin:0;
	  padding:0px 0px 0 2px;
	  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 span {
      float:left;
      display:block;
      /*background:url(images/menuright.gif) no-repeat right top;*/
      padding:5px 15px 4px 6px;
      color:#555566;
      }
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #topmenu a span {float:none;}
    /* End IE5-Mac hack */
    #topmenu a:hover span {
      color:#555566;
      }
    #topmenu a:hover {
      background-position:0% -42px;
      }
    #topmenu a:hover span {
      background-position:100% -42px;
    }
/* ~~~~~~~~~ Headings ~~~~~~~~~ */    
h1
{
	font-size: 48;
	color: #667788;
}

h2
{
	font-size: 32;
	color: #667788;
}

h3{
	color:#667788;
	font-family:geneva,arial,sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	word-spacing:4px;
	letter-spacing:3px;
	font-size:0.8em;
	font-weight:bold;
	padding:0 2px;
	margin:0;
}

hr{
	border: 0;
 	width: 80%;
}

/*~~~~~~~~~~~styles~~~~~~~~~~~~~~~*/

.style3 {
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 30px;
	display: block;
	font-size: 16px; 
	font-family: Times New Roman, serif; 
	font-weight: bold;
	text-align: center;
	line-height:100%;
	background-color: #EEEEEE;
	border: 1px dotted #a9a9a9;
}
.style4 {font-size: 16px}
.style5 {
	font-size: 12px;
	color: #CCCCCC;
}
	

/*** Image shadows ***/
/*
.photo {
background:#fff;
border:1px solid #bababa;
margin:6px 18px 2px 5px;
padding:2px;
}
*/
/*
.img-shadow {
  float:left;
  background: url('images/shadowAlpha.png') no-repeat bottom right;
  background: url('images/shadow.gif') no-repeat bottom right;
  margin: 10px 10px 10px 5px;
  }*/
  
.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -10px 10px 10px 10px;
  padding: 4px;
  }
  
