/* DARK GOLD #D19501 */
/* LIGHT GOLD #FAE96C */
/* BLUE #0000FF */
/* OFF BLUE #A3B5D3 */

body {  }

body, div, p, span, table, tr, td, th {
	font-family: Tahoma;
	font-size: 12px;
}

#container {
	width: 900px;
	background-image: url('img/main.jpg');
	background-repeat: repeat-y;
}

#topBar {
	width: 900px;
	height: 240px;
	background-image: url('img/top.jpg');
	background-repeat: no-repeat;
}

#navBar {
	width: 900px;
	height: 31px;
	background-image: url('img/nav.jpg');
	background-repeat: no-repeat;
	margin: 0px;
}
#navBar a
{
	color: white;
	font-family: Arial;
	text-decoration: none;
	font-style: italic;
	padding: 0px 4px;
}


#navInner {
	margin: 0px 60px;
}

#mainDrag {
	margin: 0px 50px;
}

#sp {
	float: left;
	width: 43px;
	height: 20px;
}

#twoWeeks {
         float: left;
	border-style: solid;
	border-color: #A3B5D3;
	border-width: 0px 2px 2px 2px;
	margin: 0px 7px 0px 0px;
}

#twLabel {
	position: relative;
	left: 80px;
}

#twOuter {
	width: 200px;
	  min-height:270px;
	background-color: #FAE96C;
	margin: 0px 6px 5px 4px;
}

#twInner {
	padding: 8px;
	  min-height:270px;
	position: relative;

}

#content {
	margin: 0px 5px 5px 265px;

	  min-height:270px;
	  height:auto;


}

#contentInner {
	padding: 10px;

	  min-height:100px;
	  height:auto;

}


#bottomBar {
	width: 900px;
	height: 160px;
	background-image: url('img/bottom.jpg');
	background-repeat: no-repeat;
	clear: both;
}

/* IE ONLY */