@charset "utf-8";
#main1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	background-color: #FFFFFF;
	margin: 0px;
	float: left;
	height: 840px;
	width: 1500px;
	overflow: visible;
	background-repeat: repeat;
}
#menuBar {
	position: absolute;
	height: 840px;
	width: 245px;
	left: 250px;
	top: 0px;
	background-image: url(images/menuB.png);
}
#menuBar li {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	list-style-type: none;
	margin-left: 100px;
	margin-top: 30px;
	top: 50px;
	position: relative;
}

#ContBox {
	float: left;
	height: 805px;
	width: 705px;
	position: absolute;
	left: 543px;
	top: 29px;
	padding-top: 5px;
	padding-left: 10px;
}
#ContBox #inset {
	width: 500px;
	position: absolute;
	padding-left: 5px;
	padding-bottom: 15px;
	padding-top: 5px;
	padding-right: 5px;
	background-image: url(images/notebornUSA/homeCont.png);
	height: auto;
}


#ContBox #inset ul {
	font-size: 15px;
	list-style-type: none;
	font-weight: normal;
}
#ContBox #inset a {
	font-weight: bold;
	color: #0033FF;
}
#ContBox #inset a:hover {
	color: #FFFFFF;
	background-color: #FF6600;
}


h1 {
	font-size: 28px;
	color: #666666;
}
h2 {
	font-size: 20px;
	color: #666666;
}
#main1 #extras {
	float: none;
	height: 300px;
	width: 300px;
	position: absolute;
	left: 13px;
	top: 150px;
}
