*
{
	margin: 0px;
	padding: 0px;
}





body {
  	background: #066170;	
 	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;  
    font-size: 12px;  
    font-weight: normal;  
    font-variant: normal;  
    font-style: normal;  
    line-height: 180%;
    color: #ffffff;
}





p, ul, ol {
	text-align: left;
}

a {
	color: #ffffff;
	text-decoration: none;
}

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

a img {
	border: none;
}





h1 {	
    font-size: 14px;  
    font-weight: normal;  
    line-height: 14px;
    color: #f2ecf5;
    text-align: left;
		text-transform: uppercase;
		text-shadow: 1px 1px #000000;
    padding: 10px 10px 10px 10px;
}

h2 {
    font-size: 14px;  
    font-weight: normal;  
    line-height: 14px;
    color: #f2ecf5;
    text-align: left;
		text-shadow: 1px 1px #000000;
    padding: 10px 10px 10px 10px;
}

h3 {
    font-size: 14px;  
    font-weight: normal;  
    line-height: 14px;
    color: #f2ecf5;
    text-align: left;
    padding: 0px 0px 20px 10px;
}





/* --------------------------------- Wrapper --------------------------------- */
#wrapper {
	width: 100%;
	margin: 0px auto;
}





/* --------------------------------- Header --------------------------------- */
#header {
	float: left;
	clear: both;
	width: 100%;
	height: 100px;
	background: url(../images/img_h_1.png) repeat-x;
	text-align: center;
}





p.header-txt-1 {
	font-size: 14px;
	color: #ffffff;
	padding: 0px 0px 0px 0px;
}

p.header-txt-1 a{
	color: #ffffff;
}

p.header-txt-1 a:hover{
	color: #ffffff;
	text-decoration: none;
}





img.header-img-1 { 
	margin: 10px 0px 10px 0px;
}





/* --------------------------------- Content --------------------------------- */
#content {
	float: left;
	clear: both;
	width: 100%;
	background: #8ac1c6;
	background: rgba(138, 193, 198, 1);
}





p.content-txt-1 {
    font-size: 12px;
	color: #f2ecf5;
		text-shadow: 1px 1px #000000;
	padding: 10px 10px 10px 10px;
}

p.content-txt-1 a{
	color: #f4dcac;
}

p.content-txt-1 a:hover{
	color: #ffffff;
	text-decoration: underline;
}





img.content-img-1 { 
	margin: 10px 10px 10px 10px;
	box-shadow: 1px 3px 5px rgba(0,0,0,0.2);
	max-width: 95%;
    height: auto;
}





img.content-img-2 { 
	margin: 10px 10px 10px 10px;
	box-shadow: 1px 3px 5px rgba(0,0,0,0.2);
}





/* --------------------------------- Footer --------------------------------- */
#footer {
	float: left;
	clear: both;
	width: 100%;
	height: 100px;
	background: url(../images/img_f_1.png) repeat;
}





.footer-1 {
	float: left;
	width: 100%;
	text-align: center;
}





p.footer-txt-1 {	
    font-size: 14px;
	color: #ffffff;
	text-align: center;
		text-shadow: 1px 1px #000000;
	padding: 15px 0px 0px 0px;
}

p.footer-txt-1 a{
	color: #ffffff;
}

p.footer-txt-1 a:hover{
	color: #ffffff;
	text-decoration: underline;
}
p.footer-txt-1 img.social {
	vertical-align: middle;
	margin: -5px 0 0 10px;
	width: 18px;
	height: auto;
}




p.footer-txt-2 {	
    font-size: 11px;
	color: #ffffff;
	text-align: center;
		text-shadow: 1px 1px #000000;
}

p.footer-txt-2 a{
	color: #ffffff;
}

p.footer-txt-2 a:hover{
	color: #ffffff;
	text-decoration: underline;
}





img.footer-img-1 { 
	margin: 5px 0px 0px 0px;
}