* { padding: 0; margin: 0; }

#wrapper { 
	margin: 0 auto;
	width: 800px;
	}

#header {
	width: 780px;
	padding-top: 10px;
	margin: 0px 0px 0px 0px;
	}

#navigation {
	width: 802px;
	float: left;
	background: #FFFFFF url("../../images/bg.gif") repeat-x bottom;
	font-size: 92%;
	line-height: normal;
	}

#navigation ul {
	margin: 0;
	padding: 10px 10px 0;
	list-style: none;
	}

#navigation li {
	float: left;
	background: url("../../images/left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
	}

#navigation a {
	float: left;
	display: block;
	background: url("../../images/right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #00264a;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a {
	float: none;
	}
/* End IE5-mac hack */

#navigation a:hover {
	color: #000000;	
	}

#navigation #current {
	background: url("../../images/left_on.gif");
	border-width: 0;
	}

#navigation #current a {
	background: url("../../images/right_on.gif") no-repeat right top;
	padding-bottom: 5px;
	color: #000000;
	}

#navigation img {
	float: right;
	margin: -10px 0 0 0;
	display: inline;
	}

#content { 
	width: 780px;
	color: #333333;
	border-left: 1px solid #90a0b0;
	border-bottom: 1px solid #90a0b0;
	border-right: 1px solid #90a0b0;
	background: #d9e5e3;
	margin: 32px 0 5px 0px;
	padding: 10px;
	height: 375px;
	display: block;
	}

#rightColumn {
	float: right;
	width: 230px;
	}

#login {
	background: url("../../images/TNSlogin.jpg") 0px 0px no-repeat;
	height: 288px;
	width: 225px;
	font-size: 98%;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	color: #FFFFFF;
	}
	
#tnsRocks {
	background-image: url("../../images/TNSez.jpg");
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 58px;
	width: 215px;
	margin-top: 10px;
	margin-left: 10px;
	}
	
#footer { 
	width: 780px;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background: #00264a;
	margin: 0px 0px 10px 0px;
	padding: 10px;
	text-align: center;
	font-size: 93%;
	}