/*********************************************************************
 ______                    _                ______ _            _      
(_____ \          _   _   (_)              (_____ (_)          | |     
 _____) )___ ____| |_| |_  _  ____  ____    _____) ) _   _ ____| | ___ 
|  ____/ ___) _  )  _)  _)| |/ _  )/ ___)  |  ____/ ( \ / ) _  ) |/___)
| |   | |  ( (/ /| |_| |__| ( (/ /| |      | |    | |) X ( (/ /| |___ |
|_|   |_|   \____)\___)___)_|\____)_|      |_|    |_(_/ \_)____)_(___/


Copyright: Prettier Pixels
Author: Alex McGibbon, alex@prettierpixels.com
Created: Oct 08, 2009
Latest Version: Oct 09, 2009

COLOUR VALUES

Orange:			#D44222
Pink: 			#990239
Brown:			#522920

***********************************************************************/

body {
	margin: 0 auto; width: 960px;
	background: url(../images/html_bg.png) no-repeat;
	background-position: bottom center;
	height: 100%;

}

h1 {
	margin: 20px 0 40px 0;
}

h1 strong { color: #d44222; }

div.wrapper{
	overflow: auto;
}

div.content {
	float: left; width: 200px; margin-right: 40px;
}

div.content p {
	height: 250px; margin-bottom: 40px;
}

div.content a, .btn {
	background: url(../images/button.png) no-repeat; display: block; height: 39px; text-align: center; line-height: 39px; text-decoration: none; color: #fff; width: 199px; padding: 0; margin-bottom: 20px;
}

.btn {
	background: url(../images/button_red.png);
}

div#newsletter p{
	height: 180px; margin-bottom: 20px;
}

div#newsletter p {
	margin-bottom: 40px;
}

p.branding{ clear: both; }

p.instruction {
	height: auto!important; margin-bottom: 0!important;
}

div.video{
	width: 425px;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 20px 0 20px 0;
}

div.video p {
	font-size: 12px;
}
