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

19/04/2007 - Gerard Torrent
- Right column modified to right menu
- paragraph justification
- changed images location
- added pointer cursor to button
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #337FC6 url("images/bg.gif") 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("images/header.gif") no-repeat;
	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;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
}

#horizontal {
	width: 560px;
	height: 30px;
	background: url("images/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;
}

.bl {background: url("images/cbl.png") 0 100% no-repeat; }
.br {background: url("images/cbr.png") 100% 100% no-repeat; }
.tl {background: url("images/ctl.png") 0 0 no-repeat; }
.tr {background: url("images/ctr.png") 100% 0 no-repeat; }

#right-menu {
	margin:10px 6px 10px 20px;
	float: right;
	text-align:left;
	background-color:#cccccc;
	color: #808080;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:152px;
}

#content {
	margin: 10px 10px 0 4px;
	voice-family: "\"}\"";
	voice-family:inherit;
}

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

.black {
	color: #000;
}

p {
	margin-bottom: 20px;
	padding-left: 14px;
	background: url("images/articlebg.gif") top left repeat-y;
	text-align:justify;
}

input.text {
	width: 70px;	
	border: 1px solid #ccc;
	font: normal 8pt/13pt verdana, arial,sans-serif;
}

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

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

#footer {
	color: #ccc;
	background: #F9F9F9;
	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;
}
