@charset "utf-8";
/* CSS Document */

/* Copyright AVKMEDIA */

/*..........................RESET.....................................................*/

/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */

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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: baseline;
}


/*..........................STRUCTURE..................................................*/

/*Colours:

	Footer grey Background: 
	Blue (logo): 
	(new) LOGO DARK BLUE: 

*/

/************** GENERAL ******************************/
html, body {
	height: 100%;
	color: #000;
	background: #fff;
	line-height: 1.5em;
	}

#wrapper {
	margin: 50px auto 50px;
	width: 960px;
	position: relative;
	min-height: 100%;
    height: auto !important;
    height: 100%;
}
/************** HEADER ******************************/
#header {
	background-image: url(../images/header_logo.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 250px;	
}
/************** CONTENT *****************************/

h1 {
	margin-top: 50px;
	text-align: center;
}

h2 {
	margin-top: 30px;
	text-align: center;
}

/************** FOOTER ******************************/


/*..........................TYPE.......................................................*/

/************** GENERAL ******************************/



