/* CSS Document */

body {
	background:#afa091;
	background-image:url(doggy.jpg);
	background-position:bottom right;
	background-attachment:fixed;
	background-repeat:no-repeat;
	color:#4c6c43;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

a:link {
	color: #4c6c43;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color: #4c6c43;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color: #4c6c43;
	text-decoration:underline;
	font-weight:bold;
}
a:active {
	color: #4c6c43;
	text-decoration:none;
	font-weight:bold;
}
img {
	border:1px solid #4c6c43;
}

#leftmenu {
	position: absolute;
	left:20px;
	width:200px;
	background:#fff;
	height:450px;
}

#cleftmenu {
	position: absolute;
	left:240px;
	width:200px;
	height:450px;
	background:#fff;
}

#crightmenu {
	position: absolute;
	left:460px;
	width:200px;
	height:450px;
	background:#fff;
}
	
#rightmenu {
	position: absolute;
	left:680px;
	width:200px;
	background:#fff;
}

#anmenu {
	position:absolute;
	top:490px;
	left:20px;
	width:420px;
	height:375px;
	background:#fff;
}

#linkmenu {
	position:absolute;
	top:490px;
	left:460px;
	width:200px;
	height:375px;
	background:#fff;	
}

#rightmenu, #crightmenu, #cleftmenu, #leftmenu, #anmenu, #linkmenu {
		border:2px solid #4c6c43;
		padding-bottom:10px;
}

.comic {
	background:#fff;
	border:2px solid #4c6c43;
}

#prenext {
	background:#fff;
	border:2px solid #4c6c43;
	padding:5px;
	width:500px;
}
