html,body {
	height: 100%;
}

body {
	background: #090d1b;
}

#wrapper {
	background: url(http://pivotandlevy.com/nav/greyBordersGrey.gif) repeat-y;
	min-height: 100%;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

#header {
	background: #090d1b;
	padding-bottom: 10px;
}

	#logo {
		font-size: 10px;
		font-family: verdana;
		color: #fff;
		padding-top: 42px;
	}
	
	#nav {
		padding-top: 42px;
		text-align: right;
	}
	
	#nav a {
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		text-decoration: none;
		padding-right: 12px;
	}
	
		#nav a:hover {
			text-decoration: underline;
		}
	
	
#main {
	background: #ccc;
	padding: 10px 0px 0 0px;
	margin-top: 0px;
}

#content {
	padding: 40px 0 0 40px;
	color: #666;
}

	#content h1 {
		color: #4e9fc0;
		font-size: 23px;
		font-weight: normal;
		line-height: 1.2em;
	}
	
	#content h2 {
		font-size: 22px;
		padding: 0; margin: 10px 0 5px 0;
		line-height: 1.2em;
	}
	
	#content h3 {
		font-size: 14px;
		padding: 0; margin: 10px 0 5px 0;
	}
	
	#content h2 a {
		text-decoration: none;
		font-size: 22px;
		color: #c60;
		line-height: 1.2em;
	}
	
		#content h2 a:hover {
			text-decoration: underline;
		}
	
	#content a {
		color: #c60;
		text-decoration: none;
	}
	
	#content a:hover {
		text-decoration: underline;
	}
	
	small,.postmetadata {
		font-size: 11px; color: #000;
	}
	
	#content h4 {
		font-size: 16px;
		font-weight: normal;
		margin: 10px 0;
	}
	
	#content p {
		padding: 0;
		margin-bottom: 12px;
		margin-top: 0;
	}


#whiteWithCorner {
	background: #fff url(http://pivotandlevy.com/nav/greyCornerGrey.gif) no-repeat;
}


#sidebar h3 {
	background: #c60;
	color: #fff;
	font-size: 12px;
	padding: 5px 0 5px 10px;
	margin: 40px 40px 0 0;
}

	h2.widgettitle {
		font-size: 13px;
		margin: 0px 0 0 0; padding: 0;
	}

.sidebarNavBox {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-right: 40px;
	padding: 10px;
}

	.sidebarNavBox a {
		color: #4e9fc0;
		text-decoration: none;
	}
	
	.sidebarNavBox ul {
		margin: 0 0 30px 0; padding: 0;
		list-style: none;
	}
	
	.sidebarNavBox li {
		margin: 6px 0; padding: 0;
		line-height: 1.2em;
	}
	
	.sidebarNavBox a:hover {
		text-decoration: underline;
	}
	
	.sidebarNavBox a.plainSidebarLink {
		color: #4e9fc0;
		display: inline;
		padding: 0;
	}
	.sidebarNavBox a.plainSidebarLink:hover {
		background: none;
		text-decoration: underline;
	}
	.navOn {
		background: url(http://pivotandlevy.com/nav/subnavArrow_on.gif) 0 4px no-repeat;
		font-weight: bold;
	}

