/* 
Blue blog template 
----------------------
You are free to use
this template in any
way you desire, no
author information or
link back are required.
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ccc url("https://files.catbox.moe/rgccpu.png") top center repeat-y;
	font: normal 8pt/13pt verdana, arial,sans-serif;
	color: #808080;
	|
}

a, a:visited {
	text-decoration: underline;
	color: #000;
	
}

a:hover {
	color: #808080;
}

#header {
	width: 562px;
	height: 60px;
	background: #000 url("header.gif") no-repeat;
	padding-top: 30px;
	padding-left: 18px;
	font-size: 14pt;
	color: #cd5c5c;
}

#header h2{
	padding-top: 5px;
	font-size: 9pt;
	color: #cd5c5c;	
}

#container {
	width: 580px;
	background: #8b0000 url("sidebar.gif") repeat-y right;
	border: solid 10px #8b0000;
	margin: 0 auto;
	text-align: left;
}

#horizontal {
	width: 560px;
	height: 30px;
	background: url(horizontal.gif);
	font-weight: bold;
	font-size: 8pt;
	padding-top: 6px;
	padding-left: 20px;
	
}

#horizontal a, #horizontal a:visited {
	color: #cd5c5c;
	text-decoration: none;
	margin-right: 15px;
}

#horizontal a:hover {
	color: #8b0000;
	text-decoration: none;
}

#right-column {
	color: #808080;
	width: 134px;
	background: url(menutop.gif) no-repeat top left;
	float: right;
	padding: 10px;
	border-right: 4px solid #cd5c5c;
}

#content {
	float: left;
	width: 410px;
	margin: 10px 0 0 4px;
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #cd5c5c;
	margin-bottom: 5px;
	padding-left: 14px;
	background: url(h2bg.gif) top left repeat-y;
}

.black {
	color: #cd5c5c;
}

p {
margin-bottom: 20px;
padding-left: 14px;
background: url(articlebg.gif) top left repeat-y;
}

input.text {
	width: 70px;	
	border: 1px solid #ccc;
}

input.button {
	color: #808080;
	padding-left: 0px;
	font-size: 8pt;	
	border: none;
	background: none;
	}

#searchbox {
	background: url(searchbox.gif) no-repeat;
	padding: 5px;
	height: 30px;
}

#footer {
	color: #ccc;
	background: #8b0000;
	clear: both;
	width: 405px;
	margin-left: 4px;
	height: 20px;
	padding: 4px;
	border: 1px solid #E4E4E4;
}

#footer a, #footer a:visited{
	color: #ccc;
}

#footer a:hover {
	color: #808080;
}