/*****************************/
/*** Core html setup stuff ***/
/*****************************/

body {
	background-color: #000000;
	background-image: url(/templates/pirotecnia2016/images/bg.jpg);
	background-position:center top;
	background-attachment:fixed;
	background-repeat: no-repeat;
	font-family: Helvetica,Arial,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #dbdbdb;
}

a:link, a:visited {
	text-decoration: none;
	color:#99cc66;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	color:#99cc66;
	font-weight: normal;
}

img { border: 0 none; }

#main{
	margin:0px auto 0px auto;
	width:960px;
	height:600px;
}

#header{
	width:960px;
	height:96px;
	background:url(/templates/pirotecnia2016/images/header.jpg);
	background-repeat:no-repeat;
	background-color:#000;
}

#menu{
	width:960px;
	height:52px;
	background:url(/templates/pirotecnia2016/images/bg_menu.gif);
}

#banner{
	width:960px;
	height:247px;
}

#content{
	width:960px;
	padding-top:15px;
	background:url(/templates/pirotecnia2016/images/bg_content.png);
}

#conteudos{
	float: left;
	width:700px;
	overflow:visible;
	padding-left:20px;
}


#sidebar{
	float: left;
	width:210px;
	overflow:visible;
	margin-left:30px;
	padding-bottom:20px;
}

.clear{
  clear: left;
}


#footer{
	padding-top:15px;
	width:960px;
	height:50px;	
}


.contentheading{
	font-size:16px;
	font-weight:bold;
}