/* timtsun.css */ 

body {
	  padding: 0px;
	  margin: 0px;
	  background: #7893a1;
	  min-width: 760px;
	  max-width: 900px;
	  }


#footer {
		 font: .8em verdana, arial, helvetica, sans-serif;
		 clear: both;
		 margin-left: 140px;
		 margin-top: 100px;
		 }
		 
#content {
		  position: relative;
		  font: .8em arial, helvetica, sans-serif;
		  margin-left: 140px;
		  margin-top: 0;
		  }
		  
#content img {padding: 0 2px;}

#container {background-color: #afc8c5; padding-bottom: 10px;}

#time {padding: 3px; background-color: #dec7f3; text-align: center;}
		  
h3 {background-color: #dec7f3; padding: 5px; text-transform: uppercase; text-align: right;}

a {text-decoration: none;}
		  
img {border: 0;}


	
/* Navigation Bar */     

ul#nav {
		margin-left: 0;
		margin-top: 0;
		padding-left: 0;
		list-style-type: none;
		float: left;
		position: absolute;
		background-repeat: repeat;
		}

ul#nav a {
		  display: block;
		  text-decoration: none;
		  font: bold .6em verdana, arial, sans-serif;
		  color: #0F2757;
		  background: #74D2F1;
		  padding: 1em 2em;
		  border-bottom: 1px dotted black;
		  border-right: 1px solid black;
		  width: 8em;
		  }


ul#nav a:hover {
                background: #768E83;
                color: #000;
                }

ul#nav li {
	       display: inline;
	       }

/* End of Navigation Bar */ 
	  