body {
	font-family: Kabob, Tahoma, sans-serif; 

	font-size: 14pt;

	color: #FFE4B5; /*moccasin*/

	background-color: #2A4C31; /*DarkGreen*/

	border: none;
}


#header {

	padding: 1px;

	font-size: 70px;

	color: #2A4C31;

	background: #FFE4B5;

	border-style: ridge; 

	border-width: 5px;

	border-color: #FFE4B5;

}


#navigation {

	float: right;

	width: 30%;
		
}

#navbar {

	color: #FFE4B5;
	
	font-size: 18px;
	
	line-height: 20px;
	
	text-align: center;
	
	letter-spacing: 10px;
	
	margin-top: 15px;	

	margin-bottom: 15px;
	
}


#navbar a {

	text-align: center;	

	padding: 5px 2px 5px 12px;

	background-color: #6b6c5a;

	color: #FFE4B5;

	text-decoration: none;

	margin: 5px;

	border: outset 2px #FFF;

}


#navbar a:visited {

	color: #FFE4B5;

	text-decoration: none;

}


#navbar a:hover {

	color: #FFF;

	background: #1A578B;

	text-decoration: none;
	
	border: inset 2px #1A578B;

}



#comic {

	position: relative;

	float: left;

	width: 65%;

	border: 0;
	
}


#content {

	position: relative;
	
	border: 2px inset #2A4C31;

	background: #6b6c5a;

	margin-right: 5px;

	padding: 5px;
	
	float: right;

	width: 33%;	

}


#footer {

	font-family: Arial, sans-serif;

	clear: both;

	font-size: small;
}


a:link {

	color: #000; 
	
	text-decoration: none; 
	
	background-color: transparent 

	border: none;

}

a:visited { 
	
	color: #000; 
	
	text-decoration: none; 
	
	background-color: transparent 

}

a:hover { 

	color: #DFDFDF; 

	text-decoration: underline; 

	background-color: transparent 

}

a:active { 

	color: #DFDFDF; 

	text-decoration: none; 

	background-color: transparent 

}