/* Text Modifiers */
hr
	{
	width:80%;
	}
body
	{
	color:#FFFFFF;
	background: url("http://jcnash.com/graphics/testback.jpg") gray 50% repeat fixed;
	height:100%;
	padding:0;
	margin:0;
	}
a
	{
	color:#fffc00;
	text-decoration:none;
	}
h1
	{
	color:#999999;
	}

/* Classes */
.ie-center 
	{
	text-align:center;
	}
	.darkentop
	{
	position:absolute; 
	left:0; 
	top:0; 
	width:100%;
	height:500px;
	padding:0;
	margin:0;
	background-image:url('http://jcnash.com/graphics/darkentop.png');
	background-repeat:repeat-x;
	}
	.darkenbottom
	{
	position:absolute; 
	left:0; 
	bottom:0; 
	width:100%;
	height:500px;
	padding:0;
	margin:0;
	background-image:url('http://jcnash.com/graphics/darkenbottom.png');
	background-repeat:repeat-x;
	}
	.all 
		{
		position:relative;
		text-align:left;
		margin-left:auto;
		margin-right:auto;
		height:auto;
		width:770px;
		padding:5px;
		}
		.top 
			{
			position:relative;
			float:left;
			height: 135px;
			width:770px;
			border:#CCCCCC 1px solid;
			}
		.nav 
			{
			position:relative;
			float:left;
			height:26px;
			width:770px;
			border:#CCCCCC 1px solid;
			}
			.nav1, .nav2, .nav3, .nav4, .nav5 
				{
				position: relative;
				float:left;
				margin-right:15px;
				height: 14px;
				color:#333333;
				width: 139px;
				background:#000000;
				text-decoration:none;
				}	
		.desc
			{
			position:relative;
			float:left;
			background: url(../graphics/desc.jpg) center no-repeat;
			height: 40px;
			width:770px;
			border:#CCCCCC 1px solid;
			}
		.main
			{
			position:relative;
			float:left;
			border:#CCCCCC 1px solid;
			height: auto;
			width:770px;
			background:#333333;
			}
		.blog
			{
			padding:10px;
			}
			.archive
				{
				text-align:center;
				}
		.comment
			{
			position:absolute;
			left: 773px;
			top: 0px;
			width:200px;
			height:800px;
			overflow-y:scroll;
			overflow-x:hidden;
			border:1px solid #CCCCCC;
			background:#333333;
			text-align:left;
			float:right;
			padding:2px;
			}
			.commenttext
				{
				border:1px solid #CCCCCC;
				}
		.addcomment
			{
			position:absolute;
			left:773px;
			top: 805px;
			width:200px;
			height:27px;
			border:1px solid #CCCCCC;
			background:#333333;
			text-align:center;
			float:right;
			}
		.copy
			{
			position:relative;
			float:left;
			top:10px;
			height: auto;
			width: 770px;
			color:#FFFFFF;
			}
			.copyright 
				{
				position:relative;
				float: right;
				}
			.copyleft 
				{
				position:relative;
				float: left;
				}
