@charset "UTF-8";
body, html {
	background-color: #B08C58;
	margin: 0px;
	padding: 0px;
	background-image:url(resources/bg2.gif);
	background-position:center top;
	
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 24px;
	text-align: justify;
	color: #373737;
}
img{
	border:0px;
}
a{
	color: #603;
	text-decoration:none;
}
a:hover{
	color: #B08C58;
	text-decoration: underline;
}
.main{
	background-image:url(resources/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	min-height:1000px;
 	height:auto !important;
 	height:700px;
}
.footer{
	height:200px;
	background-image:url(resources/footer.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: justify;
}
.footercontain{
	height:210px;
	background-image:url(resources/bgacross.gif);
}
.footerfloat{
	width:400px;
	float:left;
	margin-left:20px;
}
.footerfloat2{
	width:260px;
	float:left;
	margin-left:80px;
}
.footerpad{
	width:780px;
	margin:auto;
	padding-top:40px;
}
.small{
font-size: 10px;
}
.MainCenter{
	padding:70px;
	padding-top:0px;
	width:750px;
	margin:auto;
}
.nav{
	height:240px;
	width:900px;
	margin:auto;
	position:relative;
}
.placeholder{
	width:135px;
	height:236px;
	background-image:url(resources/placeholder.gif);
	float:left;
	margin-right:20px;
	margin-top:5px;
}
.av{
	width:135px;
	height:152px;
	background-position:right top;
	background-image:url(resources/adminav.jpg);
	background-repeat:no-repeat;
	margin-right:20px;
	margin-top:5px;
}
.text{
	margin-right:20px;
	margin-top:5px;
}
.avholder{
	float:left;
	width:135px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-align: right;
}
.larger{
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	padding-bottom: 10px;
	color: #302718;
}
.larger2{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	padding-bottom: 10px;
	color: #302718;
}
.navin{
	position:relative;
	height:101px !important;
	height:124px;
}
.buttons{
	position:absolute;
	width:284px;
	height:33px;
	right: 0px;
	bottom: 139px;
}
.buttons li{
	display:inline;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin-left:15px;
}
.hr{
width:774px;
height:1px;
margin:auto;
margin-top:25px;
margin-bottom:25px;
background-image:url(resources/hr.gif);
line-height:0px;
}
.textholder{
	margin-left:150px;
	margin-top:40px;
	margin-bottom:40px;
}
.clearer{
	clear:both;
}
.headbutton{
	padding-top:60px;
	padding-left:40px;
	width:300px;
	height:50px;
	position:relative;
}
.headbutton a{
	position:absolute;
	bottom:-5px;
	right:-1px;
	width:300px;
	height:50px;
}
.comicbuttonholder{
	margin:20px;
}

.comicbuttonholder img{
	margin-right:10px;
	margin-bottom:10px;
}
.stripe{
	background-image:url(resources/stripe.jpg);
	background-color: #B08C58;
	background-position:center;
	background-repeat:repeat-y;
}
.comiclist{
	padding:30px;
}
.comiclist img{
	margin: 4px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.adbox{
	position:absolute;
	width:200px;
	height:54px;
	right:-11px;
	bottom:-2px;
	margin-right:10px;
	background-color:#FAFAFA;
}
.ad{
	height:75px;
	width:180px;
	background-color:#CCCCCC;
	margin:auto;
	margin-top:10px;
}
.donatebox{
	position:absolute;
	width:122px;
	height:47px;
	right:20px;
	bottom:42px;
	margin-right:10px;
	background-color:#FAFAFA;
}
.donate{
	height:47px;
	width:122px;
	background-color:#FAFAFA;
	margin:auto;
	margin-top:10px;
}
.sidebar1{
	position:absolute;
	width:200px;
	height:200px;
	right:auto;
	bottom:auto;
	margin-right:0px;
	left: -5px;
	top: 0px;
}
.sidebar2{
	position:absolute;
	width:200px;
	height:200px;
	right:auto;
	bottom:auto;
	margin-right:0px;
	left: 701px;
	top: 0px;
}
.sidebar3{
	position:absolute;
	width:200px;
	height:55px;
	right:-10px;
	bottom:3px;
	margin-right:10px;
}
.sidebar4{
	position:absolute;
	width:499px;
	height:57px;
	right:247px;
	bottom:13px;
	margin-right:10px;
}
.archives{
	position:absolute;
	width:186px;
	height:57px;
	right:-11px;
	bottom:-61px;
	margin-right:10px;
}
.comictitlebar{
	position:absolute;
	width:200px;
	height:61px;
	right:247px;
	bottom:-3px;
	margin-right:10px;
}
.mainContent{
	position:absolute;
	width:537px;
	height:723px;
	right:auto;
	bottom:auto;
	margin-right:0px;
	left: 182px;
	top: 0px;
}
.fltrt{ /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft{ /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.container{
	height:725px;
	width:900px;
	margin:auto;
	position:relative;
} 
