body {
	background: #0033ff url(images/body_bg2.gif) 0 0 repeat-x;
	color: #fff;
	font: .8em Verdana, Arial, Helvetica, sans-serif;
}

#container {
	background-color: #fff;
	border: 2px solid #000;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

#header { background-color: #346294; }

#content {
	background: #346294 url(images/content_bg.jpg) 0 100% no-repeat;
	color: #fff;
}

#left { color: #000; }

#nav ul {
	list-style: none;
	margin: 0 0 0 40px;
	padding: 0;
}

#nav ul li {
	margin: 0 0 5px 0;
	padding: 0;
}

#nav ul li a {
	background: #fff url(images/nav2_bg.gif) 0 0 no-repeat;
	color: #000;
	display: block;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	text-decoration: none;
	width: 151px;
}

#nav ul li a:hover { background: #fff url(images/nav1_bg.gif) 0 0 no-repeat; color: #000; }

#footer1 {
	background: #000 url(images/footer1.gif) 0 0 repeat-x;
	color: #000;
	font-size: .8em;
}

#footer2 { background: #000 url(images/footer1.gif) 0 0 repeat-x;
	 font-size: .8em; 
	 padding-left: 20px; 
	 }

h1 {
	border-bottom: 2px solid #0033FF;
	color: #346294;
	display: block;
	font-size: 16px;
	margin-left: 10px;
	width: 90%;
}

.bundle { background-color: #fff; border: 2px solid #fff; }
.bundleTop { background-color: #03f; color: #fff; font-size: 18px; text-align: center; }
.bundleBot { color: #346294; padding: 4px; }
