body {
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5;
	color:#000;
	background-color:#000;
	background-position:center 0;
	background-repeat:no-repeat;
}

a {
	color:#29659b;
	text-decoration:none;
}

	a:hover {
		text-decoration:underline;
	}
	
.error {
	color:#FF0000;
	font-weight:bold;
	font-size:10px;
}

.error_span {
	color:#FF0000;
	float:left;
	margin:0px 0px 0px 6px;
	font-weight:bold;
	font-size:10px;
}

ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

	ul li {
		display:inline;
	}
	
/* forms */

fieldset {
	border:none;
}

	fieldset p {
		clear:left;
		padding:3px 0px;
	}
	
		fieldset p label {
			float:left;
			width:180px;
		}
		
		fieldset p input, fieldset p textarea {
			float:left;
			border:1px dotted #FFF;
			background-color:#96b2ca;
			height:15px;
			width:230px;
			font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#333;
		}
		
		.input_error {
			float:left;
		}
		
		.input_error input {
			float:left;
			border:1px solid #FF0000;
			background-color:#FFF;
			height:15px;
			width:230px;
			font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size:10px;
			color:#333;			
		}
		
			fieldset p textarea {
				height:90px;
				margin-bottom:15px;
			}
			
			fieldset p .submit {
				float:left;
				background:none;
				border:none;
				font-weight:bold;
				width:auto;
				height:auto;
				padding:6px 0px;
				text-transform:uppercase;
				cursor:pointer;
				color:#FFF;
			}

/* layout */

#ca_wrapper {
	width:650px;
	margin:0px auto;
}

	#ca_container {
		float:left;
		position:relative;	
		width:650px;
		padding:20px 0px 50px 0px;
		background-image:url('/images/layout/footer.png');
		_background-image:none;
/*		_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/footer.png', sizingMethod='noscale'); */
		background-position:center bottom;
		background-repeat:no-repeat;
	}
	
		#ca_logo {
			position:absolute;
			top:-145px;
			left:-32px;
			width:427px;
			height:123px;
			background-image:url('/images/layout/logo.png');
			_background-image:none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/logo.png', sizingMethod='noscale');
		}
		
		#ca_about {
			position:absolute;
			width:151px;
			height:63px;
			top:-105px;
			right:-6px;
			background-image:url('/images/layout/about.png');
			_background-image:none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/about.png', sizingMethod='noscale');
		}
		
		#ca_object_august {
			position:absolute;
			width:153px;
			height:233px;
			left:-138px;
			top:-82px;
			background-image:url('/images/layout/object_august.png');
			_background-image:none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/object_august.png', sizingMethod='noscale');
		}
		
		#ca_object_nuch {
			position:absolute;
			width:147px;
			height:238px;
			right:-152px;
			top:-72px;
			background-image:url('/images/layout/object_nuch.png');
			_background-image:none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/object_nuch.png', sizingMethod='noscale');
		}
		
		#ca_object_grog {
			position:absolute;
			width:231px;
			height:208px;
			bottom:0px;
			left:-93px;
			background-image:url('/images/layout/object_grog.png');
			_background-image:none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/object_grog.png', sizingMethod='noscale');
		}
		
		#ca_object_janosh {
			position:absolute;
			width:146px;
			height:184px;
			top:1122px;
			right:-125px;
			background-image:url('/images/layout/object_janosh.png');
			_background-image:none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/layout/object_janosh.png', sizingMethod='noscale');
		}
		
		#ca_menu {
			float:right;
			margin:116px 24px 6px 0px;
			height:19px;
		}
		
			#ca_menu ul li {
				margin:0px 0px 0px 23px;
			}
					
		#ca_content_pane {
			float:left;
			position:relative;
			width:569px;
			min-height:150px;
			padding:25px;
			margin:0px;
			border:5px solid #000;
			background-color:#FFF;
		}
		
		#ca_comic_browser {
			float:left;
			width:390px;
			margin:10px 0px 0px 127px;
			_margin:10px 0px 0px 63px;
		}
		
			#ca_comic_browser ul li {
				margin:0px 0px 0px 8px;
			}
			
		#ca_image {
			float:left;
			clear:left;
			position:relative;
			width:119px;
			height:833px;
			border:5px solid #000;
			border-right:none;
			margin:25px 0px 0px 0px;
		}
		
		#ca_rant {
			float:left;
			width:465px;
			min-height:803px;
			background-color:#FFF;
			margin:25px 0px 0px 0px;
			border:5px solid #000;
			padding:15px;
		}
		
		#ca_comments {
			float:left;
			width:465px;
			margin:25px 0px 0px 0px;
			padding-bottom:25px;
		}
		
			#ca_comments ul {
				margin-left:166px;
			}
			
			#ca_comments form {
				clear:left;
				margin-left:15px;
			}
			
			#ca_comments_container {
				width:465px;
				background-color:#000;
			/*	border:2px dotted #FFF; */
				color:#FFF;
				padding:15px;
				margin:15px 0px 0px 124px;
				display:none;
			}
			
			#comment_message {
				float:left;
				clear:both;
				margin:0px 0px 6px 0px;
				width:435px;
				padding:0px 10px;
				border:5px solid #FFF;
			}
