* {
	margin:0;
	padding:0;
}

a { 
	/*text-decoration:none;*/
	text-decoration:underline; 
	/*color:#26558D;*/
	color: #333;
}
a:hover { 
	text-decoration:underline; 
}
:focus { 
	outline:0; 
}
h1 { font-size:30px; line-height:1; margin-bottom: 8px;}
h2 { font-size:24px; line-height:1.25;  margin-bottom: 6px;}
h3 { font-size:16px; line-height:1;  margin-bottom: 6px;}
h4 { font-size:13px;  margin-bottom: 4px;}
h5,h6 { font-size:12px; }
html, body{
	margin:0;
	padding:0;
	height:100%;
}
body {
	font: 13px Arial, Calibri, serif;
	line-height:1.5;
}

img {
	border: 0;	
}

ul {
	margin-left: 24px;
}

#wrapper {
	position: relative;
	min-height: 100%;
	margin: 0 auto;
}

* html #wrapper {
	height: 100%;
}

.header {
	height:39px;
}

.band {
	height:81px;
	background: url(../images/header_1px.png) repeat-x 0 0;
}

.logo {
	float:right; 
	/*background:#FFF;*/
	margin-right: -14px;		
}
.content
{
	margin-left:1.27cm;
	margin-right:1.27cm;
	margin-top: 3em;
	padding: 0em 1em 2.5em 0em;
	text-align: justify;
	color: #333;
}
.inner { 
	width:550px; 
	margin:0 auto; 
	padding:0 10px; 
}

p {
	/*padding-bottom: 10px;*/
	padding-bottom: 1em;
}

#footer {
	position: absolute;
	margin-top: 1em;
	bottom: 0px;
	width:100%;
    	line-height: 1.5em;
	/*border-top: 1px solid #c7c7c7;*/
	/*background-color: #f5f7fa;*/
	background-color: #333;
	color: #ccc;
	clear: both;
	text-align:center;
	font-weight:bold;
}
#footer a {
	color: #ccc;
}

.footer_shadow {
	height:7px;	
	background: url(../images/footer_shadow.png) repeat-x 0 0; 
	/*border-bottom: 1px solid #c7c7c7;*/
}