*{
	margin:0px;
	font-weight:100;
}

body{
	background-image:url(images/background.jpg);
}

@font-face{
	font-family:typography;
	src: url(fonts/Typography Times Regular.ttf)	
}
#wrapper {
	width:1000px;
	margin: 0 auto;
}

#navigation{
	width:100%;
	height:40px;
	background-color:#000;
}
#navigation ul {
	padding-top: 10px;
	float: right; 
	
}
#navigation ul li {
	display:inline-block;
	list-style:none;
	color:#fff;
	font-size:18px;
	font-family:typography;
	transition:ease-in all 300ms;
		-moz-transition:ease-in all 300ms;
		-webkit-transition:ease-in all 300ms;
		-o-transition:ease-in all 300ms;
	
}
#navigation ul li:hover {
	color:#33CCCC;
	position:relative;
	right:10px;
	transition:ease-in all 300ms;
		-moz-transition:ease-in all 300ms;
		-webkit-transition:ease-in all 300ms;
		-o-transition:ease-in all 300ms;
}
#navigation ul a{

}
#header{
	width:100%;
	height:250px;
	position:none;
}

#intro {
	width: 100%;
	height: 50px;
	background-color:white;
	padding-top: 10px;
}
	#intro p {
		font-family: typography;
		font-size: 18px;
		color:#000;
		text-align:center;
	}
	
#contentleft{
	width:100%;
	background-color:#B2FFF0;
	float:left;	
}
		
	#contentleft h2 {
		text-align:center;
		font-family:typography;
		font-size:28px;
		color: black;
		padding-bottom:15px;
	}
	
	#contentleft h3{
		padding-left: 10px;
		font-family:typography;
		font-size:18px;
		color:black;
	}
	
	#contentleft .blogtext {
		padding-left:10px;
		font-family:typography;
		font-size:18px;
		color:black;
		text-align:justify;
		text-justify:inter-word;
		padding-bottom:15px;
	}
#contentleft1{
	text-align:center;
	width:100%;
	background-color:white;
	float:left;
	font-family:typography;
	font-size:20px;
}
	#iframe{
		padding-left:25%;
	}

#footer{
	clear:both;
	width:100%;
	height:30px;
	background-color:#000;
	color:white;
}



