body {
	background-color:#8c8a8b;
	margin:0px;
	padding:0px;
}

#container {
	width:1230px;
overflow:hidden;
 background-image: url(images/body.jpg) ;
   background-repeat: repeat-y;
 
background-size:contain;
margin: 0 auto;
}


#header {
   background-image: url(images/header.jpg) ;
width:1230px;
height:715px;
 background-repeat: no-repeat;
 
background-size:contain;


}


#nav {
with:200px;
margin-top:-60px;
margin-left:320px;
	 float:left;
 

}

#content {
	margin-top:-200px;
    float:right;
    padding-bottom:10px;
    margin-right:220px;
	width:490px;
}

p{
font-size : 14px; 
	 
    	font-family: 'Century Gothic', CenturyGothic, AppleGothic,  'Didact Gothic', sans-serif;

 text-align : justify;
color : #000000;
line-height:20px;
 

}



.icon {
	width:137px;
	float:left; 
	margin-right:10px;
	 margin-bottom:0px;
	 margin-top:-30px;
	height:127px;

}

h1 {
	font-size : 27px;
  font-family: 'Josefin Sans'; 
 text-align : right;
color : #333333;
margin:0px;
padding-bottom:3px;
letter-spacing:3px;
text-transform:uppercase;
font-weight:400;


}

h2 {
	margin:0px;
 padding:0px;
	font-size : 17px;
  	font-family: 'Century Gothic', CenturyGothic, AppleGothic,  'Didact Gothic', sans-serif;

 text-align : right;
color : #333333;
line-height:12px;
letter-spacing:3px;
text-transform:lowercase;
font-weight:normal;


}

h1 span {
	color:#ec3047;
}



.box {
	margin-bottom:1px;
	padding-right:5px;
}
#footer {
clear:both;
  background-image: url(images/footer.jpg) ;
width:1230px;
height:174px;
 background-repeat: no-repeat;
 
background-size:contain;

}





A:link.navi {
height:40px;
font-size : 26px;
letter-spacing : 4px;
 font-family: 'Josefin Sans'; 
text-transform: uppercase;
text-align : right;
 font-weight:300;
 display:block;


margin-bottom:15px;
color : #FFFFFF;
padding-left:10px;
padding-right:10px;
    

text-decoration : none;
}
A:visited.navi {
color : #FFFFFF;
text-decoration : none;
}
A:hover.navi {
transition:  .9s ease-out;
-moz-transition:  .9s ease-out;
 -webkit-transition: .9s ease-out;
-o-transition: .9s ease-out;
color : #e4e4e4;
  
 text-decoration : none;
cursor : pointer;


}
A:active.navi {
color : #FFFFFF;
text-decoration : none;
}





a:link {color:#f75f95;


text-decoration:none;

}






     
a:visited {color:#f75f95;

text-decoration:none;

}


a:hover {
transition:  .9s ease-out;
-moz-transition:  .9s ease-out;
-webkit-transition: .9s ease-out;
-o-transition: .9s ease-out;
color:#faa7c4;
cursor:pointer;
 

}  



a:active {color:#f75f95;


text-decoration:none;

}