/* 
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: #337FC6 url('bg.gif') repeat-y top center;
	color: #808080; font-style:normal; font-variant:normal; font-weight:normal;  font-size:8pt; font-family:verdana, arial, sans-serif
	text-align:right;
}

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: #FFF
	text-align:right;
}

#header h1{
	padding-top: 5px;
	font-size: 22pt;
	color: #FFFFFF;
	text-align:center;
}
#header a{
	font-size:22pt;
	color:#FFFFFF;
	text-decoration:none;

}




#container {
	width: 580px;
	background: #fff url('sidebar.gif') repeat-y right;
	border: 10px solid #fff;
	margin: 0 auto;
}

#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: #C2D9EF;
	text-decoration: none;
	margin-right: 15px;
}

#horizontal a:hover {
	color: #FFF;
	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 #FFF
}

#content {
	float: right;
	width: 410px;
	margin: 10px 0 0 4px;
	text-align:right;
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #76A7DC;
	margin-bottom: 5px;
	padding-left: 14px;
	background: url('h2bg.gif') repeat-y top left;
}

.black {
	color: #000;
}

p {
margin-bottom: 20px;
padding-left: 14px;
background: url('articlebg.gif') repeat-y top left;
}

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: #F9F9F9;
	clear: both;

	margin-right: 4px;

	padding: 4px;
	border: 1px solid #E4E4E4;
}

#footer a, #footer a:visited{
	color: #999999;

}

#footer a:hover {
	color: #666666;
}