@charset "UTF-8";
/* CSS Document */



.wrapper 	{
			margin-top:10px;
			margin-left:auto;
			margin-right:auto;
			width:1000px;
			text-align:center;
			padding-top:15px;
}

			
.header		{	
			margin:30px 10px 10px 10px;
			clear:both;
}

.content	{
			width:100%;
			height:auto;
}

.column		{

			clear:both;

}



.footer		{
			margin:2% 10% 2% 10%;
			height:30px;
			float:left;
			clear:both;
			width:80%;
}

.product	{
			margin-top:20px;
			clear:both;
			}

.image		{
			float:left;
			
}



.title		{
			background-color:#7DB3CE;
			
}



.text		{
			float:left;
			text-align:left;
			max-height:100px;
			max-width:360px;
			
			
}



.logo		{text-align:right;
			height:75px;
}


h1			{font-size:48px;
			color:#F90;
}

h2			{font-size:28px;
			text-align:left;
}

h3			{font-size:14px;
			font-style:strong;
}

p			{font-size:11px;
			padding:0px;
			margin:0px;
}