body {
	background-image: url("images/background.jpg");
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: white;
}

a {
	color: #FFC565;
	text-decoration: none;
}

img {
	border-style: none;
}

td#user_panel {
	vertical-align: middle;
	background-image: url("http://www.narutochaos.com/include/images/user_panel.jpg");
	padding-left: 10px;
	text-align: left;
	height: 102px;
}

p#user_panel {
	margin-top: 30px;
}

td#login {
	vertical-align: middle;
	text-align: center;
	background-image: url("images/login.jpg");
	height: 102px;
}

td#latest {
	text-align: center;
	vertical-align: middle;
	background-image: url("images/latest.jpg");
	padding-left: 8px;
	height: 102px;
}

p#latest {
	margin-top: 30px;
}

td#navigation {
	vertical-align: top;
	background-image: url("images/row_navigation.jpg");
	padding-left: 10px;
	text-align: left;
}

td#content {
	vertical-align: top;
	background-image: url("images/row_content.jpg");
	width: 445px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
}

td#sub_navigation {
	vertical-align: top;
	text-align: center;
	background-image: url("images/row_sub_navigation.jpg");
	padding-left: 8px;
	width: 122px;
}

td#footer {
	vertical-align: middle;
	text-align: center;
	background-image: url("images/footer_center.jpg");
	padding-top: 30px;
}

div {
	width:	445px;
}
div#news {
	border-bottom: 1px solid silver;
	font-weight: bold;
}

p#news {
	border-bottom: 1px solid silver;	
}

hr {
	height: 1px;
	color: silver;
	margin-top: 1px;
	margin-bottom: 1px;
}

div#news {
	border-bottom: 1px solid silver;
	padding-bottom: 1px;
	margin-bottom: 1px;
}

div#comment {
	text-align: right;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid silver;
	padding-bottom: 1px;
	margin-bottom: 1px;
}

div#cpost {
	text-align: right;
}

textarea {
	width: 100%;
	display: block;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

input {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

table#form td {
	text-align: center;
	border-top: 1px gray solid;
	width: 50%;
}

table#form td#field {
	background-color: rgb(51,51,51);
}

table#download {
	width: 100%;
	text-align: center;
}

th#error p{
	color: red;
}

pre {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	width: 445px;
}

h3 {
	font-size: 13px;
}