/* 
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(images/bg.gif) top center repeat-y;
	width: auto; line-height:180%;
}

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

a:hover {
	color: #808080;
}

#header {
	width: 960px;
	height: 90px;
	background:url(images/header.png) no-repeat;
	color: #FFF;
}
#container {
	width: 960px;
	background: #fff url() repeat-y right;
	border: solid 10px #fff;
	margin: 0 auto;
	text-align: left;
}
#horizontal {
	margin:0;
	width: 960px;
	height: 40px;
	background: url(images/horizontal.png) no-repeat;
	font-weight: bold;
	padding: 2px 0 0 0;
	text-align:center;
	font-size:15px;
	position: relative; z-index: 1001;
}

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

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

#left-column {
	margin: 0 0 285px 10px;
	padding:0;
	color: #808080;
	width: 180px;
	float: left;
	font-size:15px;
}

#left-column h5{
	margin:5px 0 5px 0;
	padding:3px;
	color:#000;
	background:#9cf;
	font-size:17px;
	}
#left-column ul{
margin:0 15px 0 15px;
		}
#lcul{
	line-height:20px;
	padding: 0 0 15px 15px;
	}

#content {
	margin: 0 10px 50px 0;
	padding: 0;
	float: right;
	width: 720px;
	font-size:15px;
}

#content h6{
	margin:5px 0 15px 0;
	padding:3px;
	background:#9CF;
	font-size:17px;
	}
#conul{
	line-height:180%;
	}

.black {
	color: #000;
}



#footer {
	margin:0px 10px 0px 10px;
	padding: 5px 0 5px 0;
	color: #000;
	background: #9CF;
	clear: both;
	width: 940px;
}
#footer p{
		font-size:15px;
	     line-height:180%;
	    text-align:center;
		
	}
