html, body {
padding: 0px;
margin : 0px; 
height : 100% ; 
width : 100% ;
overflow-x:hidden;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 24px;
color: #336699;
scrollbar-face-color: #330000;
scrollbar-track-color: #411A1A;
scrollbar-shadow-color: #411A1A;
scrollbar-arrow-color: #FFFFFF;
scrollbar-highlight-color: #411A1A;
text-align: center;
}

div{line-height: 1.5;}

h1
{
	color:#666666;
	font-family:Times New Roman, Times, serif;
	font-size: 26px;
}

h2
{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size: 18px;
text-decoration:underline;
font-weight:bold;
}

h3
{
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
font-weight:bold;
}

p:first-letter { font-size: 150%; }

p, ul, li
{
color:#999999;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

A:link{color:#003399; text-decoration:underline; }
A:hover{color:#999900; text-decoration:overline; }
A:active{ color:#FF0000; text-decoration:none; }
A:active:hover{ color:#FF0000; text-decoration:underline; }
A:visited{ color:#FF9900; text-decoration:none; }
A:visited:hover{ color:#FF9900; text-decoration:underline; }

#container-page {
	background: #2B0000 url(images/bg.gif) top center repeat-x;
	margin: 0 auto;
	width: 100%;
	text-align: left;
	position: relative;
	/*min-height: 100%;
	height: 100%;*/
	visibility: visible;
}

#container-content {
	padding: 0 2em 146px;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#content-pri {
	position: relative;
	width:100%;
	float: left;
	overflow: auto;
	visibility: visible;

}

#container-foot {
	width: 100%;
	background: #CCC;
	position: relative;
	bottom: 0 !important;
	background-color: #2B0000;
	layer-background-color: #2B0000;
	background-image: url(images/bg_footer.jpg);
	background-image:repeat-x;
	visibility: visible;
}

#foot {
  padding: 0 1em;
  line-height: 40px;
}

