/* CSS Document */
body,
html {
	background-color:#000000;
	color: #333333;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:12px;
	margin:0;
	padding:0;
}

body {
	min-width:800px;
	}
	
#wrapper {
	background-color:#000000;
	width: 800px;
	padding: 10px 0 10px 0;
	margin: 0 auto;

}

#wrapper2 {
	background-color:#000000;
	width:800px;
	margin: 0 auto;
	padding: 0 0 0 0;
	}

#banner {
	width:800px;
	height: 150px;
	background-image: url(images/jk-banner.jpg);
	background-position:left;
	background-repeat:no-repeat;
	clear:both;
	
	}
	
#banner a {
	color:#471112;
	text-decoration:none;

}

#banner a:hover {
	color:#471112;
	text-decoration:underline;

}

#nav {
	width:800px;
	clear:both;


}



#MainCont {
	background-color:#000000;
	width: 800px;
	text-align:left;
	float:right;
	padding:10px 0px 10px 0px;
	
		
	}
	
#MainCont h1 {
	font-family: Courier New, Courier, mono;
	font-size:22px;
	color:#471112;
	text-transform:uppercase;
	font-weight:bold;
	}

#MainCont h2 {
	font-size:16px;
	color:#663300;
	text-decoration:underline;
	}
	
#MainCont h3 {
	font-size:14px;
	color:#663300;
	font-style:italic;
	}

#MainCont a {
	color:#471112;
	font-weight:bold;
	text-decoration:none;
	}

#MainCont a:hover {
	text-decoration:underline;
	}
	
	
#MainCont2 {
	background-color:#000000;
	width: 800px;
	text-align:left;
	padding:10px 0px 20px 0px;
		
	}
	
#MainCont2 h1 {
	font-family: Courier New, Courier, mono;
	font-size:22px;
	word-spacing:-5px;
	color:#471112;
	text-transform:uppercase;
	font-weight:bold;
	}

#MainCont2 h2 {
	font-size:16px;
	color:#663300;
	text-decoration:underline;
	}
	
#MainCont2 h3 {
	font-size:14px;
	color:#663300;
	font-style:italic;
	}

#MainCont2 a {
	color:#471112;
	font-weight:bold;
	text-decoration:none;
	}

#MainCont2 a:hover {
	text-decoration:underline;
	}
	
#Resume {
	background-color:#ffffff;
	width: 650px;	
	text-align:left;
	float:right;
	padding:10px 4px 10px 6px;
	
		
	}
	
#SideCont {
	background-color:#ffffff;
	width:280px;
	height: inherit; 
	float:left;
	padding:10px 3px 10px 7px;
	}
	
#SideCont h2 {
	font-size:12px;
	color:#471112;
	}
	
#SideCont h3 {
	font-size:10px
	}

#SideCont ul {
	list-style-image:url(images/li.gif);
	}

#SideCont li {
	background-position:0 0 0 0;
	background-repeat:no-repeat;
	padding:3px 0 15px 0;
	font-size:14px;
	font-weight:bold;
	}

#SideCont a{
	color:#000066;
	text-decoration:none;
	}	

#SideCont a.hover {
	text-decoration:underline;
	}	

#SideCont2 {
	width:280px;
	height: inherit; 
	float:left;
	}

	
#SideCont2 h2 {
	font-size:12px
	}
	
#SideCont2 h3 {
	font-size:10px
	}

#SideFeature {
	border-bottom: 1px dashed #666666;
	}
	
#SideFeature a {
	color:#471112;
	font-weight:bold;
	text-decoration:none;
	}

#SideFeature a:hover {
	text-decoration:underline;
	}
	
#footer {
	background-color:#000000;
	clear:both;
	text-align:center;
	font-size:10px;
	padding: 5px;
	}
	
#footer a {
	color:#471112;
	font-weight:bold;
	text-decoration:none;
	}

