/***** CSS RESET *****/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend caption{ margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline}
:focus{outline:0}
ol, ul{list-style:none}
strong{font-weight:bold}
em{font-style:normal}
a{text-decoration:none; cursor:pointer}


/***** GENERAL STUFF *****/

body { 
	margin: 0;
	color: #545651;
	padding: 0;
	background: #ffffff;
	padding-bottom: 2px;
	padding-top:25px;
	font-family: 'Verdana','Trebuchet MS','Arial',sans-serif;
	font-size: 12px;
	}

h1,h2,h3,h4,h5 { 
	margin: 0px; 
	padding: 0px;
	font-weight: normal;
	color: #035c99;
	
	}

h1 {
	font-size:20px;
	margin:10px 0;
	line-height: 40px;
	border-bottom:1px dotted #72c4fb;
}

h2 {
	font-size:12px;
	font-weight:bold;
}
	
.clear { 
	clear:both;
	display: block; 
	}

.alignleft { 
	float: left;
	}

.alignright {
	float: right;
	}

a { 
	color: #79B100;
	}

a:hover {
	color: #000000;
	}

#content {
	width: 962px;
	margin: 0 auto;
	line-height:20px;
	}

p{
	margin: 15px 0;
}

/*=== Presentation ===*/

#presentation{
	width:630px;
	float:left;
	margin-bottom:20px;
}

#youtube{
	float:right;
}	
	
/*=== All Columns ===*/
#columns{
	height: 1%;
	padding: 0 0 10px;
	margin-bottom:15px;
	background: transparent url(images/bg-header-column.png) bottom center no-repeat;
}

#columns strong {
	color:#159AA9;
	font-weight:bold;
}

.col1, .col2, .col3{
	float: left;
	padding: 0 25px 20px 0;
	width: 300px;
	line-height:1.8em;
}
/* html .col{
	width: 290px;
}*/

.col3{
	padding: 0;
	float: right;
}

  .fix{
	clear:both;
}
