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


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

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

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

.column		{
			clear:both;
	text-align: center;
}


.footer		{
			width:100%;
			margin:20px;
			height:30px;
			float:left;
			clear:both;
}

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

.image		{
			float:left;
			
}


.title		{
			background-color:#7DB3CE;
			float:left;
			width:242px;
			padding: 20px;
			height:60px;
			text-align: center;
}




.text		{
			float:left;
			text-align:left;
			margin:20px;
			max-height:200px;
			max-width:524px;
}


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

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

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

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

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