html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0; }

body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	background: url(assets/bg.png) no-repeat center center fixed;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
	color: #fff;
	line-height: 1;	
	width: 100%;
	}
	
img {
	border: 0;
	margin: 0 0 0 0;
	}

div#header {
	margin: 0 0 0 0;
	padding: 50px 0 0 0;
	}

.logo_vm {
	float: left;
	margin: 0 0 10px 0;
	}	
	
.pe_logo {
	margin: 50px 0 60px 0;
	padding: 0 0 0 0;
	}	

div {
	border: 0px #fff dotted;	
	padding: 0px;
	}
	
div#wrapper {
	width: 960px;	
	margin: 0 auto;
	}
	
div#nav {
	margin: 15px 0 0 300px;
	width: 600px
	
	}	

div#nav ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-transform: uppercase;
	
	}

div#nav ul li {
	float: left;
	margin: 0 20px 0 0;
	}

div.clearit {
	clear: both;
	}	
	
div#col_left {
	float: left;
	margin: 0 0 0 0;
	width: 250px;
	}	

div#col_right {
	margin:  0 0 0 300px;
	padding: 20px 0 0 0;
	}

div.footer {
	margin: 50px 0 0 0;
	}

h1, p, ul, li {
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	}

h1 {
	color: #fff;
    font-weight: 500;
    font-size: 1.8em;
    margin: 0 0 15px 0;
	}	
	
p   {
	color: #fff;
    font-weight: 300;
	}

p.large   {
	color: #fff;
    font-size: 1.3em;
    margin: 0 0 20px 0;
    line-height: 1.5em;
	}	

div.footer p {
	font-weight: 400;
	}


	
a:link, a:visited, .entry a:hover, .entry a:active {
	color: #f69151;
	font-weight: 700;
	text-decoration: none;
	}
	
	
	
	
	
		