/* shizenstyle.css 
   Written by Brandon Heuser - integraldesigns.ca
   May 2009         
*/

/* Object Placement */

#page{
	position: relative;
	margin: auto;
	width: 966px;
	height: 100%;
	clear: both;
}

#content {
	position: absolute;
	top: 158px;
	left: 396px;
	width: 540px;
	height: 342px;
	text-align: justify;
}

#content_bio {
	position: absolute;
	top: 133px;
	left: 396px;
	width: 560px;
	height: 460px;
	text-align: justify;
}

#jchar{
	position: absolute;
	top: 226px;
	left: 332px;
	width: 46px;
	height: 158px;
	display:inline;
}

#topnav{
	position: absolute;
	top: 54px;
	right: 2px;
	width: 635px;
	background-color: #FF0000;
}

#lownav{
	position: absolute;
	top: 537px;
	right: 4px;
	z-index: 0;
	height: 126px;
	width: 500px;
	display:inline;
}

#copyright{
	position: absolute;
	left: 653px;
	top: 685px;
	font-style:italic;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	display:inline;
}


/* Styling */

html{
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}


body{
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	background-color: #dbe5c8;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Define link styles */
a:link{
	color: #6600CC;  
	text-decoration: none;
	font-weight: bold; 
}

a:visited{
	color: #6600CC;  
	text-decoration: none;
	font-weight: bold; 
}

a:hover{
	color: #444444; 
	text-decoration: underline; 
	font-weight: bold; 
}

a:active{
	color: #444444; 
	text-decoration: underline;
	font-weight: bold; 
}

/* Set Other Styles */

img{
	border:none;
}

