/* CSS Document for nicetryproductions.com */
/* Created by Douglas Thigpen - Nice Try Productions */

a { 
	color : #0000FF; 
	text-decoration : none;
}

a:hover {
	color:#FF0000;
}

body {
	background-color: #FFFFFF;
	margin: 0;
}

div.shell {
	position:absolute;
	width:1000px;
	margin-left:-500px; 
	left:50%;
	z-index:0;
}

div.header {
	position:absolute;
	width: 1000px;
	height: 130px;
	top:0px;
	left:0px;
	background-color:#122851;
	z-index: 1;
}

div.sidenav {
	position:absolute;
	top:130px;
	left:0px;
	width:150px;
	background-color:#FFFFFF;
	margin-left:5px;
	margin-top:10px;
	z-index: 2;
}

div.content {
	position:absolute;
	top:130px;
	left:155px;
	width:805px;
	background-color:#FFFFFF;
	margin:20px;
	overflow:auto;
	z-index: 1;
}