html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Sans, Verdana, sans-serif;
	font-size: 12px;
	height: 100%;
	background-repeat: repeat-x;
}
input {
	font-family: "Lucida Grande", Sans, Verdana, sans-serif;	
	font-size: 12px;
}
#container {
	position: relative;
	z-index: 3;
	width: 752px;
}
#topbar {
	position: relative;
	z-index: 3;
	width: 752px;
	height: 95px;
}
#memberbar_area {
	position: relative;
	z-index: 3;
	width: 752px;
	height: 25px;
}
#footer_container {
	position: relative;
	z-index: 3;
	width: 752px;
	height: 61px;
}
#footer {
	position: relative;
	z-index: 5;
	width: 638px;
	height: 50px;
	color: #777777;
	text-align: left;
}
#footer_content {
	padding-top: 10px;
}

#content_container {
	position: relative;
	z-index: 5;
	width: 738px;
	text-align: left;
	padding-left: 7px;
	padding-right: 7px;
}
#content {
	position: relative;
	z-index: 5;
	width: 738px;
	background: white;
}




#gfx_topgradient {
	position: absolute;
	z-index: 2; 
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100px;
}
#gfx_topgradient img {
	width: 100%;
	height: 100px;
}

#gfx_bottomgradient {
	position: relative;
	width: 100%;
	z-index: 1; 
	/*bottom: 0px;
	left: 0px;
	right: 0px; */
	margin-top: -340px;
	height: 360px;
	background-repeat: repeat-x;
}
#gfx_bottomgradient img {
	width: 100%;
	height: 360px;
}
#gfx_topleftcorner {
	position: absolute;
	z-index: 4;
	width: 57px;
	height: 95px;
	top: 0px;
	left: 0px;
}
#gfx_toprightcorner {
	position: absolute;
	z-index: 4;
	width: 57px;
	height: 95px;
	top: 0px;
	right: 0px;
}
#gfx_topbar {
	position: absolute;
	z-index: 4;
	height: 95px;
	width: auto;
	top: 0px;
	left: 57px;
	right: 57px;
}
#gfx_topbar img {
	height: 95px;
	width: 100%;
}
#gfx_topbarlogo {
	position: absolute;
	z-index: 4;
	width: 306px;
	height: 69px;
	top: 22px;
	left: 41px;
}
#topbarnav {
	position: absolute;
	z-index: 5;
	top: 20px;
	left: 350px;
	width: 350px;
	height: 70px;
}
#topbarnav img {
	display: inline;
}


#gfx_bottomleftcorner {
	position: absolute;
	z-index: 4;
	width: 57px;
	height: 61px;
	top: 0px;
	left: 0px;
}
#gfx_bottomrightcorner {
	position: absolute;
	z-index: 4;
	width: 57px;
	height: 61px;
	top: 0px;
	right: 0px;
}
#gfx_footer {
	position: absolute;
	z-index: 4;
	height: 65px;
	top: 0px;
	left: 57px;
	right: 57px;
}
#gfx_footer img {
	height: 61px;
	width: 100%;
}
#gfx_memberbar {
	position: absolute;
	z-index: 4;
	height: 25px;
	top: 0px;
	left: 7px;
	right: 7px;
}
#gfx_memberbar img {
	height: 25px;
	width: 100%;
}
#gfx_memberbar_safari {
	position: absolute;
	z-index: 4;
	height: 25px;
	top: 0px;
	left: 7px;
	right: 7px;
	background: white;
	opacity: 0.7;
}
.gfx_shadowleft {
	position: absolute;
	z-index: 4;
	width: 7px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	height: 100%;
	background: url(gfx/border-left.png) repeat-y;
}
.gfx_shadowright {
	position: absolute;
	z-index: 4;
	width: 7px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	height: 100%;
	background: url(gfx/border-right.png) repeat-y;
}










.box_message {
	padding: 16px; 
	font-size: 13px; 
	color: #888888;
}

.menusub div {
	padding-left: 16px;
	padding-right: 6px;
}

.menusub_selected div {
	padding-left: 16px;
	padding-right: 6px;
}

.menusub_selected {
	font-weight: bold;
	color: #FFFFFF;
}

.menusub a:link {
	width: 100%;
	height: 100%;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
.menusub a:visited {
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000000;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
.menusub a:hover {
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000000;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
.menusub a:active {
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}

.menusub_selected a:link {
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
/* --optional--
background: url(pix/arrow-menu.gif) no-repeat right center;
*/
.menusub_selected a:visited {
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
.menusub_selected a:hover {
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	background: none;
	padding-top: 4px;
	padding-bottom: 4px;
}
.menusub_selected a:active {
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
}
.menu_rightarrow {
	float: right;
	/*padding: 4px 0 4px 0; */
	width: 20px;
	text-align: right;
}

#memberbar {
	position: absolute;
	z-index: 5;
	height: 25px;
	top: 0px;
	left: 7px;
	right: 7px;
	font-size: 11px;
}

.smallcomics_item {

}
.smallcomics_date {
	float: right;
	text-align: right;
}
span.smallcomics_writer {
	font-size: 10px;
	padding-left: 0.5em;
}
div.smallcomics_writer {
	font-size: 10px;
	padding-left: 1em;
}

.listitem {
	position: relative;
}

.listitem_link:link , .listitem_link_alt:link {
	display: block;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	color: #000000;
	padding: 2px 10px 2px 16px;
}

.listitem_link:visited , .listitem_link_alt:visited {
	display: block;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	color: #000000;
	padding: 2px 10px 2px 16px;
}

.listitem_link:hover , .listitem_link_alt:hover {
	display: block;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	color: #000000;
	padding: 2px 10px 2px 16px;
}

.listitem_link:active , .listitem_link_alt:active {
	display: block;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	color: #FFFFFF;
	padding: 2px 10px 2px 16px;
}


.listitem_notlink , .listitem_notlink_alt {
	display: block;
	position: relative;
	text-decoration: none;
	color: #000000;
	padding: 2px 10px 2px 16px;
}