@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
}

html, body {
	height: 100%;
	min-height:800px;
}

#Page {
	min-height: 97%;
	height: auto !important;
	height: 97%;
	margin: 0 auto 0px;
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	background: #FFFFFF;
}

#content_{
	position:relative;
	top: 30px;
}

#footer_, #push_ {
	height: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: center;
	width: 100%;
}

#logo_ {
	position:absolute;
	left:25px;
	top:10px;
	width:330px;
	height:152px;
}

#blog_ {
	position:absolute;
	left:800px;
	top:10px;
	width:150px;
	height:62px;
}

#about_ {
	position:absolute;
	left:100px;
	top:180px;
	width:85px;
	height:23px;
}

#reel_ {
	position:absolute;
	left:300px;
	top:180px;
	width:58px;
	height:23px;
}

#work_ {
	position:absolute;
	left:475px;
	top:180px;
	width:78px;
	height:23px;
}

#jobs_ {
	position:absolute;
	left:650px;
	top:180px;
	width:60px;
	height:23px;
}

#contact_ {
	position:absolute;
	left:800px;
	top:180px;
	width:118px;
	height:23px;
}

.roundimage {
    behavior: url(styles/border-radius.htc); // fix for IE8(others not tested)
    border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius:20px;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img {
	border: none;
}

header, section, footer, aside, nav, article, figure {
	display: block;
}

