/* choose a suitable font and center the #container div in Internet Explorer */
body {
	text-align:center;
	font-family: "Trebuchet MS",sans-serif;
	font-size:76%;
	background-color:#666666;
	width: 770px;
	border: 0;
	padding: 0;
	
   }
 #banner{
	/*color: #333333;*/
	width: 770px;
	background-position: center;
	/* background-attachment: inherit; */
	background-repeat: no-repeat;
	}
#wrapper {
	width: 770px;
background-color: #666;
	height: 450px;
	text-align: left;
	font-style: normal;
	/*color: #9C3;z-index: 1;border: 1px solid #000;margin: 10px auto;line-height: 10px;*/
	font-family: "Trebuchet MS",sans-serif;
	
}
	
#nav {
	font-family: "Trebuchet MS",sans-serif;
	width:770px;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	background-color: #000;
	border-bottom: 1px solid #000;
	text-align:left;
}	
#nav ul{
	padding:0;
	margin:0;
	list-style-type: none;
	font-weight: bold;
	font-size: x-small;
	text-indent:15px;
	text-decoration: none;
	background-color: #000;
	line-height: 20px;
	}
#nav ul li {
	display:inline;
	padding:0;
	margin:0;
	display: inline;
	padding: 0;
	border-bottom-color: #F90;
	}
#nav ul li a{
	padding:0;
	margin:0;
	color: #FFF;
	font-size: x-small;
	background-color: #000;
	text-decoration: none;
	padding: 0 25px 0 25px;
	text-align: center;
	width: 9em;
	display: inline;
	}
#nav ul li a:hover, nav ul li a:focus{
	/* background-color: #F90; */	
	border-bottom-style: 3px solid;
	border-bottom-color: #F90;
}
#nav ul li a:active, nav ul li a:focus{
	background-color: #333;
}

/*The container box for the gallery.
#container {
	position:relative;
	width:700px;
	height:400px;
	border:1px solid #aaa;
	line-height: 20px;
    }
*/
#content {
	color:#999;
	width: 755px;
	background-position: center;
	font-family: "Trebuchet MS",sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	text-align: left;
	/*white-space: pre;*/
	display: block;
	padding: 0px;
	padding-top: 10px;
	background-color: #FFF;
	/*height: 650px;*/
	margin-left: 0px;
	margin-right: 0px;
}

#leftcontent {
	font-family: "Trebuchet MS",sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #333;
	background-color: #FFF;
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: left;
	margin:0px;
	width: 280px;
	float: left;
	margin-left: 0px;
}

#smallcol {
	font-family: "Trebuchet MS",sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	color: #333;
	background-color: #FFF;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: left;
	margin:0px;
	width: 150px;
	float: left;
	margin-left: 0px;
}

#centercontent {
	font-family: "Trebuchet MS",sans-serif;
	font-size: 12px;
	font-style: oblique;
	background-color: #FFF;
	text-align: left;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	float: left;
	margin-left: 3px;
	width: 220px;
	color: #3D54BC;
	line-height: 1.em;
	line-height: 2em;
}
#rightcontent {
	font-size: 22px;
	font-style: normal;
	line-height: 24px;
	color: #FFF;
	background-color: #F69;
	text-align: left;
	text-indent: 5px;
	padding-top: 30px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: right;
	width: 215px;
	height: 430px;
	margin:0;
	}		

#footer {
	clear: both;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-style: normal;
	color: #FFF;
	background-color: #666;
	/*clear: both;*/
	text-transform: uppercase;
	text-align: left;
	/*padding-left: 20px;*/
	background-position: center;
	text-decoration: none;	
	padding-left: 15px;
	padding-top: 1em;
}
#footer h6 {
	color:#FFF;
	font-family: "Trebuchet MS",sans-serif;
	font-size: small;
	line-height: 14px;
	border-bottom:1px solid;
	/*padding-left: 5px;*/
	padding-bottom: 1px;
	}
	
/* Removing the list bullets and indentation */
#container ul {
    padding:0; 
    margin:0; 
    list-style-type:none; 
    }
/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#fff;
    }
.form {
	background-color:#EAE9B6;
	font-family: "Trebuchet MS";
	font-size: 12px;
	border-color: #FE9800;
	float: left;

	border: 1px;
	text-align: left;
	display: inline;
	text-indent: 0px;
	padding: 2px;
}
.links {
	color: #9CF;
	font-family: "Trebuchet MS";
	list-style-image: none;
}