@charset "UTF-8";

body {
	background: url(../images/bg.gif);
	margin: 0;
	padding: 0;
	}

#header {
	background: url(../images/swirls.jpg) no-repeat;
	width: 990px;
	height: 130px;
	margin: 1px;
	float: left;
	}

#menu {
	width: 990px;
	margin-top: -45px;
	margin-left: 20px;
	float: left;
	}

img.menubar {
	padding-right: 20px;
	}

#content {
	width: 99%;
	margin: 0px;
	margin-top: -5px;
	height: 600px;
	padding: 5px;
	float: left;
	border-top: 5px solid rgb(121,96,82);
	border-bottom: 5px solid rgb(121,96,82);
	background: #FFF7E7;
	}

#leftsidebar {
	width: 210px;
	float: left; 
	margin: 15px;
	margin-top: 35px;
	padding: 5px;
	border-bottom: 2px solid rgb(121,96,82);
	font-family: "Tahoma";
	font-size: 13px;
	color: #796052;
	}

p.leftsidebar {
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid rgb(121,96,82);
	}

#newimage {
	width: 420px;
	margin: 5px;
	margin-top: 30px;
	padding: 5px;
	float: left;
	font-family: "Tahoma";
	font-size: 13px;
	color: #796052;
	}

#contenttext {
	margin: 230px;
	width: 420px;
	margin-top: 30px;
	padding: 15px;
	float: left;
	font-family: "Tahoma";
	font-size: 13px;
	color: #796052;
	}

#leftsidebarg {
	width: 210px;
	height: 545px;
	float: left; 
	margin: 20px;
	margin-top: 35px;
	font-family: "Tahoma";
	font-size: 13px;
	color: #796052;
	background: url(../images/navibg.gif);
	align: center;
	background-repeat: no-repeat;
	}

#leftsidebarc {
	align: center;
	width: 175px;
	height: 545px;
	float: center;
	margin: 5px;
	padding: 5px;
	}

#description {
	width: 200px;
	float: left; 
	margin: 5px;
	margin-top: 35px;
	padding: 5px;
	border-bottom: 2px solid rgb(121,96,82);
	font-family: "Tahoma";
	font-size: 13px;
	color: #796052;
	}

p.description {
	font-weight: bold;
	font-style: italic;
	border-bottom: 2px solid rgb(121,96,82);
	}

img.thumbnails {
	margin: 2px;
	margin-top: 5px;
	}

img.comic {
	margin-top:25px;
	}

a.thumb:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
	}