span {
	display: none;
}

html { 
	background: #000000 url('../image/tile_27.jpg') repeat-x;
	background-attachment: fixed;	
}

body {
	width: 800px;
	margin: auto;
	border-bottom: 1px solid #FF9900;
	border-left: 1px solid #FF9900;
	border-right: 1px solid #FF9900;
	/*font-family: sans-serif;*/
	font:x-small Sans-Serif;
  font-size/* */:/**/small;
  font-size: /**/small;
	font-size: 14px;
	line-height:1.6em;
	color: #ECECEC;
	background-color: #000000;
}	
	
#splash {
	width: 800px;
	height: 560px;
}

#banner {
	width: 800px;
	height: 150px; 
	background-image: url('../image/banner_04.jpg');
}

#sub {
	width: 200px;
	/*background: #000000;*/
	float:left;
	margin-left: 10px;
	}
#sub h3 {
	background: black;
	margin-top: 0;
	padding-top: 10px;
	font:bold 78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#ECECEC;
	/*padding-bottom: 10px;*/
	/*border-bottom: dotted #ECECEC 1px;*/
}
#links {
	border-bottom: dotted #ECECEC 1px;
	padding-bottom: 10px;
}

#nav {
	height: 50px;
	background-image: url('../image/navbar_03.jpg');
}

#choose {
	width: 550px;
	/*background: gray;*/
	float: right;
	margin-right: 10px;
	padding-bottom: 50px;
}
/*#choose ul {
	list-style: none; 
	margin: auto; 
	padding: 0;
}*/
#choose p {
	width: 550px;
	border-bottom: dotted #ECECEC 1px;
	margin-top: 0px;
	margin-left: -50px;
}
#choose h3 {
	background: black;
	margin-top: 0;
	padding-top: 10px;
	font:bold 78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#ECECEC;
	/*padding-bottom: 10px;*/
	/*border-bottom: dotted silver 1px;*/
}

#media {
	padding-bottom: 0px;
	margin-left: -50px;
}

#choose2 {
	width: 550px;
    /*background: gray;*/
	float: right;
	margin-right: 10px;
	padding-bottom: 50px;
}
#choose2 ul {
	list-style: none; 
	margin: auto; 
	padding: 0;
	margin-left: -50px;
	border-bottom: dotted silver 1px;
}
#choose2 li {
	width: 550px;
	
	padding-top: 0px;
	padding-bottom: 0px;
	/*margin-left: -50px;*/
}

#choose2 h3 {
	background: #000000;
	margin-top: 0;
	padding-top: 10px;
	font:bold 78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#ECECEC;
	/*padding-bottom: 10px;*/
	/*border-bottom: solid silver 1px;*/
}
#choose2 h4 {
	margin-top: 10px;
	margin-bottom: 5px;
	
}

#content {
	width: 500px;
	padding-left: 50px;
}
#content2 {
	width: 650px;
	padding-left: 25px;
}
	




	
h1 {background: #898989;}
h2 {background: #898989;}
h3 {background: #898989;}

/*In case I figure out how to control image borders on multiple browsers.*/
/*a img {
border: silver;
}
EDIT: figured it out :-)*/
.image {
border:1px; border-thickness: 1px; border-color: silver; border-style: solid;
}
a {text-decoration:none;
}
a:link {color: silver;
}
a:link .image {border-color: silver;
}
a:visited {color: silver;
}
a:visited .image {border-color: silver;
}
a:active {color: green;
}
a:active .image {border-color: green;
}
a:hover {color: red;
}
a:hover .image {border-color: red;
}

/*#enter {
	width: 800px;
	height: 50px;
	background-image: url('../image/navbar_03.jpg');
	margin: auto
}*/

#footer {
	border-top: 1px solid #FF9900;
	background: url('../image/tile_28.jpg') repeat-y; 
	font-size:9px;
	width: 800px;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: auto;
	clear: both;
}
#footer p {
	margin: 0;
	}