/*
background: #2a4a4b
-----------------------------------------------
Grey Box Method - Layout CSS
----------------------------------------------- */

body 
{
	width: 1200px;
	background: #000000
	url("../img/bg.png") left top repeat-x;
	font-size: 10px;
}

.logo
{
   float: left;
   width: 1000px;
   height: 180px;
   margin-top: 58px;
   /*background: #FFFFFF;*/
}

.description
{
	float: left;
	width: 450px;
	margin-left: 70px;
	margin-top: 15px;
	
	font-family:  sans-serif;
}

.bigcolumn
{
	float: left;
	width: 650px;
	margin-left: 70px;
	margin-top: 15px;
	font-family:  sans-serif;
}

.bigcolumn a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted white; 
}

.bigcolumn a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: none; 
}


.bigcolumn h1 
{
	
	/*color: #c7e2bf;*/
	color: #d6f592;
	font-size: 1.5em;
	font-weight: bold;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0px;
	line-height: 1.2em;
	margin-bottom: 1em;
}

.bigcolumn p 
{
	
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: normal;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
	margin-bottom: 0.8em;
}

.bigcolumn img 
{
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.video
{
	float: left;
	width: 451px;
	margin-left: 80px;
	margin-top: 15px;
	
}

.description a {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted white; 
}

.description a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border: none; 
}


.description h1 
{
	
	/*color: #c7e2bf;*/
	color: #d6f592;
	font-size: 1.5em;
	font-weight: bold;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 0px;
	line-height: 1.2em;
	margin-bottom: 1em;
}

.description h2 
{
	
	color: #FFFFFF;
	font-size: 1.5em;
	font-weight: normal;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
	margin-bottom: 0.8em;
}

.description .how
{
	margin-top: 15px;
	float:left;
}

.description .want
{
	margin-top: 15px;
	float:right;
}

.description .how a
{
	border: none;
}

.description .want a
{
	border: none;
}

.bigcolumn .want a
{
	border: none;
}

.bigcolumn .home a
{
	
	border: none;
}

.footer
{
	font-family:  Arial, sans-serif;
	margin-top: 70px;
	float:left;
	width: 100%;
	color: #FFFFFF;
	text-align:center;
	font-size: 1em;
	
}

.video_links
{
	font-family:  Arial, sans-serif;
	margin-bottom: 0.7em;
	width: 100%;
	color: #FFFFFF;
	text-align:center;
	font-size: 1.9em;
}

.video_links a
{
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted white;
}

.video_links a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	border: none; 
}

.bigcolumnpictures
{
	width: 400px;
	margin-top: 15px;
	float:right;
	margin-left: 30px;
}

.bigcolumnpictures img
{
	margin-bottom: 55px;
	
}





