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



body {
	background: orange url("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: 780px;
	height: 182px;
	font-size: 14pt;
	color: #FFF;
}

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

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

#horizontal {
	font-weight:bold;
	font-size:8pt;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:20px;
	border:1px solid #ffa500;
	margin-right:20px;
	background:#FFE0A6;
}

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

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

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

#alert {
  float:right;
  width:200px;
  padding: 5px;
  border:1px solid #ffa500;
	margin-left:20px;
	background:#FFE0A6;
	color:#000;
}

#content h2{
	font-size: 12pt;
	font-weight: bold;
	color: #76A7DC;
	margin-bottom: 5px;
	padding-left: 14px;
	line-height:24px;
	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;
}


#footer {
	text-align: center;
	color: black;
	background: #F9F9F9;
	clear: both;
	margin-left: 4px;
	margin-right:20px;
	height: 20px;
	padding: 4px;
	border: 1px solid #E4E4E4;
}

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

