body {
	background-color: #BCC0C3; 
	width: 1000px; 
	text-align: center; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: 20px;
	font: 10pt arial;
	color: #000000;	
}

.clear {
	clear: both;
}

#container{	
	width: 1000px;
	text-align: left; 
	background: #FFFFFF;
}

#header {
	width: 1000px;
}

#main_header {
	width: 1000px;
	height: 100px;
}

#header_top {
	width: 1000px;
	height: 200px;
}

#header_bottom {
	width: 1000px;
	height: 100px;
}

#nav {
	width: 970px;
	padding: 15px 0px 10px 20px;
	list-style: none;
}

#nav li {
	padding-right: 13px;
	float: left;
}

#archive {
	list-style: none;
	line-height: 20px;
}

#content {
	width: 900px;
	padding: 0px 50px 30px 50px;
	text-align: center;
}

#comics_desc {
	width: 750px;
	margin: 0px 100px 0px 100px;	
	background-image: url('../images/middle.gif');
}

#comics_desc_top {
	background-image: url('../images/Top.gif');
	height: 20px;
	margin: 0px;
	padding: 0px;
}

#comics_desc_main {
	width: 746px;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	margin: 0px;
	padding: 0px;	
}

#comics_desc_bottom {
	background-image: url('../images/Bottom.gif');
	height: 20px;
	margin: 0px;
	padding: 0px;
}

#page_left {
	width: 300px;
	float: left;
	border-right: 30px solid #FFFFFF;
}

#page_right {
	width: 570px;
	float: left;
	text-align: left;
}

a{
	border: none;
	outline: none;
	color: red;
}

p {
	padding-top: 0px;
	margin-top: 0px;
}

img {
	border: none;
}

.footer{
	width: 920px;
	padding-top: 10px;
}

h1 {
	font: 20px Arial;
	padding: 5px 0px 5px 0px;
	color: #000000;
}

.submit {
	background: #000000;
	color: #FFFFFF;
	border: 2px solid #000000;
}

.content_text {
	width: 600px;
	height: 200px;
}

.textbox {
	width: 500px;
}

.textarea {
	width: 500px;
	height: 200px;
}

