/* 
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-repeat: repeat-y;
	background-position: top center repeat-y;
	background-color: #801417;
	line-height: 13pt;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
	font-size: 10pt;
	font-family: verdana, arial,sans-serif;
	color: #000000;
}

#header {
	width: 562px;
	height: 60px;
	background-repeat: no-repeat;
	background-color: #801417;
	padding-top: 30px;
	padding-left: 18px;
	font-size: 14pt;
	color: #FFF;
}

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

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

#horizontal {
	width: 560px;
	height: 30px;
	font-weight: bold;
	font-size: 8pt;
	padding-top: 6px;
	padding-left: 20px;
	background-color: #801417;
	
}

#horizontal a, #horizontal a:visited {
	color: #C2D9EF;
	text-decoration: none;
	
}

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

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

#content {
	float: left;
	width: 410px;
	margin: 10px 0 0 4px;
	color: #060606;
}
#content table tbody tr td {
	float: left;
	color: #060606;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #801417;
	margin-bottom: 5px;
	padding-left: 14px;
}

.black {
	color: #000;
}

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: #707070;
	background: #F9F9F9;
	clear: both;
	width: 405px;
	margin-left: 4px;
	height: 40px;
	padding: 4px;
	border: 1px solid #E4E4E4;
}

#footer a, #footer a:visited{
	color: #6F6D6D;
}

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