/* dskelly.com items below */

/*	item on the navigation bar */
.navItemHeader {
	padding: 3px;
	font-weight: bold;
	background-color: #1e2a40;
	color: white;
}

.navItem {
	padding: 3px;
	padding-left: 15px;	
}

.linkNavigation {
	left: 87px;
}

.mainOutlineDiv {
	position: absolute;
	top: 50px;
	left: 280px;
	right: 50px;
	border: solid 5px #1e2a40;
	padding: 10px;
	text-align: left;
	background-color: white;
/*	display: table;	*/
	
	border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
}