/* CSS Document */

body, html	{
			margin: auto;
			font-family: 'Open Sans Condensed', sans-serif;
			font-size: 1.1em;
			line-height: 1.6em;
			}
#header		{
			position: relative;
			width: 920px;
			margin: 10px auto;
			height: auto;
			}
.social		{float: right;
			margin-top: 15px;
			}
.social img	{margin: 10px;}
#nav	{	position: relative;
			width: 98%;
			margin: 10px auto;
			height: 26px;
			padding: 10px 1%;
			background: #8f2c91;
			}
#content	{
			position: relative;
			width: 920px;
			margin: auto;
			}
#home, #before_after		{
			position: relative;
			width: 560px;
			height: auto;
			background: #333;
			padding: 20px;
			color: #ccc;
			font-size:16px;
			}
#contact-details	{
			position: relative;
			width: 260px;
			height: auto;
			padding: 20px;
			background: #333;
			float: right;
			color: #999;
			}
h1			{
			font-size: 36px;
			line-stacking: consider-shifts;
			}
#contact-details h3, #before_after h3	{
			font-size: 18px;
			background: #8f2c91;
			width: 280px;
			height: 20px;
			margin-top: -20px;
			margin-left: -20px;
			color: #fff;
			text-align: center;
			padding: 10px;
			}
#before_after	{margin-top: 30px;}
#before_after h3	{
			width: 580px
			}
#home, #before_after, #contact-details	{
			box-shadow: +1px +1px +1px +1px #666;
			}
#copyright {
			position: relative;
			float: right;
			}
#footer		{
			position: relative;
			width: 98%;
			margin: 20px auto 0 auto;
			background: #333;
			height: 20px;
			padding: 25px 1%;
			bottom: 0;
			}
#foot		{
			position: relative;
			width: 920px;
			margin: auto;
			color: #ccc;
			}
a, a:active, a:visited	{
			color: #fff;
			}
a:hover		{color: #8f2c91;}
fieldset	{
			width: 130px;
			}